# 2.0 Administration Menu

&#x20;*Figure 1: Main view of the Publisher Module (Admin side)*

![image001.jpg](/files/-LD6N-8L27QBF1Ba0KqW)

There are 10 tabs for the Administrator:

| **Tabs**    | **Purpose**                                                                                                                                                                                                         |
| ----------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Home        | The starting point for your Admin view                                                                                                                                                                              |
| Summary     | Here you can see the summary of your activities, showing you the number of categories, number of articles, incl. info about how many are submitted, published, and are off-line. You can also see all the articles. |
| Categories  | List of all created categories of the module.                                                                                                                                                                       |
| Articles    | List of articles, grouped by: Submitted, Published, Offline, and Rejected                                                                                                                                           |
| Permissions | Detailed permissions for various aspects of Publisher                                                                                                                                                               |
| Mime Types  | Overview of file extensions available, where you can decide who can upload what extension                                                                                                                           |
| Import      | Here you can import articles from older XOOPS modules directly into Publisher                                                                                                                                       |
| Clone       | If you need separate Publisher instances under different names, you can "clone" Publisher here                                                                                                                      |
| About       | Information about Publisher, incl. version number, release date, etc.                                                                                                                                               |
| Help        | Some general help information, with links to this tutorial                                                                                                                                                          |

We'll explain the individual tabs in more detail later.


---

# 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://xoops.gitbook.io/publisher-tutorial/2.0-administration-menu.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.
