# Comment Feature

Comments let you communicate directly within a project while labeling or reviewing. You can use them to collaborate, ask questions, provide feedback, or highlight specific parts of a document without affecting labels. This option is available in both personal and team workspaces.

### Comment on a label <a href="#create-and-open-comment" id="create-and-open-comment"></a>

To leave a comment:

1. Highlight the label you want to comment on.
2. Right-click that highlighted label and select **Comment**.

   ![](/files/TkGFsYxCcRDsfjPt3OvM)
3. Enter your comment.

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

If a label already has comments, you can open the thread to view previous messages. You can also access all comments from the **Comments** extension without clicking each label.

### Edit a comment <a href="#edit-comment" id="edit-comment"></a>

To edit a comment:

1. Click the three-dot menu on a comment and select **Edit**.

   <figure><img src="/files/oxgnlXB9SFQxvLp9UpHh" alt=""><figcaption></figcaption></figure>
2. Update the comment and click **Save**.

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

### Resolve a comment <a href="#resolve-comment" id="resolve-comment"></a>

Click the check icon on a comment to resolve that comment. Both labelers and reviewers can resolve comments.

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

Once resolved, the comment will be moved to the **Resolved** tab. It will disappear from the text editor and can only be accessed from the **Comments** extension in the **Resolved** tab.

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

### Reopen a comment <a href="#reopen-comment" id="reopen-comment"></a>

To reopen a resolved comment:

1. Go to the **Resolved** tab.
2. Click the three-dot menu on a comment and select **Re-open**.

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

### Delete a comment <a href="#delete-comment" id="delete-comment"></a>

To delete a comment:

1. Open the three-dot menu.
2. Select **Delete**.

Only admins or the comment creator can perform this action.

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

### Comment on a span

To comment on a span of tokens:

1. Highlight the text.
2. Right-click the selection.
3. Select **Comment**.

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

<figure><img src="/files/53oe5An4JotmVmTT6opY" alt=""><figcaption></figcaption></figure>

### Comment in a row labeling project

To comment in a row labeling project with tabular view:

1. Right-click the cell you want to comment on.
2. Select **Comment**.

You can also comment on empty cells to coordinate with your team.

<figure><img src="/files/3SpdK02fy1DfDNNv26LE" alt=""><figcaption></figcaption></figure>


---

# 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://docs.datasaur.ai/workspace-management/project-management/comment-feature.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.
