# 競合アカウントを追加する

ウォッチリストは、参考にしたいアカウントを登録しておく機能です。登録したアカウントの投稿やフォロワー数の変化を、どんバズくんが自動で記録します。

## このガイドでできること

参考にしたいInstagramアカウントを1つ、ウォッチリストに登録します。登録すると、そのアカウントの投稿やフォロワーの動きを継続的に追えます。

## はじめる前に

* どんバズくんとInstagramの連携が済んでいること。まだの場合は先に[Instagramと連携する](/get-started/connect-instagram.md)を済ませてください
* 追加したいアカウントがプロアカウントであること

{% hint style="info" %}
個人アカウントは追加できません。追加できるのは、相手がプロアカウントに設定しているアカウントだけです。
{% endhint %}

## 手順

ユーザーIDを入力して、競合アカウントを追加します。

{% stepper %}
{% step %}

### ウォッチリストを開く

画面左のメニューから［ウォッチリスト］を開きます。
{% endstep %}

{% step %}

### 追加画面を開く

画面右上の、人型にプラス記号が付いたアイコンをクリックします。［競合アカウント追加］の画面が開きます。
{% endstep %}

{% step %}

### ユーザーIDを入力する

追加したいアカウントの［ユーザーID］を入力します。ユーザーIDは、相手のプロフィールに表示される「@」のあとの文字列です。入力後、［ユーザー情報確認］をクリックします。
{% endstep %}

{% step %}

### 内容を確認して保存する

表示されたアカウントが目的のアカウントかどうか確認します。間違いなければ［保存］をクリックします。
{% endstep %}
{% endstepper %}

「ウォッチリストに追加しました」と表示されれば完了です。追加したアカウントがウォッチリストの一覧に並びます。

## 追加したあとは

追加すると、そのアカウントのデータの取得が始まります。投稿やフォロワーの分析が表示されるまでには時間がかかることがあります。表示されないときは、時間をおいてから確認してください。

## 競合リサーチ・検索から追加する

競合リサーチやアカウント検索の画面からも、見つけたアカウントをその場でウォッチリストに追加できます。詳しくは[競合リサーチで探す](/how-to/discover/research.md)と[投稿・アカウントを検索する](/how-to/discover/search.md)を参照してください。

## 関連ガイド

* 追加した競合を分析する: [競合を深掘り分析する](/how-to/competitors/deep-dive.md)
* うまく追加できないとき: [競合アカウントを追加できない](/troubleshooting/cannot-add-competitor.md)
* 登録できる件数: [料金プラン](/reference/plans.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/add-competitor.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.
