> For the complete documentation index, see [llms.txt](https://docs.lindseybot.net/lindsey/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.lindseybot.net/lindsey/features.md).

# Features

- [Modules](https://docs.lindseybot.net/lindsey/features/modules.md): Learn what modules are and how to use them.
- [Anti-Advertising](https://docs.lindseybot.net/lindsey/features/anti-advertising.md): Anti-Advertising will automatically delete messages that contain invite links to other discord servers.
- [Anti-Scam](https://docs.lindseybot.net/lindsey/features/anti-scam.md): Anti-Scam will automatically delete messages that contain scam links from the server.
- [Better Embeds](https://docs.lindseybot.net/lindsey/features/better-embeds.md)
- [Keep Roles](https://docs.lindseybot.net/lindsey/features/keep-roles.md): Keep Roles will re-add roles to users if they leave/join the server.
- [Registration](https://docs.lindseybot.net/lindsey/features/registration.md): Registration forces users to register by typing a message in a channel before they can access the server.
- [Starboard](https://docs.lindseybot.net/lindsey/features/starboard.md): Starboard allows users to bookmark messages by reacting to them with stars, messages that reach a certain star count will be linked in a separate channel.
- [Welcomer](https://docs.lindseybot.net/lindsey/features/welcomer.md): Welcomer allows you to send welcome messages when new users join your server.


---

# 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:

```
GET https://docs.lindseybot.net/lindsey/features.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.
