# User manuals

## Introduction:

**Linedash** is a platform for creating BOTs in Line’s official account.

**Linedash** is a B2B(Business to Business) platform, where business owners can register, create bots on Line Application.

### <mark style="color:purple;">Admin User Registration:</mark>

The admin user who need to create **BOTs** in the **LINE application** can be added by the super admin.

The Admin user will get login credentials via mail.

Super admin can edit details of admin user.

### <mark style="color:red;">Creating a Line Bot:</mark>

Users need to have an account in the Line Developer console, which can be accessed at <https://account.line.biz/login?redirectUri=https%3A%2F%2Fmanager.line.biz%2F> in order to create a line bot.&#x20;

Once you have registered for a Line business account, you can log in and visit the Line developer console by going to [https://developers.line.biz/console/.](https://developers.line.biz/console/)

We must have a Provider for your bot in order to create one. From the dashboard of the Line developer console, you can add a new provider.

<figure><img src="/files/1S3NXOewdtXdXxKxLasB" alt=""><figcaption></figcaption></figure>

In order to create a bot, we must first create a provider before creating a channel.&#x20;

In order to create a bot, we must first select the messaging API channel and then provide the necessary data.

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

<figure><img src="/files/8GxdPEH9uuXzzudzsgFK" alt=""><figcaption></figcaption></figure>

### <mark style="color:orange;">Registering Bot in Line Dash:</mark>

To Register Bot in Line dash we have to navigate to <https://line-dash.ceewen.xyz/bots> \[In Staging Server] or <https://app.line-dash.com/bots> \[In Production] in the application.

Please click on Add button, A Bot creation Model will appear.

<figure><img src="https://lh6.googleusercontent.com/AVTf72FkNbgrJawsnTBp7zgc8tprPKWOMfwAvT6X2YTaAaY7ur0AY7n80eaeoOj1DIGF5y8HzxAxOSOkMGh7QI9lhQxCCvjG720I9aXky7Q2pCWe3FSwHdqQfluBZ7yjKmcYmsq0L9tgtmCVvFXWpqzmwdDbyxeklm3_M0OMOWBUvb-8Lf_PvGDEDk2drA" alt=""><figcaption></figcaption></figure>

To register Bot in Line dash, we need Channel Secret key, Channel access token. We can get information from the channel that you have created.

<figure><img src="https://lh5.googleusercontent.com/o2oLXDqrOJ1rByBsrWU4R5I4tgsTkhGU_lc5qjCBOd0N3vm2mIJKHBVpHi8GR1vIfuTy0DJBqV0VizTElsxwFmDPcvt56JITKKi5i83LGfx42i4ILTMZP2pOK97nEz1Rvy5QZwppWn13Ubptqu0Wyv2Tk7WXfUhHK8lbipSkGmayfLQeKb0z3FcxoBJjiA" alt=""><figcaption></figcaption></figure>

<figure><img src="https://lh5.googleusercontent.com/NwVLwa0jL_EtH4FoQdzYv5PEKTpsv-VOVj-dmO52mi1_fPDkk1xMvR2n2mDwUNXtpiL7dNTteVmWCP3DnccxqNlC6r807s0G1ozoRVgC_pJoKimRNsRalvPTCrQG_fp2QJwQraD1Syum21fVtI0hIccd1fMzgPJz-mSU4rvwSNHaQCStQPU9xBOnZ68eYQ" alt=""><figcaption></figcaption></figure>

Also we have to add Webhook of Line dash in the channel that you have registered. Please refer below screenshot

<br>

<figure><img src="https://lh3.googleusercontent.com/3YpuB0eKaHM6SRaDW32r3rSG7FxKaU29vPpHjJ8x2RKS47nZMpheRfFpgqSL_jkzev8Sa4T5Nc9pdM-F3s173d8mOy963tqT1Y8_HYiYYPN_nivctvZ6IKFod1t0AkvA_FLqDkQkl4fqQTk19JEkfW_IrSXZSVmoTozIwkSHKKa-KBRIGbLHdoexfQNcUA" alt=""><figcaption></figcaption></figure>

Once a webhook is added you have to click on the Verify button to confirm about the webhook connection.

\ <br>


---

# 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.line-dash.com/english/user-manuals.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.
