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

# トリガーの設定項目

トリガー設定で選べる返信対象の投稿・キーワード・コメント返信・返信回数の意味と、トリガーごとに使える項目をまとめています。

トリガーを設定するとき、どのメッセージやコメントに、どんなふうに返信するかを、項目ごとに決められます。

## 設定項目

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>返信対象の投稿</strong></td><td>投稿コメントで、どの投稿に返信するか</td><td><a href="/reference/trigger-options/target-posts.md">返信対象の投稿</a></td></tr><tr><td><strong>キーワードと一致条件</strong></td><td>どんな言葉に返信するか。部分一致・完全一致</td><td><a href="/reference/trigger-options/keywords.md">キーワードと一致条件</a></td></tr><tr><td><strong>コメント欄への自動返信</strong></td><td>DMとは別に、コメント欄へ返信するか</td><td><a href="/reference/trigger-options/comment-reply.md">コメント欄への自動返信</a></td></tr><tr><td><strong>同じ人への返信回数</strong></td><td>同じ人に毎回反応するか、1回だけにするか</td><td><a href="/reference/trigger-options/reply-frequency.md">同じ人への返信回数</a></td></tr></tbody></table>

## トリガーごとに使える設定項目

| トリガー       | 対象の投稿 | キーワード | コメント返信 | 実行回数 |
| ---------- | :---: | :---: | :----: | :--: |
| 投稿コメント     |   ✓   |   ✓   |    ✓   |   ✓  |
| DM受信       |   —   |   ✓   |    —   |   ✓  |
| ストーリーメンション |   —   |   —   |    —   |   ✓  |
| ストーリーへの返信  |   —   |   ✓   |    —   |   ✓  |
| ライブコメント    |   —   |   ✓   |    —   |   ✓  |


---

# 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.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.
