# Chat

### Layout overview

The Chat page has two main areas:

* [Thread List (left)](/chatlyst-user-guide/chat/thread-list.md)
  * Browse and filter conversations.
  * Open a conversation to view the full history.
* [​Conversation Panel (right)](/chatlyst-user-guide/chat/conversation-panel.md)
  * Read the full message history for the selected conversation.
  * Reply and take actions based on the conversation status.

On the Chat page, the thread list appears on the left, and the conversation panel appears on the right.

<div align="center"><img src="/files/d875d8c613066fc45a3ca7f30389ff59f8452820" alt=""> <figure><img src="/files/jk94qfKnznI3UwOzB8Pj" alt=""><figcaption></figcaption></figure></div>


---

# 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://chatlyst.gitbook.io/chatlyst-user-guide/chat/chat.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.
