# Create Line Developer

Bagian ini menjelaskan bagaimana cara menggunakan akun developer 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/>. Pilih tombol **'Console'** untuk masuk ke halaman login.&#x20;

![Developer LINE](/files/WAsEoyron5gjMpi0AYZ4)

Kemudian, pilih 'Log in with LINE account'.

![Login Console Developers](/files/xTlUaXzjiQIgBaAQDgrG)

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

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

![Login Page](/files/y9tI3YO4N1Kyds6YTJnL)

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

Jika berhasil, Anda akan mendapatkan notifikasi 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/4qgFMyAoYbsd2D2jOQCL)

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

![Provider Name](/files/4RFomGFDhmGny6r0tPml)

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

![Provider Notification](/files/L2cEUl14eGOZ4sqnLNQ1)

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

![Create a Line Login Channel](/files/3rgXTm4nEzySt1Zm1q9F)

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

![Create New Channel Login](/files/RXN3BruejSkGUQb0gzBg)

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

![Channel Notification](/files/FPD8tpdLbVNkwyq7SDnp)

Selanjutnya, buat channel '**Messaging API'**, dengan mengklik tombol **'Create a New Channel'**  yang digunakan sebagai channel perantara interaksi antara perusahaan Anda dengan pelanggan.&#x20;

![Create a New Channel](/files/jPHGHgXuIjifYPkbbrD3)

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

![Create a Messaging API ](/files/Hb77U1CD0uMhTCmF9fMd)

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

![Create Messaging API Channel](/files/jpOBBHLrvGWayKBG09uc)

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

![Messaging API Notification](/files/VaLOq7aSsRC6vctdV3xM)


---

# 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.3dolphins.ai/5.3.0-id/integration/chanel-connector/line-account/create-line-developer.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.
