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

# Activity Tracking

> Track voice and text activity for all members with leaderboards.

## Overview

Activity Tracking monitors how active your members are in both text and voice channels. Use the `/activity` command to view a member's activity stats including messages sent and time spent in voice channels.

***

## Commands

```bash theme={null}
/activity              # View your own activity
/activity @user        # View someone else's activity
/activity @user 14     # View activity for the last 14 days
```

**Aliases:** `act`, `st`

***

## What is Tracked?

| Metric              | Description                                    |
| ------------------- | ---------------------------------------------- |
| **Messages Sent**   | Total messages in text channels                |
| **Voice Time**      | Total minutes spent in voice channels          |
| **Daily Breakdown** | Activity split by day for the specified period |

<Info>
  Activity data is stored per-server. A user's activity in Server A is completely separate from Server B.
</Info>

***

## Troubleshooting

<AccordionGroup>
  <Accordion title="Activity shows 0 for a member who is active">
    Activity tracking only counts actions that occur while Flare is online and has permissions in the relevant channels. Historical data from before Flare was invited is not tracked.
  </Accordion>
</AccordionGroup>
