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

# 自動返信を複製・削除する

自動返信を複製する・削除する手順を紹介します。

作成済みの自動返信は、複製して使い回したり、不要になったものを削除したりできます。複製では内容を引き継いだ下書きが作られ、削除した自動返信は元に戻せません。

{% hint style="info" %}
メニューの項目名は画面で少し異なります。編集画面の︙メニューは「複製する」「削除する」、一覧の行の︙メニューは「タイトルを編集」「複製」「削除」です。「タイトルを編集」では自動返信の名前を変えられます。
{% endhint %}

## 複製する

複製は、編集画面と一覧のどちらからでもできます。

{% stepper %}
{% step %}
複製したい自動返信のメニュー（編集画面は右上の︙、一覧は行の︙）を開く
{% endstep %}

{% step %}
［複製する］を押す
{% endstep %}
{% endstepper %}

「（元の名前）（コピー）」という名前の下書きが作られます。トリガーとメッセージの内容は引き継がれ、まだ公開していない「下書き」の状態です。

## 削除する

{% stepper %}
{% step %}
削除したい自動返信のメニュー（編集画面は右上の︙、一覧は行の︙）を開く
{% endstep %}

{% step %}
［削除する］を押す
{% endstep %}

{% step %}
確認画面「自動返信を削除しますか？」で［削除する］を押す
{% endstep %}
{% endstepper %}

{% hint style="warning" %}
削除した自動返信は元に戻せません。\
稼働中の自動返信は削除できません。先に[停止](/how-to/manage/pause-resume.md)してから削除してください。
{% endhint %}

## 完了後の状態

複製した自動返信は「下書き」として一覧に追加されます。内容を編集して公開すると動き始めます。\
削除した自動返信は一覧から消えます。

## 関連ガイド

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