> For the complete documentation index, see [llms.txt](https://docs.chatlayer.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.chatlayer.ai/integrateandcode/human-offloading-live-chat/interact.md).

# #Interact

Proximus #Interact is a live chat solution that allows you to manage replies to your customers on all your social networks in one place. Read more [here](https://www.proximus.be/en/id_cl_customer_relationships/companies-and-public-sector/it-services/customer-relationships.html).

{% hint style="info" %}
The #Interact environment used by customers can only be connected to the Chatlayer.ai production environment.\
Because of that when publishing, 'skills' tags might get overwritten and you might have to add them again afterwards.&#x20;
{% endhint %}

## Configure #Interact offloading

Create an access token in #Interact by going to Settings > Tokens > Add token.  The access token will automatically be copied to your clipboard.

![](/files/-M2rytzafnmGjsqm1U4p)

Now head over to your bot's offloading settings. In Chatlayer, go to Settings > Offloading and create a new #Interact offloading provider. Paste the newly created access token in the configuration modal.

![](/files/-M2xUdQgiH0W-LXzcS-r)

## Add the Chatlayer access token to #Interact

Create a new Chatlayer access token. #Interact will use this token to safely communicate with your Chatlayer bot.

![](/files/-M7awQoxyjZtJrCTlwC3)

![](/files/-M7awhkO-pZ5rEWqzibv)

Copy the newly created access token and paste it in Interact under Settings > Chatbot > Connect Chatlayer

![](/files/-M7axgHjtYsxjRTmlsxu)

## Offload a user to #Interact

To have your user transferred to a live agent in #Interact, create an action at the point in the flow where you want your user to be handed over.

![](/files/-M5ui8CpXkD_josqLcwF)

Add the action "Send to offload provider" to your block and configure it with the correct settings for #Interact.

![](/files/-M5uiILfeYoFuydMX5z5)

Once a user reaches this part of the conversation, the offload towards #Interact will be triggered. The bot will automatically be paused when a user reaches this action. When the agent closes the conversation, the bot will be resumed.&#x20;


---

# 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://docs.chatlayer.ai/integrateandcode/human-offloading-live-chat/interact.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.
