> For the complete documentation index, see [llms.txt](https://xoops.gitbook.io/xoops-operations-guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://xoops.gitbook.io/xoops-operations-guide/the-admin-interface/comments/overview.md).

# Overview

The Comment Manager allows the Site administrator to edit and delete any comment that has been posted to the site, originating in any module that supports the comments feature. Like the Blocks Administration page, some filters options are available to help the site administrator manage the comments. New in 2.5.0: You can now select several comments and delete them at once

Let’s have a look at these filters operated from three combo box menus. :

![img\_54.jpg](/files/-LD6N2bTuR0bObuA56DF)

***Figure 13 Comments Filtering***

**a) Menu 1. Module**

By selecting a particular module, the ‘List Comments’ will display the comments that were posted in the selected module.

**b) Menu 2. Status**

By selecting a particular status, the ‘List Comments’ will display the comments that have the selected status. Here are definitions of the possible status options:

| Status  | Definition                                                                                                                                                                                                                                                                                        |
| ------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Pending | By default, when a comment is posted, it has to be activated by the Site administrator in order to be displayed on the site. Comments that have not been activated keep this status. Note that automatic activation of comments can be set in the settings of each module that supports comments. |
| Active  | Comments that have been activated by the Site administrator have this status. These comments are now displayed on the website                                                                                                                                                                     |
| Hidden  | The Site administrator can hide a comment by turning its status to hidden. A hidden comment will not be displayed on the website.                                                                                                                                                                 |

Table 1 - Comments Status

**c) Menu 3. Number of results**

This is the number of comments that the Comment List will display on the page at the time.


---

# 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://xoops.gitbook.io/xoops-operations-guide/the-admin-interface/comments/overview.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.
