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

# Modules

## 1. Overview

![](/files/-M71kBoQQ4ze-tX8IPZ_)

*Figure 4a: Module List (Admin side)*

In this tab you can see list of all you modules that you've worked on.

In the overview you can also see the general options for your module.

## 2. Edit/create module

![](/files/-M71kBoRikzqV4jQiw3P)

*Figure 4b: Module Settings(Admin side)*

Here you can define the details of your new module.

### Important information

#### Name

The module name can contain spaces and special characters such as accents. An example would be: My Simple Module

#### Directory Name

The module directory can not contain spaces or special characters such as accents. An example would be: mysimplemodule.

In case you write the module directory with uppercase characters, they are replaced automatically with lowercase, and if there are spaces they will also be automatically deleted.

#### Options

Here you can define general options for your module, e.g. where it should be visible (admin and/or user side), whether the module contains blocks, comments, and so on.

#### Image

you can select an existing image from upload directory or create a new one. For creation of new one you select an icon and modulebuilder creates a new logo with this icon and the module name.


---

# 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/modulebuilder-tutorial/2administration/modules.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.
