> For the complete documentation index, see [llms.txt](https://help.chatlyai.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.chatlyai.app/products-and-features/ai-chat/how-to-use-ai-chat.md).

# How to use AI Chat?

AI Chat is designed to be intuitive and flexible, allowing you to interact with powerful language models for a wide range of tasks. Whether you're drafting content, analyzing data, or generating ideas, the process is simple and efficient. Switch between the world's top models at any time, turn on web search for live information, attach files for context, and choose Think, Pro, or Ultra depending on how much depth your task needs.

### Getting Started

1. Select the model, best suited for your conversation, upload images or files to process!

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

2. Use Speech to Text audio input as and if required<br>

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

2. Switch your model in the middle of chat to compare results.

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

2. Copy your responses, regenerate them, provide feedback, or even read the response aloud using our Text to Speech facility.&#x20;

<figure><img src="/files/48Ddjy7m4NbmKzAGRZEO" alt=""><figcaption></figcaption></figure>

### History

Chat History can be accessed by clicking 'Search Chats' button in the left nav bar or by directly accessing "Recents".&#x20;

* All chat interactions are stored in Chat History.
* Previous conversations can be reopened, refined, or continued.
* Click on three dots in Chat history to Pin, Delete or Rename chat item.&#x20;

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

#### Usage

* Each message processed consumes credits as per your response and model used.


---

# 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://help.chatlyai.app/products-and-features/ai-chat/how-to-use-ai-chat.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.
