# How to Connect Client to Live Chat Channel

{% hint style="info" %}
Ensure your live chat has the latest version. You can contact Support InMotion for further information.
{% endhint %}

Firstly, turn on the channel, and wait for around 10-15 seconds to let the channel completely startup.

![Live Chat](/files/EjkvofhbdC38aYZnJadr)

Properties explanation:

**URL**

As host for live chat channel setting connection. The URL can be copied and pasted from here.

![URL](/files/l3J1qszLGzfs309o2cEi)

**Client ID**

Refer to Channel Key can be copied and pasted from here whenever needed for reference.&#x20;

![Client ID](/files/oghAgtCTyMMA3E44YO2f)

**Client Secret**

Refer to Channel Secret can be copied and pasted from here whenever needed for reference.&#x20;

![Client Secret](/files/oclgfLOii5pUfMoUqC8g)

Now let’s test the configuration if it can connect successfully to the channel. Open the **index-debug-standard.html** file in the browser (in this example we use Chrome). It should come out something like this.

![Index HTML](/files/-MT4Vm73lLEm37Dv8p1X)

There is an icon in the bottom right corner. Before we click on that, please open Developer Tools from your respective browser and navigate to the Network section. In Chrome it should appear something like this.

![Inspect Network](/files/-MT4XGD4LGiQaqwxOTsy)

Now click the icon. There should appear network activities for requesting access token from the channel. Click on the activity and see what the response code is. If the status code is 200 then the connection should be successful. Otherwise, please double-check the setup and ensure the channel has been activated.

![Network Activities](/files/-MT4_JKFK6YptSH8ygFx)


---

# 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.3dolphins.ai/integration/channel-connector/live-chat/how-to-connect-client-to-live-chat-channel.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.
