# Talk to human

Available in the **PREMIUM** plan and above.

Depending on your use case, you may want to transfer the chat to a human agent in your team to offer a personalized conversation. You can achieve this using the "Talk to human" action block.

When the chat is transferred to an agent, it will follow the assignment rules as defined in the flow. Once the transfer is done, the chatbot will no longer be in control.

You can follow the following steps to set up the Talk to human action block:

Setting up 'Human Handover' action block

At the point in the chatbot flow where you want to transfer the chat to a human agent, add the "Talk to human" action block and configure the assignment rules as described below.

### Assignment rules <a href="#assignment-rules" id="assignment-rules"></a>

It instructs the system who to assign a conversation to. Conversations will be assigned in the defined order of assignment rules.

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

For each assignment rule, you need to define:

**Assignee**

The assignee tells the system to whom the chat should be assigned. An assignee can either be an agent or a team.

**Wait time**

If the assigned agent does not reply to a conversation within the wait time, the next assignment rule will be invoked.

If all the assignment rules fail, the chat will be transferred to the **Unassigned** queue.

Generally, it is best practice to have multiple assignment rules like:

1. Assign to support reps
2. Assign to Support manager

### Default messages <a href="#default-messages" id="default-messages"></a>

Under the "Advanced settings" menu, you can customize the system's default messages when transferring a chat to an agent.

* When the chat is assigned to an agent
* When the human handover feature is disabled under Settings > Live chat > Human handover
* When no agent is available/online
* When human handover occurs beyond operational hours

### When can a human handover fail <a href="#when-can-a-human-handover-fail" id="when-can-a-human-handover-fail"></a>

* When the "Human handover" feature is disabled under Settings > Live chat > Human handover
* When there are no agents available at the time of chat assignment
* When the human handover request occurs beyond operational hours
* When all available agents have hit their max chat thresholds

\ <br>


---

# 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://help.wotsabot.ai/wotsabot-help-articles/bot-builder/action-blocks/talk-to-human.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.
