# Create a New Channel of Live Chat

This section describes for how to mechanism for add channel live chat, by doing the following steps:

On the top right corner of the Live Chat section, click the ‘**plus**’ button.

![Channel Connector](/files/-MT3tXCTkkTPwrDn_jhL)

Then, you will see a pop-up form of channel setting. Normally only ‘**Channel Name**’ and ‘**Timeout**’ value is filled when creating new live chat channel.

![Channel Setting](/files/-MT3vTpj9t7frz0xA5mN)

**Component Explanation:**

| **Field Name**            | Description                                                                                                                                                                                                                                                                                                                                   |
| ------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Channel Name              | The name of our live chat channel.                                                                                                                                                                                                                                                                                                            |
| Timeout                   | <p>The duration of how long a client is allowed to be inactive before getting disconnected automatically from the live chat channel.<br>Fill the field with integer only, and the value is in second (<strong>example:</strong> If we allow our clients to be inactive for 1 hour, then fill the field with <strong>3600</strong> value).</p> |
| Allow Origin              | Specify which origin(s) are allowed to connect to the channel, left empty if we want it able to be connected from all origin (**example:** if we want it only able to be connected from example.com, fill the field with ‘<http://example.com’>).                                                                                             |
| Google Captcha Secret Key | Only fill this field if we want to validate client login with google Recaptcha, left empty if we want to skip the validation.                                                                                                                                                                                                                 |

Next, click the 'save' button and if the channel is successfully created it will appear in the live chat channel list.

![Live Chat](/files/-MT3zvj9_GasIkiB9-yJ)

**Component Explanation:**

|  No | **Name**                         | Description                                                                                                                       |
| :-: | -------------------------------- | --------------------------------------------------------------------------------------------------------------------------------- |
|  1  | Refresh Button                   | Refresh your channel at any time to ensure you are always up to date with the refresh button.                                     |
|  2  | Online and Offline Button        | Click to turn on or off the channel. Red means offline, Green means online.                                                       |
|  3  | Delete Button                    | Click to delete the channel.                                                                                                      |
|  4  | Channel Key & Secret View Button | Click to view channel id and channel secret which is used as connection credential on the client-side (will get into that later). |
|  5  | Channel Config Edit Button       | Click to edit channel related config. Currently,  there is only allow origin field that is editable.                              |
|  6  | Channel URL Copy Button          | Click to copy the channel URL to the clipboard.                                                                                   |
|  7  | Channel ID                       | An ID, while you register with 3Dolphins. Each channel registered in Omni Channel 3Dolphins has a different ID.                   |
|  8  | Channel Name                     | Tricks: hover on top of the channel name to view the channel port.                                                                |


---

# 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/5.1.x/integration/channel-connector/live-chat/create-new-channel-of-live-chat.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.
