> For the complete documentation index, see [llms.txt](https://wamoca.gitbook.io/wamoca-docs-en/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wamoca.gitbook.io/wamoca-docs-en/our-platform/chat.md).

# Chat

The chat module allows users to **send and receive messages** like an instant messaging application. In addition, it can be used to:

* Assign a chat to a team member
* Adding annotations to a chat
* Search and filter chats
* Send quick responses

<figure><img src="/files/LPqxdipMIzQqE2AuFLkk" alt=""><figcaption><p>List of chats</p></figcaption></figure>

## Assign a chat to a team member

<mark style="color:purple;">**This option will only work if the ‘ticket management’ configuration is activated.**</mark>

Chats can be **assigned automatically** by distributing them evenly among the agents automatically (if the ‘Automatic assignment’ option is activated) or they **can also be assigned manually** via the chat itself.

To do this, we will have to **select the drop-down menu** that appears at the top of the chat and **select the team member**. This action can only be performed by members with the ‘**Manager**’ role.

<figure><img src="/files/cWzS9rfGkRAAfFze3hHk" alt=""><figcaption><p>Assign chat manually</p></figcaption></figure>

## Add annotations

Annotations are internal notes that are stored in the chat for better customer management. To create an annotation, click on the top right button and click on ‘Add notes’:

<figure><img src="/files/HLmbmFTD2kPaAnrexsYb" alt=""><figcaption><p>Add notes</p></figcaption></figure>

When creating the annotation, a message like the following will appear in the chat, which only we will be able to see:

<figure><img src="/files/XPTVsnxxnUVkcRd9HYrZ" alt=""><figcaption><p>Notes in chat</p></figcaption></figure>

## Send quick responses

Quick answers are **predefined answers to typical customer questions**, which can be saved for convenience. The user can create as many as needed.&#x20;

### List

To see the list of quick responses, we must enter a Chat, and in the toolbar, at the bottom right we can see the following icon:

<figure><img src="/files/YTtijNgXZKoB6Ove9Nxt" alt=""><figcaption><p>Quick responses list</p></figcaption></figure>

When you click on one of these items, it will automatically be placed in the text field of the chat, so you can send it.

### Add

To add, simply click on the ‘Add’ button and fill in the ‘Title’ (internal name of the quick response) and ‘Value’ (text to be sent) fields:

<figure><img src="/files/5T0vIrAHUqHWrZw1INNd" alt=""><figcaption><p>Add quick responses</p></figcaption></figure>


---

# 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://wamoca.gitbook.io/wamoca-docs-en/our-platform/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.
