# Content

This area is used to manage all the content that is displayed on your website.&#x20;

| Section                                                       | Description                                                        |
| ------------------------------------------------------------- | ------------------------------------------------------------------ |
| [News](/administration/content/news.md)                       | Manage all the news items stored on your website                   |
| [Pages/Menus](/administration/content/pages-menus.md)         | Manage all content stored in either pages or menus on your website |
| [Public Uploads](/administration/content/public-uploads.md)   | Manage all the uploads made by the users on your website           |
| [Welcome Message](/administration/content/welcome-message.md) | Manage the Welcome Message that can be shown in a specific place   |


---

# 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/content.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.
