> For the complete documentation index, see [llms.txt](https://docs.orch.so/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.orch.so/pages-and-ui-elements/basics.md).

# Basic Pages

This chapter provides an overview of all the pages and key UI elements in Orchestra. It includes descriptions of the various blocks, UI components, and their purposes.

Here are the **main pages and elements** in Orchestra:

1. [Chats Page](/pages-and-ui-elements/chats-page.md)**.** This is a page where all team communication takes place. Here, you can manage everything from chatting with teammates to holding meetings, recording asynchronous videos, and more.
2. [Tasks Page](/pages-and-ui-elements/tasks-page.md)**.**  On this page, you can organize and manage projects, tasks, and workflows.
3. [Teams Page](/pages-and-ui-elements/teams-page.md)**.** The Teams page allows you to manage your workspace members. You can add or remove members, assign roles, and create teams.
4. [Info Sidebar](/pages-and-ui-elements/info-sidebar.md)**.** The Info Sidebar is a key component in Orchestra. Available for all main entities, it contains the essential features needed to manage and configure them.
5. [Calls Sidebar](/pages-and-ui-elements/calls-sidebar.md)**.** The Calls Sidebar is where you can initiate and manage calls with your teammates and colleagues.
6. [Context Menu](/pages-and-ui-elements/context-menu.md)**.** The Context Menu provides quick access to all the key actions available for different entities and elements in Orchestra.
7. [Settings Page](/pages-and-ui-elements/settings-page.md)**.** On the Settings page, you can configure Orchestra and manage your profile settings.


---

# 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://docs.orch.so/pages-and-ui-elements/basics.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.
