> For the complete documentation index, see [llms.txt](https://docs.line-dash.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.line-dash.com/yzmanyuaru.md).

# ユーザーマニュアル

## <mark style="color:blue;">序章:</mark>

**Linedash** は、Line の公式アカウントで BOT を作成するためのプラットフォームです。

ラインダッシュはB2B（Business to Business）プラットフォームで、事業主はLINEアプリにボットを登録・作成することができます。

### <mark style="color:blue;">管理者ユーザー登録</mark><mark style="color:blue;"><mark style="color:purple;">:<mark style="color:purple;"></mark>

LINE アプリケーションで BOT を作成する必要がある管理者ユーザーは、スーパー管理者によって追加できます。

管理者ユーザーは、メールでログイン資格情報を取得します。

スーパー管理者は、管理者ユーザーの詳細を編集できます。

### <mark style="color:red;">ライン ボットの作成:</mark>

LINEボットの作成方法&#x20;

LINE Botを作成するには、LINE Developer console（<https://account.line.biz/login?redirectUri=https%3A%2F%2Fmanager.line.biz%2F>）のアカウントを取得する必要があります。

LINE bizのアカウントを作成したら、アカウントにログインし、LINE Developer console（<https://developers.line.biz/console/>）に移動します。

ボットを作成するには、ボット用のプロバイダを用意する必要があります。LINE developer consoleのダッシュボードから、新しいプロバイダを作成することができます。

プロバイダを作成したら、ボットを作成する過程でチャンネルを作成する必要があります。ボットを作成するには、メッセージAPIチャネルを選択し、必要な情報を送信すると、チャンネルが作成されます。

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

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

<figure><img src="/files/0I22kkLm2mBZFGU0DYVC" alt=""><figcaption></figcaption></figure>

### <mark style="color:orange;">LINE DashにBotを登録する。:</mark>

LINE DASHにBotを登録するには、アプリケーションの<https://line-dash.ceewen.xyz/bots> \[In Staging Server]または<https://app.line-dash.com/bots> \[In Production]に移動する必要があります。\
追加]ボタンをクリックすると、Bot作成モデルが表示されます。

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

また、登録したチャンネルにLINE dashのWebhookを追加する必要があります。以下のスクリーンショットを参照してください。

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

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

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

Webhookを追加したら、Verifyボタンをクリックして、Webhookの接続を確認する必要があります。<br>


---

# 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.line-dash.com/yzmanyuaru.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.
