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

# Chart Channels 💎

> Gamify your chat channels with chart-based engagement rewards

<Info>This feature is part of the [**💎 Plus plan**](https://scrumpbot.com/plus)</Info>

<Note>Requires **Manage Server** permission</Note>

<video autoPlay muted loop playsInline className="w-full aspect-video" src="https://mintcdn.com/scrump/jwHzBl1Eamz5-LJy/videos/2-chart-channel-full_v1_720p_30fps.mp4?fit=max&auto=format&n=jwHzBl1Eamz5-LJy&q=85&s=187f19b6207a96009858b97dc98bbdff" data-path="videos/2-chart-channel-full_v1_720p_30fps.mp4" />

## Adding Chart Channels

Use `/chart-channel add` to add a chart channel where message charts will be sent

* `channel` = channel where chart-channel will be added
* `message_count` = The amount of messages in-between charts being posted (Number between 100 and 25000.)
* `role` = The role you wish to give to the top active users
* `number_of_top_users` = The amount of users to give the top role to

### Example usage:

```go theme={null}
/chart-channel add channel:#general message_count:500 role:@Red number_of_top_users:10 
```

## Managing Chart Channels

Use `chart-channel list` to view a list of all chart channels in the server

Use `chart-channel remove` to remove a chart channel

### Example usage

```
/chart-channel remove channel:#general
```
