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

# User Variables

> Dynamic placeholders for user-specific information.

## Reference

| Variable              | Output                                        | Example                       |
| --------------------- | --------------------------------------------- | ----------------------------- |
| `{user}`              | Mentions the user                             | `@Flame`                      |
| `{user_name}`         | Username                                      | `Flame`                       |
| `{user_id}`           | User's Discord ID                             | `908648080876920862`          |
| `{user_nick}`         | Server nickname (falls back to username)      | `FlameTheAdmin`               |
| `{user_avatar}`       | Avatar URL (use in embed image fields)        | `https://cdn.discord.com/...` |
| `{user_joindate}`     | Date the user joined the server               | `Jan 15, 2024`                |
| `{user_createdate}`   | Account creation date                         | `Oct 3, 2022`                 |
| `{user_displaycolor}` | Hex color of user's highest colored role      | `#9333ea`                     |
| `{user_boostsince}`   | Boost start timestamp (empty if not boosting) | `Mar 1, 2025`                 |

## Where These Work

Welcome messages, leave messages, boost messages, autoresponder responses, timed greet, and saved embeds.
