# Components

This section provides an overview of the core functional areas of the Drizz Desktop App. Each component plays a distinct role in enabling device connectivity, application control, test creation, live execution, and asset management. Understanding these components helps users navigate the Desktop App efficiently and build end-to-end automated test flows with clarity and precision.

### The Desktop App consists of the following functional areas:

1. Device List: Displays connected Android/iOS devices and real devices.

<figure><img src="/files/8WtiktFuP0KobFyjlJEg" alt=""><figcaption></figcaption></figure>

2. Application Controls: Install, launch and manage the application under test.

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

3. Test Editor: Create, modify and organize test commands.

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

4. Execution View: Run tests and view real-time execution output.

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

4. Project Workspace: Manage test files, modules and associated assets.

<figure><img src="/files/0HLIiguWC6wyfv5rM4Px" 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/components.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.
