# Comments

Every file in Rockhopper has a comment thread where your team can discuss changes, ask questions, and make decisions — all tied to the file and its version history.

## Accessing comments

You can open the comment panel from:

* **File Versions page** — click the comment icon in the top navigation bar
* **Difference Analysis page** — select the **Comments** tab in the right-hand panel

![Comment icon in the top navigation bar](/files/RyFsSvun2ZMkQ8UQo10p)

A red dot on the icon means there are unread comments. Each comment is automatically tagged with the file version that was active when it was written. Comments made while changes are uncommitted are labeled **Uncommitted** until a new version is created.

![Comments panel showing version-tagged comments](/files/eYmiE4X5K2HoNiENBNMO)

## Tagging people, versions, and cells

Rockhopper comments support three types of inline tags that keep discussions precise and connected to the work.

### @mention a team member

Type **@** and pick a name from the dropdown. The person will receive an email notification. Use this to assign tasks, ask questions, or flag something for someone's attention.

![Typing @ to tag a team member in a comment](/files/LqrfQOkZaSzlGvtRiIZd)

### #reference a version

Type **#** and select a version number. This creates a clickable link so anyone reading the comment can jump straight to that version's details.

![Typing # to tag a file version in a comment](/files/1GZKDhRqVw0FuK07KCIN)

### =reference a cell

Right-click on a changed cell in the spreadsheet and select **Add comment**.

![Right-click context menu with "Add comment" option](/files/Jzelb1KxJMeXXiMtwpIu)

Rockhopper inserts a clickable cell reference (like `Sheet1!B4`) into your comment. When someone clicks the reference, the spreadsheet navigates to that cell.

![Comment with a clickable cell reference tag](/files/GYRMNdBLTKB8XbsIBl4T)

You can also type **=** directly in the comment input to reference a cell by address.

## Filtering and editing

**Filter by person** — Click a team member's name in the comment panel to see only their comments. Clear the filter to return to the full thread.

![Comments filtered by team member](/files/tjl61HwUpOkAOcRki8lu)

![Filter active showing a single team member's comments](/files/MwB0Bss9yGvgCDdyGtTS)

**Edit your comments** — Click the options menu (**...**) on any of your comments and select **Edit**.

![Edit comment option in the menu](/files/7LYv7mrMHMpHZeELoynJ)

## Resolved comments

Comments that have been resolved show a green **Resolved** badge. Resolved threads are hidden by default — use the **Resolved threads** filter to bring them back into view.

{% hint style="info" %}
Comment resolution is currently available through the [AI assistant integration](/product-guide/ai-assistant.md) (via the `resolve_comment` tool) rather than a button in the web app. A UI toggle is planned for a future release.
{% endhint %}

## Deleting a comment

To delete a comment you wrote, click the options menu (**...**) and select **Delete**. Deleted comments are removed from the thread permanently. You can only delete your own comments.


---

# 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.rockhopper.co/product-guide/comments.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.
