> For the complete documentation index, see [llms.txt](https://docs.cow.tech/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cow.tech/getting-started/navigation/menu-bar.md).

# Menu Bar

The top menu bar has a few features that you may want to know.

### Display Mode

Clicking this toggle will switch the display mode for COW.

#### Available Display Modes&#xD;

* Light mode
* Dark mode

### Help & Support

Here you will find options on how you can get support for COW.

#### Discord

This is a link to the CyberDrain Discord server. We have channels dedicated to answering your questions about COW.

#### Docs

This links you to docs.cow\.tech.

#### Email Support

This will launch an email in your configured application to send an email to our support staff who can answer questions or resolve any issue that you may be having.


---

# 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:

```
GET https://docs.cow.tech/getting-started/navigation/menu-bar.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.
