> ## 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.

# Tracking

> Monitor user activity and growth.

Keep track of who is inviting new members and who is the most active in chat.

<Tabs>
  <Tab title="Invites">
    <CardGroup cols={2}>
      <Card title="Leaderboard" icon="trophy">
        `/invites leaderboard`
        See the top recruiters in your server.
      </Card>

      <Card title="User Stats" icon="user">
        `/invites stats [user]`
        Check how many people specific user has invited.
      </Card>

      <Card title="Who Invited User" icon="user-plus">
        `/inviter [user]`
        Show who invited a specific member.
      </Card>

      <Card title="Invite Codes" icon="link">
        `/invitecodes [user]`
        Show invite codes and joins tracked per code for a user.
      </Card>
    </CardGroup>

    <Info>
      Flamey tracks real invites. If a user leaves, the inviter's count decreases (if configured).
    </Info>
  </Tab>

  <Tab title="Messages">
    <CardGroup cols={2}>
      <Card title="Leaderboard" icon="trophy">
        `/messages leaderboard`
        See who sends the most messages.
      </Card>

      <Card title="User Stats" icon="comment-dots">
        `/messages stats [user]`
        View a user's total message count and activity rank.
      </Card>
    </CardGroup>
  </Tab>

  <Tab title="Voice">
    <CardGroup cols={2}>
      <Card title="Leaderboard" icon="trophy">
        `/voice leaderboard`
        View the members with the most voice time.
      </Card>

      <Card title="User Stats" icon="clock">
        `/voice time [user]`
        Check your own or another user's total voice time and session count.
      </Card>
    </CardGroup>

    <Info>
      Voice time is only tracked while users are **unmuted** and **undeafened** to ensure genuine activity.
    </Info>
  </Tab>
</Tabs>
