> 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/reference/trigger-options/comment-reply.md).

# コメント欄への自動返信

コメント欄への自動返信で設定できる内容（有効・無効、返信文のパターン、送信のしかた）をまとめています。

投稿コメントのトリガーで、DM の自動返信とは別に、コメント欄にも自動で返信を送る設定です。この設定は、投稿コメントのトリガーを選んだときだけ表示されます。

## 設定できること

| 項目         | 内容                          |
| ---------- | --------------------------- |
| 有効・無効の切り替え | コメント返信を送るかどうかを選べます          |
| 返信文のパターン   | 最大5件まで登録できます。1件あたり400文字までです |
| 送信のしかた     | 登録したパターンから、毎回ランダムに1つを送ります   |

## 仕組み

コメントが届くと、登録したパターンからランダムに1つを選んでコメントに返信します。DM の自動返信とは別に送られるので、DM とコメント返信の両方が届きます。

## 注意事項

* この設定は投稿コメントのトリガーだけに表示されます。
* 有効にするときは、返信文を1件以上入れる必要があります。

## 関連ガイド

* [トリガーの設定項目](/reference/trigger-options.md)
* [投稿へのコメントに自動返信する](/how-to/triggers/post-comment.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/reference/trigger-options/comment-reply.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.
