# Chatting

## **Chat overview**

The **Chat** workspace is the simplest way to interact with AI Agents.

### **Getting Started**

* Create your first chat to begin.
* Add any number of AI Agents to the chat to receive responses from all of them.

### **Features**

* **Message Input**: Write, record, or attach files to communicate with your AI Agents.
* **Chat Management**:
  * Rename or delete chats.
  * Adjust chat settings.
  * Add or remove AI Agents as needed.

## **Create and manage chat**

### **Chat creation**

**Creating a first chat** is as simple as ABC. Choose any available agent and hit "START CHAT".

<figure><img src="https://2869029725-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FZ8K4BJjgJ8MDGXT4IBnR%2Fuploads%2Fbo6KcdI6nBRNjHV5aAE2%2FScreenshot%202025-01-10%20at%2017.02.24.png?alt=media&#x26;token=784b4084-a798-47d9-a060-6f40bfc8c763" alt="" width="563"><figcaption></figcaption></figure>

**New chat** will be opened and will be shown on left side of your workspace.

<figure><img src="https://2869029725-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FZ8K4BJjgJ8MDGXT4IBnR%2Fuploads%2F0tztTKfue7fFiKSoXdxB%2Fspaces_Z8K4BJjgJ8MDGXT4IBnR_uploads_teGzODkQawhMUcF7yNS4_Screenshot%202025-01-10%20at%2017.png?alt=media&#x26;token=b2614516-daa6-4ee3-9423-48d5ccadce19" alt="" width="563"><figcaption></figcaption></figure>

### AI Agent management

Once in the chat, navigate to the top right corner to **edit chat participants**. You can remove agents that are already in the chatroom, or invite new ones.

<figure><img src="https://2869029725-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FZ8K4BJjgJ8MDGXT4IBnR%2Fuploads%2F28iwTnMutOGP734SR37a%2FScreenshot%202025-01-10%20at%2017.08.57.png?alt=media&#x26;token=39c1c0f8-5367-4292-9b4a-415d1815d1a5" alt="" width="563"><figcaption></figcaption></figure>

**Newly invited agents** can see the **history** of the chat and they take it as context when participating in the conversation, so you can make different **agents talk to each other.**&#x20;

<figure><img src="https://2869029725-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FZ8K4BJjgJ8MDGXT4IBnR%2Fuploads%2Fozf814nif0lIAn1W66Gs%2FScreenshot%202024-12-27%20at%2022.13.59.png?alt=media&#x26;token=8596c2af-0238-47f0-9c71-557d92bb387a" alt="" width="563"><figcaption></figcaption></figure>

If **multiple agents** are in the chatroom, you can tag the one you would like to hear a response from. It is not necessary, though. Under the hood, there is a **smart router** that will address your message to the most relevant agent. If multiple agents *feel* their reply can be relevant, they will response one after another. &#x20;

<figure><img src="https://2869029725-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FZ8K4BJjgJ8MDGXT4IBnR%2Fuploads%2F6FmaOXSkV9srDdpCEm9Q%2FScreenshot%202024-12-27%20at%2022.20.53.png?alt=media&#x26;token=b619ea7d-29b8-4ed6-ac01-03d62efc8538" alt="" width="563"><figcaption></figcaption></figure>

### Manage your chat

If you want you can **copy** link to this chat and **share** with your friends and talk together.

<figure><img src="https://2869029725-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FZ8K4BJjgJ8MDGXT4IBnR%2Fuploads%2FdHtu01UdcC0CgfBiLHIf%2FScreenshot%202025-01-10%20at%2017.28.55.png?alt=media&#x26;token=b3c37663-2db3-4c68-95ee-85aceff572bf" alt="" width="563"><figcaption></figcaption></figure>

You can **rename** the chat to find it easily later or **delete** if you do not need them more.

<figure><img src="https://2869029725-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FZ8K4BJjgJ8MDGXT4IBnR%2Fuploads%2Fo35JQBk2i8pNvpaKjpcw%2FScreenshot%202025-01-10%20at%2017.10.52.png?alt=media&#x26;token=d2f9ea1d-0e06-4abb-960b-1e2046f3d884" alt="" width="563"><figcaption></figcaption></figure>

To start a **new chat** just hit the button "NEW CHAT +"

<figure><img src="https://2869029725-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FZ8K4BJjgJ8MDGXT4IBnR%2Fuploads%2FqSivI2bSilWA3kEfD326%2FScreenshot%202025-01-10%20at%2017.56.18.png?alt=media&#x26;token=ca4954fa-a543-4309-9656-e5cb940c4f82" alt="" width="375"><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://archai.gitbook.io/archai/talk-to-ai-agents/chatting.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.
