> For the complete documentation index, see [llms.txt](https://docs.infotopics.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.infotopics.com/inputtables/features/commenting.md).

# Commenting

First, [configure the extension for commenting](/inputtables/configuration/configure-commenting.md). After configuring you are ready to start commenting on your cells.

### Add a comment

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

* Start by selecting a cell
* Open the side pane on the right
* The side panel shows all comments for the selected cell
* Click 'Write comment'
* Enter a comment in the textbox at the bottom of the side pane.&#x20;
* Hit 'Save comment'

### Edit a comment

To edit a comment, click the three dots at the top right of the comment card. Here you can add a reply, resolve the comment, edit the comment or delete the comment.&#x20;

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

### Reply to a comment

<figure><img src="/files/4NTNpwkjjPVKa8yxpyOc" alt=""><figcaption></figcaption></figure>

To reply to a comment, click the three dots at the top right of the comment card and hit reply.

### Resolve a comment

To resolve to a comment, click the three dots at the top right of the comment card and hit resolve.

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

### Delete a comment

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

To delete to a comment, click the three dots at the top right of the comment card and hit delete.

### Filter comments in the comments list

To see comments of a cell, simply select a cell and the list will filter accordingly. If you want to see the full list again, click on 'Back to all comments'. By clicking the filter icon, you can filter the comments on:

* Resolved / Unresolved
* Column name
* Date created
* Created by

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

### Highlight the commented cell

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

When you click on a comment, the cell the comment is added to is highlighted.


---

# 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://docs.infotopics.com/inputtables/features/commenting.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.
