# Chat Sidebar

This is a global block that is available on the **Tasks and Teams pages**. To open it, click on the `Chat icons` of any entity on these pages.

This block is similar to the [Chats Page](/pages-and-ui-elements/chats-page.md#chat-block) on the [Chats Page](/pages-and-ui-elements/chats-page.md), but with a key difference: on the Tasks and Chats pages, the Chat sidebar is fixed to the right of the screen. This allows users to work on these pages while simultaneously communicating with teammates.

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


---

# 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.orch.so/pages-and-ui-elements/chat-sidebar.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.
