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

# 返信対象の投稿

投稿コメントのトリガーで自動返信の対象にする投稿について、全ての投稿・次回の投稿・個別の投稿の違いをまとめています。

投稿コメントのトリガーで、どの投稿へのコメントに自動返信するかを決める設定です。この設定は、投稿コメントのトリガーを選んだときだけ表示されます。

## 選べる対象

| 対象        | 意味                                     |
| --------- | -------------------------------------- |
| **全ての投稿** | 今ある投稿も今後の投稿も含め、全ての投稿やリールへのコメントが対象になります |
| **次回の投稿** | 公開したあとに最初に投稿したもの1件が対象になります             |
| **個別の投稿** | 選択した特定の投稿だけが対象になります。複数選択できます           |

## 個別の投稿を選ぶとき

「個別の投稿」を選ぶと、過去の投稿が一覧で表示されます。その中から対象にする投稿を選択します。複数選択でき、あとから変更もできます。

## 「次回の投稿」を選ぶとき

「次回の投稿」を選ぶと、公開後に最初に投稿した1件が対象になります。ただし対象が確定するのは、投稿にコメントが付いた時点です。確定すると「個別の投稿」に切り替わって固定されます。タイミングごとの動きは次のとおりです。

| タイミング            | 対象の投稿                                              |
| ---------------- | -------------------------------------------------- |
| 公開した直後           | まだ決まっていません。投稿にコメントが付くまで、対象は確定せず自動返信も始まりません         |
| 投稿にコメントが付いた      | 公開後に最初に出した1件が対象に確定し、「個別の投稿」に自動で切り替わります（画面表示も変わります） |
| 「個別の投稿」に切り替わったあと | その1件に固定されます。編集・停止・再公開しても、別の投稿をしても変わりません            |

別の投稿を対象にしたいときは、もう一度「次回の投稿」を選んで公開します。その後に最初に投稿した1件が、あらためて対象になります。

## 注意事項

* この設定は投稿コメントのトリガーだけに表示されます。DM・ストーリー・ライブのトリガーにはありません。
* 対象にできるのは投稿とリールです。ストーリーは含まれません。

## 関連ガイド

* [トリガーの設定項目](/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/target-posts.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.
