> For the complete documentation index, see [llms.txt](https://cc.docs.landis.cloud/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cc.docs.landis.cloud/setup/set-up-chat-channel/set-up-chat-link.md).

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