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

# 編集を破棄して公開中の内容に戻す

未反映の変更を破棄して、いま公開中の内容に戻す手順を紹介します。

自動返信を編集してみたものの、やはり今のままでよいというときに使います。未反映の変更をすべて破棄して、いま公開中の内容に戻せます。

## はじめる前に

* 自動返信に未反映の変更があること（ステータスが「未反映の変更あり」）

未反映の変更がないときは、戻す操作は表示されません。

## 手順

{% stepper %}
{% step %}
自動返信の編集画面で、左上の［公開中の内容を見る］を押す
{% endstep %}

{% step %}
開いた画面で、いま公開中の内容を確認する
{% endstep %}

{% step %}
下部の［この内容に戻す］を押す
{% endstep %}

{% step %}
確認画面「公開中の内容に戻しますか？」で［戻す］を押す
{% endstep %}
{% endstepper %}

## 完了後の状態

未反映の変更が破棄され、編集画面がいま公開中の内容に戻ります。ステータスは「稼働中」に戻ります。

{% hint style="warning" %}
破棄した未反映の変更は元に戻せません。残しておきたい変更があるときは、戻す前に［変更を公開］で反映してください。
{% endhint %}

## 関連ガイド

* [自動返信を編集する](/how-to/manage/edit.md)
* [自動返信を公開する](/how-to/manage/publish.md)
* [自動返信のステータス](/reference/statuses.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/undo-changes.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.
