> 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/sharing-and-approvals/reviewer-experience.md).

# Reviewer experience

When a reviewer opens the link, they can interact with the project in a controlled way.

Reviewers are requested to enter their name and email id to access the project. This is required for 2 reasons:

1. So you know who accessed the project
2. They are informed of any replies or if any new versions are uploaded<br>

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

<br>

#### **What reviewers can do** <a href="#what_reviewers_can_do" id="what_reviewers_can_do"></a>

* View the latest version of the video
* See the current project stage
* Add comments on the latest version
* Switch between previous versions (view only)<br>

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

***

#### **Comment behavior for reviewers** <a href="#comment_behavior_for_reviewers" id="comment_behavior_for_reviewers"></a>

* Reviewers can **only comment on the latest version**
* Commenting is disabled on older versions
* By default, reviewer comments are set to **Everyone**, so:
  * Team members
  * Collaborators
  * Workspace owners<br>

can all view the feedback.<br>

This ensures all feedback is visible to the internal team.


---

# 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/sharing-and-approvals/reviewer-experience.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.
