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

# 自動返信を編集する

公開済みの自動返信を開いて内容を編集する手順を紹介します。

公開した自動返信は、止めずに動かしたまま内容を編集できます。トリガーの設定内容（対象の投稿やキーワードなど）やメッセージは変更できますが、トリガーの種類（きっかけ）は変更できません。

{% hint style="info" %}
トリガーの種類（きっかけ）を変えたいときは、その自動返信を編集するのではなく、新しい自動返信を作成してください。
{% endhint %}

## はじめる前に

* 編集したい自動返信を作成していること

## 手順

{% stepper %}
{% step %}
自動返信の一覧から、編集したい自動返信を開く
{% endstep %}

{% step %}
編集画面で、変更したいメッセージやトリガーの設定内容を選んで変える
{% endstep %}

{% step %}
変更は自動で保存される（画面に「保存中」「保存済み」と表示されます）
{% endstep %}

{% step %}
変更を返信に反映するときは、右上の［変更を公開］を押す
{% endstep %}
{% endstepper %}

各項目の編集方法は、[メッセージを作成する](/how-to/messages.md)や[トリガー別に自動返信する](/how-to/triggers.md)を確認してください。

## 完了後の状態

公開済みの自動返信を編集すると、ステータスが「未反映の変更あり」になります。\
［変更を公開］を押すまでは公開中の内容が動き続け、編集中の内容は反映されません。

{% hint style="info" %}
編集した内容をやめて公開中の状態に戻すときは、[編集を破棄して公開中の内容に戻す](/how-to/manage/undo-changes.md)を確認してください。
{% endhint %}

## 関連ガイド

* [自動返信を公開する](/how-to/manage/publish.md)
* [編集を破棄して公開中の内容に戻す](/how-to/manage/undo-changes.md)
* [自動返信のステータス](/reference/statuses.md)
* [メッセージを作成する](/how-to/messages.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/edit.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.
