# Manage

This area contains all the manager pages for everything related to comments, media, menus, plugins and themes.&#x20;

| Section                                                        | Description                                                     |
| -------------------------------------------------------------- | --------------------------------------------------------------- |
| [Comments Manager](/administration/manage/comments-manager.md) | Allows you to manage all the comments placed on your website.   |
| [Media Manager](/administration/manage/media-manager.md)       | Allows you to manage all media stored on your website.          |
| [Menu Manager](/administration/manage/menu-manager.md)         | Allows you to configure the placement of menus on your website. |
| [Plugin Manager](/administration/manage/plugin-manager.md)     | Allows you to manage everything plugin related on your website. |
| [Theme Manager](/administration/manage/theme-manager.md)       | Allows you to manage everything theme related on your website.  |


---

# 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://userguide.e107.org/administration/manage.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.
