# Automation

- [Autorole](https://documentation.lynnux.xyz/akira/automation/autorole.md): Automatically assign one or more roles to users who join the server.
- [Goodbye](https://documentation.lynnux.xyz/akira/automation/goodbye.md): Manage Akira's goodbye messages.
- [ReactionRoles](https://documentation.lynnux.xyz/akira/automation/reactionroles.md): Assign roles to members based on reactions added to or removed from a message.
- [New](https://documentation.lynnux.xyz/akira/automation/reactionroles/new.md): Creates a new ReactionRole message.
- [Old](https://documentation.lynnux.xyz/akira/automation/reactionroles/old.md): Adds a ReactionRole menu to an existing message.
- [Edit](https://documentation.lynnux.xyz/akira/automation/reactionroles/edit.md): Edits an existing ras message.
- [FAQ](https://documentation.lynnux.xyz/akira/automation/reactionroles/faq.md)
- [Welcome](https://documentation.lynnux.xyz/akira/automation/welcome.md): Manage Akira's welcome messages.


---

# 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://documentation.lynnux.xyz/akira/automation.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.
