# Instagramと連携する

初期設定の最後に、どんバズくんとInstagramを連携します。連携すると、自分のアカウントや競合の分析に使うデータを取得できるようになります。

## はじめる前に

* Instagramをプロアカウント（ビジネスまたはクリエイター）にしてあること
* Facebookページを作成し、Instagramと連携してあること

まだの場合は[はじめかた](/get-started/setup.md)の流れにそって、先にここまでを済ませてください。

## 手順

{% stepper %}
{% step %}

### 連携画面を開く

初期設定の［どんバズくんとInstagramを連携する］の画面を開きます。初期設定を終えたあとに連携する場合は、画面左のメニューから［設定］→［インスタ連携］を開きます。
{% endstep %}

{% step %}

### Facebookにログインする

［Facebookにログイン］（設定画面では［facebookでログインして連携する］）をクリックします。Facebookの画面が開くので、Facebookアカウントでログインします。
{% endstep %}

{% step %}

### 連携を許可する

Facebookの画面の案内にそって、連携を許可します。対象のFacebookページとInstagramアカウントを選びます。
{% endstep %}

{% step %}

### 連携を完了する

どんバズくんの画面に戻れば連携は完了です。
{% endstep %}
{% endstepper %}

{% hint style="info" %}
連携はFacebookのログインを通して行います。InstagramのIDやパスワードは入力しません。
{% endhint %}

## 連携したあとは

連携すると、自分のアカウントのデータの取得が始まります。取得が完了するまでには時間がかかることがあります。完了すると、データを確認できるようになったことがマイページで分かります。

連携の状況は、［設定］→［インスタ連携］で確認できます。正常に連携できていれば「連携は正常です」と表示されます。

{% hint style="info" %}
Instagramの仕様により、連携には有効期限があります。期限が近づくと再連携が必要になります。手順は[再連携する](/troubleshooting/reconnect.md)を参照してください。
{% endhint %}

## 関連ガイド

* 連携がうまくいかないとき: [Instagramと連携できない](/troubleshooting/connect-error.md)
* プロアカウントへの切り替え: [プロアカウントに切り替える](/get-started/pro-account.md)
* Facebookページの作成・連携: [Facebookページを作成・連携する](/get-started/facebook-page.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/connect-instagram.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.
