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

# 自動返信を公開する

自動返信をはじめて公開する場合と、編集した内容を反映する場合の手順を紹介します。

作った自動返信を実際に動かすには、公開します。公開すると、設定したトリガーが発生したときに自動で返信が始まります。

## はじめる前に

* トリガーとメッセージを設定していること

必須項目が足りなくても公開ボタンは押せますが、公開はされません。押すと不備を知らせるメッセージが出るので、直してからもう一度公開してください（[自動返信を公開できない](/troubleshooting/publishing-errors.md)）。

## 手順

### はじめて公開する

{% stepper %}
{% step %}
自動返信の編集画面で、右上の［公開する］を押す
{% endstep %}
{% endstepper %}

ステータスが「下書き」から「稼働中」に変わります。

### 編集した内容を公開する

公開済みの自動返信を編集すると、変更は「未反映の変更あり」として保存され、返信にはまだ反映されません。反映するには、もう一度公開します。

{% stepper %}
{% step %}
自動返信の編集画面で、右上の［変更を公開］を押す
{% endstep %}
{% endstepper %}

変更が反映され、ステータスが「稼働中」に戻ります。

## 完了後の状態

ステータスが「稼働中」になり、トリガーが発生すると自動で返信します。\
公開する前に、[テスト送信する](/how-to/manage/test-send.md)で実際の届き方を確認しておくと安心です。

{% hint style="info" %}
停止した自動返信をもう一度動かすときは［再公開する］を押します。手順は[自動返信を停止・再公開する](/how-to/manage/pause-resume.md)を確認してください。
{% endhint %}

## 関連ガイド

* [自動返信のステータス](/reference/statuses.md)
* [自動返信を編集する](/how-to/manage/edit.md)
* [テスト送信する](/how-to/manage/test-send.md)
* [自動返信を公開できない](/troubleshooting/publishing-errors.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/publish.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.
