> 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/how-to/manage.md).

# 公開・運用

自動返信のテスト送信・公開・編集・停止や複製・削除など、運用の操作方法を紹介します。

作った自動返信を公開して動かし、運用していくための操作をまとめています。公開する前にテスト送信で届き方を確認し、公開したあとも内容の編集・停止・複製などができます。

自動返信には状態があり、公開・停止などの操作で切り替わります。状態ごとの意味は[自動返信のステータス](/reference/statuses.md)を確認してください。

## 公開する前に

* [テスト送信する](/how-to/manage/test-send.md) — 作成中の内容を実際のDMとして送り、公開前に届き方を確認します。

## 公開する

* [自動返信を公開する](/how-to/manage/publish.md) — はじめての公開と、編集した内容の反映（変更を公開）の手順です。

## 公開したあとの運用

* [自動返信を編集する](/how-to/manage/edit.md) — 公開したまま内容を編集し、［変更を公開］で反映します。
* [編集を破棄して公開中の内容に戻す](/how-to/manage/undo-changes.md) — 未反映の変更を捨てて、いま公開中の内容に戻します。
* [自動返信を停止・再公開する](/how-to/manage/pause-resume.md) — 返信を一時的に止めたり、もう一度動かしたりします。
* [自動返信を複製・削除する](/how-to/manage/duplicate-delete.md) — 既存の自動返信を複製したり、不要なものを削除します。

## 関連ガイド

* [自動返信のステータス](/reference/statuses.md)
* [トリガー別に自動返信する](/how-to/triggers.md)
* [メッセージを作成する](/how-to/messages.md)
* [自動返信を公開できない](/troubleshooting/publishing-errors.md)
* [テスト送信ができない](/troubleshooting/test-send-issues.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/how-to/manage.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.
