# Modules

{% hint style="info" %}
Something isn't working? Try seeing if there was an error in the module: `/lindsey module logs` If you are still experiencing issues, let us know!
{% endhint %}

Lindsey has several features, each represented by a module, all the features that can be enabled/disabled or require some sort of configuration can be managed by using one of the several module commands.

You can list all available modules by using the following command:

```
/lindsey modules list
```

Any modules in this list can be enabled/disabled, to do so, simply use the corresponding enable or disable command:

```
/lindsey modules enable name
/lindsey modules disable name
```

If you want to know more about a module, including it's status, you can use the status command:

```
/lindsey modules status name
```

This will return an embed with the module's name, description of what it does, a small video showcasing the feature and a few buttons you can click to Enable/Disable or Configure the module.

Some modules may require you to input messages in chat and then click a button, such as the Registration or Welcomer modules, this is a Discord limitation that is being worked on by the Discord Developers.

For modules that support configuration, you can start the configuration setup by using:

```
/lindsey modules configure name
```

This is an interactive setup that will ask questions related to the module to configure it, every selection you make on each step is automatically saved. Don't forget to enable the module if you want to actually use it as the configuration setup does not automatically enable the module.

If you have any questions or suggestions, don't hesitate to ask us on our [Support Server](https://discord.gg/GzpZuZFkYV)!


---

# 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.lindseybot.net/lindsey/features/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.
