> For the complete documentation index, see [llms.txt](https://knowledgebase.qommentary.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://knowledgebase.qommentary.com/qommentary-table/usability/working-with-comments.md).

# Adding comments to rows

The Qommentary Table Extension adds by default an extra column which allows users to input comments. This feature is extremely useful to collaborate on datasets and seek feedback from multiple users.

### **Creating comments**

1. Click on the <img src="/files/-Mbub4kOyGQrXohJiDnC" alt="" data-size="line"> icon where you wish to leave a comment

![](/files/-MbubcPd5RlEE19RjQ61)

2\. If you are the first one to leave a comment, click on the “Add a comment” button

![](/files/-MbubiBRVi8pWGlM-jji)

3\. Write your comment and click on the “Add” button

![](/files/-Mbuetblj0NhzS-7OV9s)

4\. Your new comment has been added!

![](/files/-MbucWWlQ1QsjYIJKsKe)

### **Editing comments**

Once a comment has been added, either by you or someone else, you may choose to update it.

To edit a comment, you must be either:

* a Root Admin
* an Editor Admin or
* have Update Commentary permissions on the resource

If you wish to edit a comment, please follow these steps:

1. Click on the <img src="/files/-MbufY3BZe0DLewgefXC" alt="" data-size="line">  icon
2. Update your comment

![](/files/-Mbufs4WR0eDOIGsSRm0)

3\. Click on the Save button\
4\. Your comment has been updated!

### **Deleting comments**

To delete a comment, you must be either:

* a Root Admin
* an Editor Admin or
* have Delete Commentary permissions on the resource

1. Click on the <img src="/files/-MbugI-5zlwp3aRMQwy2" alt="" data-size="line"> icon
2. Click on the Delete button

![](/files/-MbugQhLas4SE9UM-BmZ)

3\. Your comment has been deleted!

### **Searching comments**

Once all comments are displayed for a specific row, you may search for a specific comment by typing any word found on the message or by author name.

To search in comments, follow these steps:

1. Click in the search field

![](/files/-MbuhflzPHoXzftvRzRf)

2\. Start typing a search term\
3\. The list of comments will be filtered by the searched term


---

# 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://knowledgebase.qommentary.com/qommentary-table/usability/working-with-comments.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.
