> For the complete documentation index, see [llms.txt](https://docs.magecomp.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.magecomp.com/magento-2-blog/manage-comment.md).

# Manage Comment

From the Admin Panel, navigate to **MageComp -> Comment**. Here you can manage comments and even give replies to the comments. New comments will be added to the grid.

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

Any new comment will be in pending status by default and will not be displayed in the frontend until the admin approves it. Admin can approve/disapprove comments from here. Moreover, comment text and date can also be edited by the admin before approving.

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

Admin can give a reply to the comment by clicking on the Reply link at the top.

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


---

# 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:

```
GET https://docs.magecomp.com/magento-2-blog/manage-comment.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.
