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

# Server Analytics

<Card title="Module: Server Analytics" icon="chart-simple" horizontal="True">
  Unlock deep insights into your server's performance with ease
</Card>

To **gain access** to this module - view [this](https://discord.com/channels/1182163748153196635/1271950039555510383) channel in our Discord.

# What is this?

<Tip>
  Review **[this](https://kyos.bot/data)** page for a further overview
</Tip>

The server analytics module provides powerful insights into server activity, helping administrators better understand community engagement. It tracks detailed metrics such as reaction usage, voice channel activity, and message counts, highlighting the most active channels and most used reactions.

## Viewing analytics

### Base Overview

<Tabs />

To view a basic overview of your server's performance, simply use the `analytics` command with **no subcommand**

<CodeGroup>
  ```javascript syntax theme={null}
  ,analytics
  ```

  ```javascript example theme={null}
  ,analytics
  ```
</CodeGroup>

### Viewing the most active users, channels etc

<Tabs />

To view the most active members, voice channels etc, simply use the `analytics activity` command

<CodeGroup>
  ```javascript syntax theme={null}
  ,analytics activity 7d
  ```

  ```javascript example theme={null}
  ,analytics activity (timeframe)
  ```
</CodeGroup>

### Analytical Deepscan

<Tabs />

The `analytics deepscan` command will provide the most active timeframes, along with a total breakdown of all activity in the server

<CodeGroup>
  ```javascript syntax theme={null}
  ,analytics deepscan
  ```

  ```javascript example theme={null}
  ,analytics deepscan
  ```
</CodeGroup>

### Analytical Specifics

<Tabs />

By using the `analytics view` command, you can view what action takes up what **%** of your server's activity levels

<CodeGroup>
  ```javascript syntax theme={null}
  ,analytics view (type)
  ```

  ```javascript example theme={null}
  ,analytics view messages
  ```
</CodeGroup>

<Frame>
  <img src="https://mintlify.s3.us-west-1.amazonaws.com/kyos-c60486ad/images/analytics-2.png" />
</Frame>

### Activity Leaderboard

<Tabs />

To view your most active members, you can utilise the `analytics leaderboard` command

<CodeGroup>
  ```javascript syntax theme={null}
  ,analytics leaderboard
  ```

  ```javascript example theme={null}
  ,analytics leaderboard
  ```
</CodeGroup>

### Voice Activity Leaderboard

<Tabs />

To view the most active users in **voice channels**, you can utilise the `analytics voicedurations` command

<CodeGroup>
  ```javascript syntax theme={null}
  ,analytics voicedurations
  ```

  ```javascript example theme={null}
  ,analytics voicedurations
  ```
</CodeGroup>
