# Assign Chat

**Assigns the chat to an agent who can handle it**. In Chatman, chats are assigned based on two methods: [manually](#manually-assign-a-conversation) and based on set [assignment rule](/chatman-enterprise-whatsapp-platform/chatman-functions/assignment-rule.md).

<details>

<summary>Use Cases</summary>

1. When the query goes **beyond the bot's training** and **requires human interference**.
2. An **agent can assign a chat to another agent if a customer query remains unsolved**. Say, the agent was assigned to solve a delivered product query but wasn't able to assist much; he might assign the chat to a superior, say a 'Manager.'

</details>

In Shared team inbox, you can assign a chat manually to any agent, manager or even user groups. Let's explore the steps for the same.

## Manually Assign a Conversation

1. Head over to the right-hand corner of the Chat section, where you will find an option to **Assign.**

**insert**

2. Say you have an agent as 'Sahil'; select the **Agent** from the drop-down list and click **Confirm**.

{% hint style="info" %}
You can even **assign chat to a group of agents by creating** [**User Groups**](/chatman-enterprise-whatsapp-platform/settings/my-account/user-groups.md) to handle specific types of queries.&#x20;
{% endhint %}

insert

3. The agent (Sahil) will be assigned to the conversation. Once it is assigned, the agent can join the conversation and close the chat once the customer is satisfied with the solution (OR in **24 hrs automatically**).

insert

This was a manual method of assigning a chat to different agents. Generally, the chats are assigned on the basis of the **Assignment Rule**.

{% content-ref url="/pages/HpizdW8eejt4vuaaeRnM" %}
[Assignment Rule](/chatman-enterprise-whatsapp-platform/chatman-functions/assignment-rule.md)
{% endcontent-ref %}


---

# 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.makerobos.com/chatman-enterprise-whatsapp-platform/chatman-functions/shared-team-inbox/assign-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.
