> For the complete documentation index, see [llms.txt](https://help.creatibi.com/en-us/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.creatibi.com/en-us/product-guides/media-review/comment-on-media.md).

# Comment on media

#### Comment on one single frame:

1. Play the video and stop where you want to comment;
2. Move the cursor to the comment section;
   * This icon should appear right at the bottom of the progress bar;

     <figure><img src="/files/KsLRaVSYiH73AQfvEtOt" alt=""><figcaption></figcaption></figure>
3. Use the provided tool down the comment section to comment;
   * You can use pencil, circle, rectangle, arrow, text, tag to suggest changes;
   * You can upload images to better present your ideas;
4. Click "**Save**" and you can find a small avatar for this frame, and the comment will also appear right next to the video;
5. Repeat the above steps to keep commenting.

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

#### Comment on a segment of the media

1. Play the video and stop where you want to comment;
2. Move the cursor to the comment section;

   * This icon should appear right at the bottom of the progress bar;

   <figure><img src="/files/KsLRaVSYiH73AQfvEtOt" alt=""><figcaption></figcaption></figure>
3. Drag the bracket of the icon to cover the segment of the video;

   <figure><img src="/files/64zsxQSTzFhcgpbWfm8e" alt=""><figcaption></figcaption></figure>
4. Use the provided tool down the comment section to comment;
   * You can use pencil, circle, rectangle, arrow, text, tag to suggest changes;
   * You can upload images to better present your ideas;
5. Click "**Save**" and you can find a small avatar for this frame, and the comment will also appear right next to the video;
6. Repeat the above steps to keep commenting.

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

If you want to go over all comments, simply click the avatars under the progress bar or go to the right comment area where you can edit, delete, reply to, and resolve comments. You can upload images when you reply to comments.

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

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

### FAQ

1. Who can comment on the media?
   * Anyone can comment.
2. Who can edit the comment?
   * People can only edit and delete their comments;
   * Only the admins can edit others' comments.

> Like what you see? Get started with a free 30-day CreatiBI trial today. [<mark style="color:blue;">Try for free</mark>](https://creatibi.com/)<mark style="color:blue;">.</mark>


---

# 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.creatibi.com/en-us/product-guides/media-review/comment-on-media.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.
