# Understanding the Interface

Before diving deep into the details of how Call QA works, let's understand its main interface:

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

1. **Navigation**: This section helps you navigate between different pages.
   * **Dashboard**: Summarize the activities in your account.
   * **Departments**: Displays department information and helps you manage and create departments.
   * **Agents**: Helps you create, control, and manage agents.
   * **Review**: Displays the call lists categorized by their status, i.e., All Calls, Passed, Failed, In Progress.
2. **View Mode and Notification:** The Moon icon lets you switch the interface from dark to light mode and vice versa.

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

The Bell icon displays the notifications about your campaigns and account.

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

3. **Profile Picture:** Displays more profile settings and logout option.

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

4. **Selected Page:** This area displays the page-specific elements.


---

# 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.dialytica.com/dialytica-call-qa/understanding-the-interface.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.
