# Interface Structure

This section outlines the layout and functional structure of the Drizz Desktop App interface. Each panel within the interface is designed to support a specific stage of the automation workflow; device selection, test authoring, and execution analysis. Understanding these panels ensures efficient navigation, clearer workflow organization, and faster debugging during test creation and execution.

#### 1. Device Panel

1. Lists available devices
2. Shows device properties (OS version, available model, state)
3. Allows device selection for execution

<figure><img src="/files/l8VswknDeUM2yOpymsxo" alt=""><figcaption></figcaption></figure>

### 2. Editor Panel

1. Displays typed commands
2. Supports selection, modification, insertion, and deletion
3. Supports module-based structuring
4. Supports conditional blocks (IF/ELSE)

<figure><img src="/files/fwA3bVehIqeH9FGB9eyn" alt=""><figcaption></figcaption></figure>

### 3. Execution Panel/Logger

1. Shows step-by-step results
2. Provides detailed logs with proper reasoning for command success/failure
3. Displays failure messages and timing information<br>

<figure><img src="/files/bbFRiw017GwyRNCkQDPt" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.drizz.dev/getting-started/drizz-desktop-app/introduction-drizz-desktop-app/interface-structure.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
