# Opentroy Overview

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

## Overview

The default view when you opening Opentroy Desktop is the `Chats` view. Here you can see four main sections in your app.

### 1. Left Sidebar Menu

On the left sidebar you access Opentroy’s menu with different options.

Here you can access the basic features of Opentroy.

You can Toggle the sidebar according to your needs.

### 2. Chats

Here’s where you can access your chats. Notice there are two tabs at the top: `Active` and `Archive`. To keep your active chats view clear, you can archive each by simply hovering your cursor over the chat and clicking the  box icon.

### 3. AI Response Field

In this section you will see the AI chat response once you have prompted it with instructions or questions.

### 3. Input Field

Here is where you ask your questions, and provide prompts to your local AI. There are some options that we’ll review more in depth in the following section.


---

# 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.opentroy.org/core-capabilities/opentroy-overview.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.
