# Connect to LINE Official Account

To connect with LINE channel, please follow the step

1. Login into LINE Developers Console at <https://developers.line.biz/console>

2. Select Providers and LINE Official Account you want to connect Amity Bots to.&#x20;

3. Record the following information

   1. Channel ID
   2. Channel token
   3. Channel secret

   <figure><img src="/files/Qgp89lVyCNYRBA49k0na" alt=""><figcaption></figcaption></figure>

4. Fill those information into Amity Bots Platform's Channels page

<figure><img src="/files/I7yR6Y1hCkOmvWyTbguw" alt=""><figcaption></figcaption></figure>


---

# 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.amitysolutions.com/amity-solutions/amity-bots-platform/channels/connect-to-line-official-account.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.
