> For the complete documentation index, see [llms.txt](https://raia2.gitbook.io/raia/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://raia2.gitbook.io/raia/applications/copilot/copilot-menu.md).

# Copilot Menu

## Copilot Menu

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

#### Dropdown Menu

In Copilot, to make navigation easier you're able to use the dropdown menu to search for your organization or agent.<br>

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

#### Status Circles

Next to the AI Agent on Copilot, you'll see either a green or grey circle.

Green means the agent is Active

Grey means the agent is Inactive

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

### User Account Dropdown

In the User Dropdown you can navigate to Launch Pad or Copilot

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

#### Settings

Clicking on settings you'll be able to change the theme of the website and turn on Admin Mode to be default when opening Copilot

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

#### Admin Mode

You have the ability to turn on and off Admin mode if your role within the group is set to such.

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


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://raia2.gitbook.io/raia/applications/copilot/copilot-menu.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
