> For the complete documentation index, see [llms.txt](https://docs.opusbooster.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.opusbooster.com/community/community-setup/community-moderation.md).

# コミュニティ・モデレーション

コミュニティモデレーション機能を使うと、コミュニティ内で共有された **投稿・コメント・返信** を1か所で確認・対応できます。安全で活発、そしてメンバーが「声を聞いてもらえた」と感じられる場をつくるために役立ちます。

***

<figure><img src="/files/GElfL4R0xJtc2ci3hJMK" alt=""><figcaption></figcaption></figure>

### モデレーショントピック

| トピック   | 説明                                                    |
| ------ | ----------------------------------------------------- |
| すべて    | 投稿、コメント、レビューなど、コミュニティの全アクティビティを一覧表示します。               |
| 映像     | ホストした動画ごとのコメントを確認できます。動画を指定して絞り込みも可能です。               |
| ブログの投稿 | ブログ記事にコメント機能を有効にしている場合、そのコメントに直接返信できます。               |
| ウィジェット | 通常ページに配置した「コメント」ウィジェットなど、ページ内ウィジェット経由のやり取りをまとめて表示します。 |
| ウォール投稿 | コミュニティウォール（掲示板）に投稿された内容を一覧できます。                       |
| レビュー   | 商品購入後に寄せられたレビューへ返信できます（レビュー機能を有効化している場合）。             |
| 承認待ち   | 事前承認が必要なコメント／レビューを承認または却下できます。ブログコメントでよく使われます。        |

***

### 設定

画面右上の設定ボタンから、各モデレーショントピックに「誰として返信するか」を指定できます。たとえば、複数の管理者がいる場合に特定の管理者名義で返信する、といった設定が可能です。

<figure><img src="/files/h4okiU9SirIy3YYWDKzO" alt=""><figcaption></figcaption></figure>


---

# 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://docs.opusbooster.com/community/community-setup/community-moderation.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.
