> 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/instagram-connection.md).

# Instagramと連携する

PlusraとInstagramを連携する手順を説明します。

Instagramとの連携は、自動返信を動かすために最初に必要な準備です。

## はじめる前に

* Plusraに登録し、ログインしていること
* Instagramがビジネスアカウントか、クリエイターアカウントであること

まだ準備ができていない場合は、[連携に必要なアカウントと準備](/get-started/requirements.md)を確認してください。

## 手順

{% stepper %}
{% step %}
［Instagramと連携する］を押す

* はじめての場合は、ログインのあとにこの画面が表示されます
  {% endstep %}

{% step %}
Instagramの画面でログインし、アクセスを許可する
{% endstep %}

{% step %}
Plusraに戻り、連携できたことを確認する

* 連携が終わると、自動でホーム画面に移ります
* 連携したアカウントの名前は、メニューで確認できます
  {% endstep %}
  {% endstepper %}

## 連携で許可される範囲

連携すると、PlusraはDMやコメント、ストーリーへの返信を扱えるようになります。自動返信を動かすために必要なアクセスです。

## うまくいかないときは

{% hint style="warning" %}
個人アカウントのままでは連携を完了できません。[プロアカウントに切り替えて](/get-started/requirements.md)から、もう一度試してください。
{% endhint %}

それでも連携できない場合は、[Instagramと連携できない](/troubleshooting/connection-errors.md)を確認してください。

## 次の一歩

連携できたら、自動返信を作れます。

* [トリガー別に自動返信する](/how-to/triggers.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/instagram-connection.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.
