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

# Information commands

> Look up avatars, banners, profiles, invites, roles and server details.

Nine read-only lookups. **None requires any Discord permission**, and none is gated by a module toggle.

## Images

| Command          | Option                             | Cooldown |
| ---------------- | ---------------------------------- | -------- |
| `/avatar`        | `user` (optional, defaults to you) | **0s**   |
| `/banner`        | `user` (optional)                  | **0s**   |
| `/server-avatar` | —                                  | **0s**   |
| `/server-banner` | —                                  | **0s**   |

<Note>
  These four have **no cooldown at all**. If that is being abused, restrict them per channel on the [Commands](/en/server-management/command-management) page.
</Note>

## Server and member information

<AccordionGroup>
  <Accordion title="/server — server information" icon="server">
    Creation date, member counts, boost level, channel and role counts. Cooldown 5s.
  </Accordion>

  <Accordion title="/user — member information" icon="user">
    Badges, roles, permissions, join and account creation dates. `user` is optional and defaults to you. Cooldown 5s.
  </Accordion>

  <Accordion title="/roles — list roles" icon="list">
    Every role with its member count. No cooldown.
  </Accordion>

  <Accordion title="/invites — invite statistics" icon="link">
    How many members someone has invited. `user` is optional. No cooldown.

    <Note>
      Vetox needs **Manage Server** to read invite data. Without it, counts will be empty.
    </Note>
  </Accordion>
</AccordionGroup>

## Profile card

<AccordionGroup>
  <Accordion title="/profile — global profile card" icon="id-card">
    Renders the member's profile card as an image, with their [name colour, font](/en/members/name-customization), [background and bar colour](/en/members/profile-customization) applied.

    | Option  | Required | Notes             |
    | ------- | -------- | ----------------- |
    | `user`  | No       | Defaults to you   |
    | `theme` | No       | `dark` or `light` |

    Cooldown **15s** — the highest in this category, because the card is rendered on demand.

    Vetox needs **Attach Files**.
  </Accordion>
</AccordionGroup>

<Note>
  `/profile` is the **global** card. For a member's level in *this* server, use [`/rank`](/en/commands/leveling).
</Note>

## Troubleshooting

<AccordionGroup>
  <Accordion title="/profile posts no image">
    Vetox is missing **Attach Files** in that channel.
  </Accordion>

  <Accordion title="/invites shows nothing">
    Vetox needs **Manage Server** to read invites.
  </Accordion>

  <Accordion title="A member has no banner">
    Banners require Discord Nitro. Nothing to show is the correct result.
  </Accordion>

  <Accordion title="The profile card does not show the customisation I bought">
    Check it is equipped, not just owned — see [Name Customization](/en/members/name-customization).
  </Accordion>
</AccordionGroup>

<CardGroup cols={2}>
  <Card title="Leveling commands" icon="chart-line" href="/en/commands/leveling">
    `/rank` for this server's level.
  </Card>

  <Card title="Profile Customization" icon="image" href="/en/members/profile-customization">
    What `/profile` renders.
  </Card>
</CardGroup>
