> ## Documentation Index
> Fetch the complete documentation index at: https://docs.flamey.lol/llms.txt
> Use this file to discover all available pages before exploring further.

# Utilities

> Helpful tools for everyday tasks.

Flamey includes a suite of utility commands to make your life easier.

<Tabs>
  <Tab title="Reminders">
    Never forget a task. Flamey will DM you when the time is up.

    ```bash theme={null}
    /remind time:10m message:Check the oven!
    ```

    * **List:** `/reminders list`
    * **Manage:** `/reminders delete [ID]`
  </Tab>

  <Tab title="Translation">
    Translate text instantly between languages.

    ```bash theme={null}
    /translate text:Hello World target:es
    # Output: Hola Mundo
    ```
  </Tab>

  <Tab title="AFK">
    Set an AFK status so users know you're away when they mention you.

    ```bash theme={null}
    /afk message:Eating lunch
    ```

    * **Auto-Remove:** Simply send a message to remove your AFK status.
  </Tab>
</Tabs>
