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

# 自動返信のステータス

自動返信がとる4つのステータス（稼働中・停止中・下書き・システム停止）の意味と、公開・停止・再公開で状態が切り替わる流れをまとめています。編集中に出る「未反映の変更あり」も補足します。

自動返信は、いまどの状態にあるかを示すステータスを持ちます。一覧画面で、各自動返信の現在のステータスを確認できます。

## ステータスの種類

| ステータス             | 意味                                                     |
| ----------------- | ------------------------------------------------------ |
| **稼働中**           | 公開して動いている状態。トリガーが発生すると自動で返信する                          |
| **停止中**           | 公開を止めた状態。トリガーが発生しても返信しない                               |
| **下書き**           | 作成中で、まだ公開していない状態。トリガーが発生しても返信しない                       |
| **システム停止（レート制限）** | Instagramが定める送信数の上限に達し、Plusraが自動で止めた状態。トリガーが発生しても返信しない |

「システム停止」になるのは、Instagramがあなたのアカウントに定めている、短時間に送れる数の上限に達したときです。設定の不備ではありません。この状態になると、あなたの自動返信はすべて止まります。一覧画面の上部に出るお知らせの［再開する］から、まとめて元に戻せます。

## ステータスが切り替わる流れ

作成した直後は「下書き」です。公開すると「稼働中」になり、停止すると「停止中」に、再公開すると再び「稼働中」に戻ります。

```mermaid
flowchart LR
    A[下書き] -->|公開する| B[稼働中]
    B -->|停止する| C[停止中]
    C -->|再公開する| B
```

{% hint style="info" %}
**補足: 「未反映の変更あり」について**

稼働中の自動返信を編集すると、編集画面のステータスが「未反映の変更あり」に変わります。これは独立したステータスではなく「稼働中」の一時的な見え方で、一覧画面には表示されません。［変更を公開］を押すまでは、実際に動くのは公開中の内容です。

* 編集して反映する手順は[自動返信を編集する](/how-to/manage/edit.md)・[自動返信を公開する](/how-to/manage/publish.md)
* 編集をやめて公開中に戻すには[編集を破棄して公開中の内容に戻す](/how-to/manage/undo-changes.md)
  {% endhint %}

## 関連ガイド

* [自動返信を公開する](/how-to/manage/publish.md)
* [自動返信を停止・再公開する](/how-to/manage/pause-resume.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/reference/statuses.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.
