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

# Plusraの概要

トリガー別の自動返信から、メッセージの送信・運用まで。Plusraでできることの全体像を紹介します。

Plusra（プルスラ）は、Instagramの自動返信を作成・管理するツールです。投稿へのコメントやDMの受信などをトリガー（きっかけ）に、用意したメッセージを自動で送れます。

## 自動返信の仕組み

自動返信は「トリガー → 送るメッセージ → 公開」という流れで動きます。

* **トリガー**: 自動返信を始める合図（投稿へのコメント、DMの受信など）
* **送るメッセージ**: トリガーに応じて届けるメッセージ
* **公開**: 作った自動返信を有効にして、実際に動かす状態

## 主な機能

Plusraの主な機能は、大きく次のとおりです。

### トリガーに応じて自動で返信する

5つのトリガーに対応します。

* **投稿コメント**: 投稿にコメントが付いたときに返信する
* **DM受信**: DMを受け取ったときに返信する
* **ストーリーメンション**: ストーリーで自分がメンションされたときに返信する
* **ストーリーへの返信**: ストーリーにコメントやリアクションが届いたときに返信する
* **ライブコメント**: ライブ配信中にコメントが付いたときに返信する

### さまざまな形式のメッセージを送る

テキスト、カルーセル（横スクロールのカード）、メディア（画像・動画・音声）を送れます。メッセージにはボタンを付けられ、押した人にリンク（URL）を開いてもらったり、次のDMを送ったりできます。

### 返信する条件を細かく設定する

反応するキーワードや、実行回数（毎回反応する／同じ人には1回だけ）などを設定できます。

### 作った自動返信を運用する

公開前のテスト送信、公開、編集、停止・再公開、複製・削除ができます。

### DMのやり取りを確認する

送受信したDMのやり取りを画面で確認できます。

## 全体が一目でわかる編集画面

編集画面では、組み立てた自動返信を1枚の図として表示します。トリガーからメッセージ、ボタンを押した先の次のDMまで、つながりを1つの画面で見渡せます。

全体の流れを見ながら作れるため、どんなときに何が届くかを把握しやすく、後から見返すときも迷いません。表示は拡大・縮小や移動ができ、細部と全体を行き来できます。

## 次の一歩

自動返信を始めるには、Instagramとの連携が必要です。次の順で進めます。

* [連携に必要なアカウントと準備](/get-started/requirements.md)
* [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/overview.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.
