> For the complete documentation index, see [llms.txt](https://docs.storylane.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.storylane.io/editing-demos/review-and-commenting.md).

# Review and commenting

{% hint style="info" %}
Any team member with access to the demo can view and leave comments.\
External reviewer access is coming soon.
{% endhint %}

* [Overview](#overview)
* [Leave a comment](#leave-a-comment)
* [Manage threads](#manage-threads)
* [Notifications](#notifications)

#### 👉 Overview

This feature allows team members and stakeholders to collaborate on demos by leaving feedback directly within the editor. This streamlines the review process and keeps all comments organized in one place.

Try the interactive demo below 👇

{% @storylane/embed subdomain="app" linkValue="juqwzm6ikzb0" url="<https://app.storylane.io/share/juqwzm6ikzb0>" %}

***

#### 👉 Leave a comment

To leave a comment on a demo:

* Open the demo in the editor
* Click the **Comments** icon in the topbar to enter comment mode
* Click anywhere on the canvas to drop a pin (optional)
* Type your comment and press send

Comments are attached to the step you're viewing. If the demo has multiple steps, each step keeps its own set of pins/comments.

***

#### 👉 Manage threads

Once a comment is posted, anyone on the team can reply, react, or resolve it.

* **Reply** — add context or answer a question directly in the thread
* **Resolve** — mark a thread as addressed. Resolved threads are hidden by default but can be reopened at any time

The **side panel** shows all comment threads across every step. Click any thread to jump directly to that step and pin.

{% hint style="info" %}
In **screenshot demos**, pins are tied to their position on the canvas.

In **HTML demos**, pins are not available.
{% endhint %}

#### 👉 Notifications

Demo owners and anyone in a comment thread get an email when a new comment is posted.

The email includes a direct link that opens the exact step and comment thread — no searching required.

{% hint style="info" %}
External free viewer access (share a review link without requiring an editor seat) is on the roadmap. If you have questions, reach us at <support@storylane.io>.
{% endhint %}


---

# 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:

```
GET https://docs.storylane.io/editing-demos/review-and-commenting.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
