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

# Variables

> All these Variables can be used in xvz configs (welcome, leave, boost)

<Tabs>
  <Tab title="Guild" icon="building-2">
    | Variable         | Description                       |
    | ---------------- | --------------------------------- |
    | `{guild.name}`   | The guild’s name                  |
    | `{guild.id}`     | The guild’s ID                    |
    | `{guild.icon}`   | The guild’s icon/image            |
    | `{guild.banner}` | The guild’s banner/image          |
    | `{membercount}`  | Get the member count of the guild |
  </Tab>

  <Tab title="User">
    | Variable               | Description                   |
    | ---------------------- | ----------------------------- |
    | `{user.pfp}`           | The user's avatar/pfp         |
    | `{user.name}`          | The user's username           |
    | `{user.mention}`       | Mention the user              |
    | `{user.id}`            | User's ID                     |
    | `{user.discriminator}` | User's discriminator tag      |
    | `{user.tag}`           | The user's tag (username + #) |
    | `{user}`               | The user's username           |
  </Tab>

  <Tab title="Leveling">
    | Variable  | Description  |
    | --------- | ------------ |
    | `{xp}`    | Level XP     |
    | `{level}` | Level number |
  </Tab>

  <Tab title="Boost">
    | Variable              | Output                                               |
    | --------------------- | ---------------------------------------------------- |
    | `{boost.count}`       | Amount of times the user has boosted                 |
    | `{guild.boost.count}` | Overall guild boost count                            |
    | `{vanity}`            | Vanity status (This only support our XVZ Vanity bot) |
  </Tab>
</Tabs>

<Tip>Use `<:emoji name:emoji id>` if you want a emoji in the embed builder xvz need to be in server where emoji is</Tip>
