# Modules

Managing a FiveM server. Made simple. Elyxir aims to remove the hard work of running a FiveM Discord Server, and our comprehensive documentation helps us reach our goal!

## About Modules

Elyxir is a fully modular bot, which allows you to use the functionality you need, and ignore any you don't.&#x20;

## What are Modules?

Modules are the individual sub-functions of the bot. For example, we have a neat "Tags" module which allows you to create custom commands for your server.

## How do I enable Modules?

Enabling modules is easy! Simply use the [`/modules enable`](/commands/base/modules-enable.md) and [`/modules disable`](/commands/base/modules-disable.md) commands to enable and disable the Modules you do and don't need. Each command within the [commands](/commands/branding.md) section contains its module at the top of the page.

## How do I view my Modules?

You can view your modules using the [`/modules view`](/commands/base/modules-view.md) command, and this will also show any BETA/Restricted modules you have been given access to.

**Note:** You should not create a ticket to request to become a beta tester.

<figure><img src="/files/a7qY4pkMR8wBsphx05ui" alt=""><figcaption><p><a href="https://zap-hosting.com/deluxe"><strong>Click here to be redirected to our affiliate link!</strong></a></p></figcaption></figure>


---

# 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://docs.elyxir.dev/intro/modules.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.
