> For the complete documentation index, see [llms.txt](https://xoops.gitbook.io/contact-tutorial/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/contact-tutorial/administration-menu.md).

# Administration Menu

There are seven (7) menu options on top.

| Option       | Action                                                                                                                                                 |
| ------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------ |
| Preferences  | Here you can configure your preferences for the module                                                                                                 |
| Update       | Click here if you’ve made some changes to the module, uploaded new files, etc. – this will recompile the module and update all entries in the database |
| Blocks       | When you click here, it will redirect you to the Blocks section of XOOPS, and select the blocks related to your module                                 |
| Templates    | Here you can modify the standard module templates using the XOOPS Template manager                                                                     |
| Comments     | This module does not support Comments so the link takes you the XOOPS Comment manager                                                                  |
| Uninstall    | Links to the module uninstall option, the same as clicking the “red arrow” on the module administration page                                           |
| Go to module | If the module is visible on the user side, this will take you there                                                                                    |

There are six (6) Tabs in the Administration of the XOOPS Partners module:

* Home Tab – displays relevant module information (shown in the previous graphic)
* Messages Tab – allows management of Contact messages
* Log Tab – allows viewing various message logs
* Prune Tab – allows deleting messages from the database
* About - information about the module, its authors, and changelog
* Help - provides additional help for the user

## 2.1 Home Tab

The module’s home screen displays links to the administration functions and also provides information on the system configuration check results. The module verifies the XOOPS installation meets the minimum requirement to ensure the module operates correctly.

The home screen also displays the current number of messages stored in the database.

\
\&#xNAN;*Figure: The “Messages” Tab*

![Dashboard](/files/-LD6N25caeXsFl2_g6xQ)

&#x20;*Figure 1 : The “Module Home” Tab*

## 2.2 Messages Tab

![Message 1](/files/-LD6N34tFF3Ir2EGbcER)

*Figure 2: The “Messages” Tab*

The messages page (shown in the graphic above) displays useful information about the messages received. The subject of the message along with the date submitted, if the administrator has sent a reply, the Department (if enabled) the message was sent to, submitter information and also an action panel for each message. Action Panel

The action panel consists of four (4) action icons. ![Message 2](/files/-LD6N34xdMJkUN2QIYjx)

* Delete – Delete this message from the database
* View – view the complete message and header information (subject, to/from, etc)
* Reply – create a reply for this message
* Preview – Quickly preview the message in a javascript popup window

## 2.3 Log Tab

\
\&#xNAN;*Figure: The “Logs” Tab*

![Logs](/files/-LD6N35-IC8MVm7eRBpd)

The log page provides the administrator the ability to display log information for messages in the database. There is a selection for the field used for the selection – this means only messages with this field completed will be included in the message log. The administrator may also choose to limit the display logs for dates prior to the selected date. Note: Only fields activated in module Preferences will be shown in the available selection box. Some fields (location, phone and address) are never included in the selection box.

## 2.4 Prune Tab

\
\&#xNAN;*Figure: The Prune Tab*

![Prune](/files/-LD6N355GseykeACGJ2M)

The prune page provides the administrator the ability to prune (delete) messages in the database. There is a selection to select the date used for the deletion – this means only messages before this date will be removed. Warning: Once this action is completed (via confirmation on the following page) the messages will be removed from the database and no longer available.

## 2.5 About Tab

\
\&#xNAN;*Figure: The “About” Tab*

![About](/files/-LD6N359NloiMx9OtvDU)

The about page provides useful module information. The page shows detailed information about the module version, the date it was installed in this XOOPS installation, a detailed log of the changes made to the module. Also included is a donation link. Please, if you find this module useful, donate something to help continue it’s development.

## 2.6 Help Tab

\
\&#xNAN;*Figure: The “Help” Tab*

![Help](/files/-LD6N35DPMbC4_azR5P4)

On this tab you can find a short description of this module and the functions of this module.


---

# 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/contact-tutorial/administration-menu.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.
