> 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-1/integration/chanel-connector/line-account/create-line-developer.md).

# Create Line Developer

Bagian ini menjelaskan bagaimana cara menggunakan Login LINE, Anda harus membuat channel terlebih dahulu di  LINE Developers console, dengan melakukan langkah-langkah berikut:&#x20;

Masukkan alamat URL di web browser <https://developers.line.biz/en/>.

![Developer LINE](/files/-MUNQeFRDMxYADESIDG-)

Login ke console (Login ke LINE Developers console dengan email address dan password dari LINE account Anda atau dapat menggunakan scan QR code yang ditampilkan di layar login).

![Login Console Developers](/files/-MUNUtQZCkuzrM8JfCDj)

{% hint style="info" %}
Jika Anda tidak memiliki LINE account, klik tombol 'create an account' untuk membuat LINE account Anda.
{% endhint %}

Kemudian, pilih 'Log in with LINE account'. Anda akan melihat halaman login dari line, Masukkan **'Email Address'** dan '**Password'** dari LINE account Anda, dan klik tombol 'Login'. Atau, Anda dapat masuk dengan menggunakan  scan QR code.

![Login Page](/files/-MUNWMln1AATzGxtJvd-)

Register sebagai developer (hanya pada login pertama), Masukkan **'Name'** dan **'Email Address'** Anda untuk membuat developer account di LINE Developers console, centang 'Line Developers Agreement' kemudian, klik tombol '**Create my account'**.

![Register as Developer](/files/-MUNXqr1fm91hH3k7WQn)

Jika berhasil, Anda akan melihat notifikasi bahwa Anda telah berhasil terdaftar pada LINE Developer Account.

![Register Notification](/files/-MUNYKjNxGcxFS4U9OGp)

Kemudian, klik tombol '**Create a new provider'** di bagian bawah halaman.

![Create a New Provider](/files/-MUNZSwLKLQ-4JI60Af7)

Masukkan nama provider. Provider adalah entitas yang menawarkan aplikasi Anda. Misalnya, Anda dapat menggunakan nama Anda sendiri atau nama perusahaan Anda, klik tombol **'Create'**.

![Provide Name](/files/-MUN_0g15lPJ_mpQfQJu)

Kemudian, Anda akan melihat notifikasi bahwa Anda sudah membuat provider.

![Provider Notification](/files/-MUN_ck2h1egdZtOQE3J)

&#x20;Klik '**Create a Line Login Channel'**.

![Create a Line Login Channel](/files/-MUNasMEVdR2Z26UGi5f)

Masukkan informasi yang diperlukan untuk channel Anda, dan centang line developers agreement. Kemudian, klik tombol **'Create'**.

![](/files/-MUNcVQLnkt84UAZBrAs)

![Create a Channel](/files/-MUNcwJnH8iOk1eEjZUs)

Jika berhasil, Anda akan melihat notifikasi bahwa Anda sudah membuat channel line baru.

![Channel Notification](/files/-MUNdVl6cVycmhVwI4cw)

Selanjutnya, buat channel '**Messaging API'**, dengan mengklik tombol **'Create a New Channel'**.

![Create a New Channel](/files/-MUNedXoCIUwuJ7yh9Wn)

Pilih untuk membuat channel baru **'Messaging API'**.

![Create a Messaging API ](/files/-MUNfaRYAvSa0P3T7hDk)

Masukkan informasi yang diperlukan untuk channel Anda, centang  line official account terms of use dan line official account API terms of use. Kemudian, klik tombol '**Create'**.

![](/files/-MUNla0d7H9o5Av95BAM)

![Create Messaging API Channel](/files/-MUNlfDzuNbdrNZxcXfl)

Jika berhasil, Anda akan melihat notifikasi bahwa Anda telah membuat cahnnel messaging API.

![Messaging API Notification](/files/-MUNm-N7AAasRk-oW04i)


---

# 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-1/integration/chanel-connector/line-account/create-line-developer.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.
