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

# ホーム

Plusra（プルスラ）は、Instagramの自動返信を作成・管理するツールです。このヘルプセンターでは、初期設定から自動返信の作り方、困ったときの対処までを案内します。

{% hint style="info" %}
**はじめての方へ** — まずは[Plusra とは（概要）](/get-started/overview.md)で、できることと全体の流れをご確認ください。
{% endhint %}

## カテゴリから探す

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><h3><i class="fa-compass" style="color:$primary;">:compass:</i></h3></td><td><h3><strong>はじめての方へ</strong></h3></td><td>Plusraでできることを知り、Instagramと連携するまでの準備を整えます。</td><td><a href="/get-started/overview.md">Plusraの概要</a></td></tr><tr><td><h3><i class="fa-gear" style="color:$primary;">:gear:</i></h3></td><td><h3><strong>使い方</strong></h3></td><td>トリガー別に自動返信を作り、メッセージの作成から公開・運用までを行えます。AIと連携して下書きを作ることもできます。</td><td><a href="/how-to/triggers.md">トリガー別に自動返信する</a></td></tr><tr><td><h3><i class="fa-book" style="color:$primary;">:book:</i></h3></td><td><h3><strong>設定・料金</strong></h3></td><td>トリガーの設定項目やメッセージ数・文字数などの上限、ステータス、料金を確認できます。</td><td><a href="/reference/trigger-options.md">トリガーの設定項目</a></td></tr><tr><td><h3><i class="fa-circle-question" style="color:$primary;">:circle-question:</i></h3></td><td><h3><strong>困ったとき</strong></h3></td><td>自動返信が動かない・公開できない・連携できないときの対処を案内します。</td><td><a href="/troubleshooting/auto-reply-issues.md">自動返信が動かない</a></td></tr></tbody></table>

## 解決しないときは

上記で解決しない場合は、サポートまでお問い合わせください。


---

# 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/hmu.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.
