# Escalate to human

Sometimes your users need to contact humans to ask specific questions.

You can configure your AI Chatbot to show a button to escalate the conversation to a human.\
\
This is the final result:

{% embed url="<https://www.loom.com/share/bf8a394a7aac4882a745efd1c531ef99?sid=6ccf3f6d-5863-41f6-8b71-c44bf7a6c076>" %}

When a user submits a request, you will receive an email with **contact details**, the whole conversation between the user and the AI Chatbot, and a link to the conversation (the Open conversation link at the bottom of the email).

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

### How to enable Escalate to human

To create an Escalate to human action, you need to access your [Chatbot configuration](https://userdesk.io/home) in Userdesk.

Click on the name of the **Chatbot** you want to configure on the left sidebar, click on **Widget** and activate **Escalate to human**.

You can configure all the labels you see in the widget so that you can adjust the tone of voice, or translate the labels in a language different than English.

You can configure:

* Request support button
* Title of the form
* Description of the form
* Confirmation button
* Deny button
* Thank you message
* A set of emails to send the contact request to
* Ask Name label
* Ask Email label
* Ask Phone label

{% hint style="info" %}
Important: remember to click the **Save** button at the bottom of the page to save your changes.
{% endhint %}

### How to integrate an external ticketing system

Most of you will use Userdesk to reply to customer requests (you can invite an unlimited number of support agents), but in case you still prefer to use an external platform, configure **Support emails** with the unified inbox email address of your ticketing system (like Zendesk).

<figure><img src="/files/NdqOlvxuVRAA8d59uSSX" alt=""><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://docs.userdesk.io/product-guides/chatbot-configuration/escalate-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.
