> 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/integration/channel-connector/line/create-a-new-channel-of-line-account.md).

# Create New Line Account Channel

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

Go to the **Integration** menu and click the **Channel Connector** menu, then you will see a channel connector page as seen images below.

![Channel Connector](/files/Gn1v1ieWmm3QmbFj4txH)

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/e18Vyvm5XYBC69eGgYOv)

Enter the channel name.

![Channel Name](/files/jpdvFHUoQ9Il7PxBnbUK)

Copy the **'Channel ID'** in the channel **Messaging API** > Click the **Basic Settings** tab.

![Channel ID Messaging API ](/files/KhEY8cUH4EibRT9ezQLf)

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

![Channel ID](/files/bO3QjfTLANnVansh3krS)

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

![Channel Access Token](/files/hCwQYSPMCfWhOdXESLqI)

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

![Channel Token](/files/mEw60rojw0GkRLvRmGCO)

Copy the **'Channel Secret'** in the channel **Messaging API** > Click the **Basic Settings**.

![Channel Secret Line](/files/lkqYlmwHmPqLFY4ip9I5)

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

![Channel Secret](/files/YCagFm917BME3oFsy8ST)

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

![Added Channel Line](/files/YhXW2WU8bV4MWrcWCi4s)

**Component Explanation**

<table><thead><tr><th width="72.66666666666666">No.</th><th width="278">Name</th><th>Description</th></tr></thead><tbody><tr><td>1.</td><td>Channel Name</td><td>Name of your line account channel.</td></tr><tr><td>2.</td><td>Channel ID</td><td>Each channel registered in OmniChannel 3Dolphins has a different ID.</td></tr><tr><td>3.</td><td>Channel Config Button</td><td>Click to edit LOB that can access this channel. </td></tr><tr><td>4. </td><td>Channel URL Edit Button</td><td>Click to edit channel URL. If connecting with proxy, please adjust the URL accordingly.</td></tr><tr><td>5.</td><td>Channel URL Copy Button</td><td>Click to copy the channel URL to the clipboard.</td></tr><tr><td>6.</td><td>Delete Button</td><td>Click to delete the channel.</td></tr><tr><td>7.</td><td>Online / Offline Button</td><td>Click to turn on or off the channel. Red means offline and Green means online.</td></tr><tr><td>8. </td><td>Refresh Button</td><td>Refresh your channel at any time to ensure you are always up to date with the refresh button.</td></tr></tbody></table>


---

# 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/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.
