> 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-new-line-official-account.md).

# Create New Line Official Account

This section describes for how to access admin official line business account, by doing the following steps :

Enter the URL address in the web browser [https://account.line.biz](https://account.line.biz/login?redirectUri=https%3A%2F%2Fmanager.line.biz%2F).

![Admin Line Official](/files/-MUMynj2QM7r0SaTxuMC)

{% hint style="info" %}
If you do not have a LINE account, click the 'create an account' button to create your LINE account.
{% endhint %}

Then, select the 'Log in with LINE account'. You will see the line login page, Enter **'Email Address'** and '**Password'** of your LINE account, and click the '**Login'** button. Or, you can log in by using scan QR code.

![Line Login](/files/-MUN0L37NPb29lGohBv2)

After success to login Admin official line, click the link of **'Create LINE Official Account'** (Note: if you already have line official account, please continue to the next step).

![Create Line Official Account](/files/-MUNDP38DBByjLgkjbze)

Then, you will see the registration page for creating line official account. Follow the step to create line official account. After you're done, you will be directed to your line account official manager. On this page, you can access reports and settings for your LINE official account.

![Official Account](/files/-MUNH20EHqlFIo1l0bE2)


---

# 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-new-line-official-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.
