# LINE

The integration with LINE follows the steps outlined in the linked tutorial.

{% embed url="<https://docs.communeify.com/en/products/dmflow/tutorials/docs/line.html>" %}

### Getting Started <a href="#getting-started" id="getting-started"></a>

First, you need to have a LINE account. Visit [LINE Business ID](https://account.line.biz/login)

![DmFlow integrate with LINE](https://docs.communeify.com/images/en/line-002.png)

#### Login with LINE Account

You can use your regular LINE user account to log in.

#### Login with Business Account

If you have a business email account, you can apply using that. Provide the account name, email address, company name, and business category (description of your business). After filling in the details, the application will be completed.

### Configuration

If the Messaging API is not enabled, go to Settings -> Messaging API and click on "Enable Messaging API". Enter the service provider name (you can name it as per your business; it can be changed later), and fill in the Privacy Policy URL and Terms of Use URL (optional). Confirm the details and click "OK".

![DmFlow integrate with LINE](https://docs.communeify.com/images/en/line-003.png)

* 1.Channel ID
* 2.Channel Secret
* 3.Fill in the Webhook URL.
* 4.Proceed to LINE Developers for the next steps.

#### LINE Developers

Clicking on the LINE Developers link will take you to [LINE Developers](https://developers.line.biz/en/). Follow the steps shown in the screenshots below.

![DmFlow integrate with LINE](https://docs.communeify.com/images/en/line-004.png)

![DmFlow integrate with LINE](https://docs.communeify.com/images/en/line-005.png)

![DmFlow integrate with LINE](https://docs.communeify.com/images/en/line-006.png)

![DmFlow integrate with LINE](https://docs.communeify.com/images/en/line-007.png)

You will obtain the Channel ID, Channel Secret, and Channel Access Token. Fill in the Webhook URL, and you are done.


---

# 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-en.dmflow.chat/channel/line.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.
