# Set Up Chat Link

{% hint style="info" %}
At least one chat link is required for each queue or IVR.
{% endhint %}

1. Queues & IVRs | Connectors | Chat Links | Add

| Options            | Description                                                                                                                                        |
| ------------------ | -------------------------------------------------------------------------------------------------------------------------------------------------- |
| Name               | Name of Chat Link                                                                                                                                  |
| Description        | Description of Chat Link (Optional)                                                                                                                |
| Interaction Object | Name of chat queue where the chats will be handled                                                                                                 |
| Service Account Id | Entra object ID of Service account created in step 2 of [Set up chat Prerequisites](/setup/set-up-chat-channel/set-up-chat-prerequisites.md) setup |
| Chat Link Type     | Select Web Widget for Web Chat. In most cases select Twilio for all other types of chat.                                                           |
| Hostnames          | Hostname of website **(Only required for web chat)**                                                                                               |

3. Save the chat link
4. Select the type of chat that you want to setup and follow the instructions:

* [Web Chat](/setup/set-up-chat-channel/set-up-chat-link/set-up-web-chat.md)
* [Facebook Chat](/setup/set-up-chat-channel/set-up-chat-link/set-up-facebook-chat.md)
* [WhatsApp Chat](/setup/set-up-chat-channel/set-up-chat-link/set-up-whatsapp-chat.md)
* [SMS Chat](/setup/set-up-chat-channel/set-up-chat-link/set-up-sms-chat.md)
* [RCS Chat](/setup/set-up-chat-channel/set-up-chat-link/set-up-rcs-chat.md)

Step 4 is needed only for chat links linked directly to the originating IVR or queue. For example, if chats are first routed through an IVR and then transferred to a queue, configure step 4 only for the IVR chat link.


---

# 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://cc.docs.landis.cloud/setup/set-up-chat-channel/set-up-chat-link.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.
