> For the complete documentation index, see [llms.txt](https://docs.3dolphins.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.3dolphins.ai/5.1.x/integration/channel-connector/line/create-a-new-channel-of-line-account.md).

# Create a New Channel of Line Account

This section describes for how to mechanism for create a new line account channel, by doing the following steps:

Go to the **Integration** menu and click the channel connector menus, then you will see a channel connector page such images below.

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

On the channel connector page, click the 'plus' button in the channel line @account, and then you will see a pop-up channel setting.&#x20;

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

Enter the channel name.

![Channel Name](/files/-MUO-h6PaKm0fvO85494)

Copy the **'Channel ID'** in channel messaging API > Click the basic settings tab.

![Channel ID Messaging API ](/files/-MUO1MH6aFqX1CCgg5Aj)

&#x20;Paste **'Channel Id'** in the channel setting line account 3Dolphins.

![Channel ID](/files/-MURRu_cGlQlCbbPHKOi)

Then, copy the **'Channel Token'** in channel messaging API > Click messaging API tab.

![Channel Access Token](/files/-MURTBPqVsNjtW0LJXce)

And, paste **'Channel Token'** in the channel setting line account 3Dolphins.

![Channel Token](/files/-MURXY8Nqf311R1i7dL3)

Copy the **'Channel Secret'** in channel messaging API > Click the basic settings and paste **'Channel Secret'** in the channel setting line account 3Dolphins, Click the '**Save'** button.

![Channel Secret Line](/files/-MURYg9475-KkFRfctm0)

Paste the **'Channel Secret'** that has been copied. Then, click the **'save'** button.

![Channel Secret](/files/-MURactaBTW5M1micplV)

Your line account channel has been successfully added.&#x20;

![Added Channel Line](/files/-MURpfxAwvahg9-I8vrv)

**Component Explanation**

| No. | Component               | Description                                                                                              |
| --- | ----------------------- | -------------------------------------------------------------------------------------------------------- |
| 1.  | Channel Name            | Name of your line account channel.                                                                       |
| 2.  | Channel ID              | An ID, you register with 3Dolphins. Each channel registered in OmniChannel 3Dolphins has a different ID. |
| 3.  | Channel Config Button   | Click to edit the configuration of this line account channel.                                            |
| 4.  | Channel URL Edit Button | Click to edit channel URL. If connecting with proxy, please adjust the URL accordingly.                  |
| 5.  | Channel URL Copy Button | Click to copy the channel URL to the clipboard.                                                          |
| 6.  | Delete Button           | Click to delete the channel.                                                                             |
| 7.  | Online / Offline Button | Click to turn on or off the channel. Red means offline, Green means online.                              |
| 8.  | Refresh Button          | Refresh your channel at any time to ensure you are always up to date with the refresh button.            |


---

# 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://docs.3dolphins.ai/5.1.x/integration/channel-connector/line/create-a-new-channel-of-line-account.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.
