# はじめかた

どんバズくんを使い始めるには、登録のあとに初期設定（Instagramと連携するまでの準備）が必要です。このページでは全体の流れを5つのステップで案内します。各ステップの詳しい手順は、リンク先のページで説明します。

{% hint style="info" %}
初期設定がすべて終わるまで、分析などの機能は使えません。下の5ステップを終えると、すべての機能が使えるようになります。
{% endhint %}

## 準備の全体像

初期設定では、Instagram・Facebook 側での準備と、どんバズくん側での連携を行います。登録後に表示される設定画面の案内（左側のステップ表示）にそって、上から順に進めます。

## 5つのステップ

{% stepper %}
{% step %}

### どんバズくんに登録する

登録ページからメールアドレスで登録し、プランを選びます。プランは14日間無料で試せます。

料金やプランの違いは[料金プラン](/reference/plans.md)で確認できます。
{% endstep %}

{% step %}

### Instagramをプロアカウントにする

連携するには、Instagramアカウントをプロアカウント（ビジネスまたはクリエイター）にする必要があります。

詳しい手順は[プロアカウントに切り替える](/get-started/pro-account.md)を参照してください。
{% endstep %}

{% step %}

### Facebookページを作成して連携する

Facebookページを用意し、Instagramと連携します。

詳しい手順は[Facebookページを作成・連携する](/get-started/facebook-page.md)を参照してください。
{% endstep %}

{% step %}

### どんバズくんとInstagramを連携する

どんバズくんにInstagramを連携します。これで分析に使うデータを取得できるようになります。

詳しい手順は[Instagramと連携する](/get-started/connect-instagram.md)を参照してください。
{% endstep %}

{% step %}

### LINEを連携する（任意）

LINEを連携すると、バズ投稿や急上昇アカウントの通知を受け取れます。連携しなくても初期設定は完了できます。

詳しい手順は[LINE連携と通知を設定する](/get-started/line-setup.md)を参照してください。
{% endstep %}
{% endstepper %}

## 完了

5つのステップを終えると、どんバズくんのすべての機能が使えるようになります。

Facebookを使わずに始めたい場合は、[Facebookなしで始める](/get-started/without-facebook.md)を参照してください。


---

# 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://help.donbuzz.jp/get-started/setup.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.
