> For the complete documentation index, see [llms.txt](https://help.plusra.jp/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.plusra.jp/get-started/requirements.md).

# 連携に必要なアカウントと準備

連携に必要な2つのアカウントと、プロアカウントへの切り替え方を紹介します。

## 必要なもの

連携には、次の2つを用意します。

* **Plusraのアカウント**: 登録済みのもの
* **Instagramのアカウント**: ビジネスアカウントか、クリエイターアカウント

{% hint style="info" %}
用意するのはこの2つだけです。ほかに申し込みや別サービスの登録はいりません。
{% endhint %}

## アカウント種別について

InstagramのアカウントがDMやコメントを外部のツールとやり取りするには、ビジネスアカウントか、クリエイターアカウントである必要があります（あわせて「プロアカウント」と呼びます）。どちらの種別でもPlusraと連携できます。

個人アカウントの場合は、Instagramアプリからプロアカウントに切り替えます。切り替えに料金はかかりません。

{% stepper %}
{% step %}
プロフィール画面で［プロフィールを編集］を選ぶ
{% endstep %}

{% step %}
［プロアカウントに切り替える］を選び、説明画面で［次へ］に進む
{% endstep %}

{% step %}
当てはまるカテゴリを選び、［プロフェッショナルプロフィールに切り替える］を選ぶ
{% endstep %}

{% step %}
［ビジネス］か［クリエイター］を選ぶ
{% endstep %}
{% endstepper %}

## 次の一歩

準備ができたら、Instagramと連携します。

* [Instagramと連携する](/get-started/instagram-connection.md)


---

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