> For the complete documentation index, see [llms.txt](https://support.megadoga.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.megadoga.com/sapto/komento.md).

# コメント機能

## コメント機能について

ユーザーが、商品（動画）へコメントを送信すると、CSM画面にコメントが一覧で表示されます。

なお、コメント機能はコメント表示が有効になっている場合にのみご利用頂けます。

コメントの表示設定については、[\[→基本設定\] > サービスポリシー](/frontsaito/ji-ben-she-ding.md#ji-ben-she-ding)項目を確認してください。

<figure><img src="/files/1OywkjEl497NDis3xtbh" alt="" width="563"><figcaption><p>画像クリックで拡大</p></figcaption></figure>

## コメントの表示/非表示設定

ユーザーから送信されたコメントは、機能メニューの\[コメント]ページから確認ができます。

一覧で表示されているコメントの、右側にあるトグルをクリックして、表示/非表示設定を切り替えることができます。

非公開にすると、コメント欄に表示されていたコメントガ非表示になります。

<figure><img src="/files/gRP07wFaZUkSP7mTVqt5" alt=""><figcaption><p>画像クリックで拡大</p></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://support.megadoga.com/sapto/komento.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.
