> For the complete documentation index, see [llms.txt](https://manual.captivatechat.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://manual.captivatechat.ai/start-creating/create-a-chat-flow/select-live-chat-vendor.md).

# Select Live Chat Vendor

<figure><img src="/files/KuXi7YwpYcxs1rLvsa49" alt="The &#x22;Select Live Chat Vendor&#x22; screen allows users to select their preferred Live Chat to connect customers to agents."><figcaption><p>The "Select Live Chat Vendor" screen allows users to select their preferred Live Chat to connect customers to agents.</p></figcaption></figure>

After deciding on your AI Chatbot and connecting your Channel, you can now choose your **Live Chat** in the ***Step 3: Select Live Chat Vendor*** page. This determines what internal messaging platform your will use to connect your Live Agents to your customers.

Doing this will make this specific Chat Flow visible to the Captivate Chat app in the Live Chat service you selected. It won't be visible in unselected platforms.&#x20;

{% hint style="warning" %}
**This step won't connect the Live Chat service to your Chat Flow yet!**&#x20;

You can only assign a Live Chat service to your Chat Flow in *"Step 3: Select Live Chat Vendor".*

This step **only ensures your Chat Flow is recognized by the Live Chat service you selected.**
{% endhint %}

{% hint style="warning" %}
**Connect your Live Chat service to your Chat Flow in a different process!**

In order to connect your Live Chat service to this Chat Flow, you have to follow a specific process outside of the Captivate Chat platform.&#x20;

There are specific instructions to connect Captivate Chat within the MS Teams app, and different instructions to connect Captivate Chat to the Slack program.&#x20;
{% endhint %}


---

# 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://manual.captivatechat.ai/start-creating/create-a-chat-flow/select-live-chat-vendor.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.
