# Comment on a document

Wonderly Docs support inline comments so you and your team can give feedback, ask questions, and track follow-ups without leaving the document. You can tag teammates directly to keep conversations moving.

## Add a comment

{% hint style="info" %}
**When to use:** You want to leave feedback, ask a question, or flag something for a teammate inside a Wonderly Doc.
{% endhint %}

1. Open the Wonderly Doc you want to comment on.
2. Highlight the text or block you want to comment on.
3. Click **Add Comment** in the toolbar that appears above your selection.
4. Type your comment in the text field that opens.
5. Optionally, type '**@'** followed by a teammate's name to tag them and send them a notification.
6. Press **Enter** or click **Submit** to post the comment.

{% embed url="<https://app.supademo.com/demo/cmohdmlp42ny4za2ib09u2unl>" %}

**Expected outcome:** The comment appears anchored to the text you selected, visible to anyone with access to the doc.

## Reply to a comment

{% hint style="info" %}
**When to use:** Someone has already left a comment, and you want to respond without creating a separate thread.
{% endhint %}

1. Click on the existing comment you want to reply to.
2. Type your reply in the reply field that opens below the original comment.
3. Press **Enter** or click **Submit** to post your reply.

{% embed url="<https://app.supademo.com/demo/cmohduhkd2pggza2imq7lsmuj>" %}

**Expected outcome:** Your reply is threaded under the original comment and visible to anyone with access to the doc.

***

### Resolve a comment

{% hint style="info" %}
**When to use:** A comment has been addressed, and you want to clear it from the document view.
{% endhint %}

1. Open the comments side panel.&#x20;
2. Click on the **three-dot menu** inside the comment you want to close.
3. Click **Resolve Thread**.

{% embed url="<https://app.supademo.com/demo/cmohdytjt2qe2za2iwmg7ex3m>" %}

**Expected outcome**: The comment is marked as done and hidden from the document view. Resolved comments are not deleted and can be reviewed if needed.

***

**FAQ**

**Can I turn off comments on a doc?** At the moment, it is not possible to disable comments in a Wonderly doc.

**Can I see all comments across all my docs in one place?** No, to see comments you must go directly to the document where they were made.

**Are comments included if I export or share the doc as a PDF?** No, comments are private and are not shared publicly.


---

# Agent Instructions: 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://www.wonderly.com/help/work-hub/document-overview/organizing-and-sharing/comment-on-a-document.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.
