> For the complete documentation index, see [llms.txt](https://postjamm.gitbook.io/postjamm/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://postjamm.gitbook.io/postjamm/projects/adding-comments.md).

# Adding comments

Comments allow you to review videos and provide precise feedback.

<figure><img src="https://desk.zoho.com/galleryDocuments/edbsn3dd4eff59f87b62648c67bc891626afe63be7b36e0f89639c4bf202343f98535b039dc95ca5d526d2eb92d03a697aa17?inline=true" alt=""><figcaption></figcaption></figure>

To add a comment:

* Scrub the timeline to the desired frame
* Type your comment and submit

Postjamm supports four types of comments:

* Text comments: Standard written feedback
* Annotations: Mark specific areas directly on the video
* Attachments: Add reference files or supporting material
* Voice notes: Record audio feedback with optional text explanation

***

### Comment visibility modes <a href="#comment_visibility_modes" id="comment_visibility_modes"></a>

You can control who sees each comment using visibility settings.

#### Available modes <a href="#available_modes" id="available_modes"></a>

* Everyone: Visible to team members, collaborators, and reviewers
* Team only: Visible only to team members and collaborators
* Reviewer only: Visible only to reviewers

> 💡Default behavior
>
> * Comments are set to Team only by default
> * This allows internal discussions before sharing feedback externally

Access control

* Workspace owners can use all visibility modes
* Team members and collaborators can switch between Team only and Everyone modes enabling internal and external communication

***

### Managing comments <a href="#managing_comments" id="managing_comments"></a>

Postjamm provides tools to organize and track feedback efficiently.

#### Resolve comments <a href="#resolve_comments" id="resolve_comments"></a>

* Each comment includes a checkbox
* Checked = resolved
* Unchecked = unresolved<br>

  <figure><img src="https://desk.zoho.com/galleryDocuments/edbsn97fd1d0d409a467cc658f36c2a64fb82192090c04a3899c2d3650d25e6816e2c69d406591d8466238c02a041447611dc?inline=true" alt=""><figcaption></figcaption></figure>

#### Filter comments <a href="#filter_comments" id="filter_comments"></a>

You can filter comments to focus on specific feedback:

* Show only unresolved comments using the Unresolved only filter
* Show or hide comments by:
  * Team members
  * Collaborators
  * Reviewers


---

# 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://postjamm.gitbook.io/postjamm/projects/adding-comments.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.
