# InviteCount Premium

Unlock advanced features for your server with an InviteCount premium subscription via Patreon.

***

## Premium Features

| Feature                        | Free       | Premium     |
| ------------------------------ | ---------- | ----------- |
| Invite tracking                | ✅          | ✅           |
| Welcomer (welcome/leave/DM)    | ✅          | ✅           |
| Leaderboards                   | ✅          | ✅           |
| Giveaways (button)             | ✅ (5 max)  | ✅ (50 max)  |
| Giveaways (reaction type)      | ❌          | ✅           |
| Verification system            | ✅          | ✅           |
| Autoroles                      | ✅          | ✅           |
| Fake invite detection          | ✅          | ✅           |
| Message ranks                  | ✅ (10 max) | ✅ (500 max) |
| Levelling / XP system          | ✅          | ✅           |
| `/inviter` command             | ❌          | ✅           |
| `/add xp` & `/reset xp`        | ❌          | ✅           |
| Pinned leaderboard             | ❌          | ✅           |
| Logging system                 | ❌          | ✅           |
| Alert invites                  | ❌          | ✅           |
| Alert webhooks                 | ❌          | ✅           |
| Graph extended range (90 days) | ❌ (7 days) | ✅           |
| Fake delay configuration       | ❌          | ✅           |

***

## Tiers

| Tier       | Servers You Can Upgrade |
| ---------- | ----------------------- |
| **Tier 1** | 1 server                |
| **Tier 2** | 3 servers               |
| **Tier 3** | 5 servers               |

Each tier gives you a number of **vouchers**. Each voucher lets you activate premium on one server.

***

## How to Subscribe

1. Visit the InviteCount Patreon page
2. Choose a tier based on how many servers you want to upgrade
3. Link your Discord account to Patreon
4. Use `/premium add` in the server you want to upgrade

***

## Commands

| Command           | Description                                           |
| ----------------- | ----------------------------------------------------- |
| `/premium add`    | Activate premium on a server (uses 1 voucher)         |
| `/premium remove` | Remove premium from a server (frees 1 voucher)        |
| `/premium guilds` | List all your premium servers with activation details |

### Activate Premium

```
/premium add [guild]
```

If no guild is specified, premium is activated on the current server. You can also specify a server ID.

### Remove Premium

```
/premium remove [guild]
```

Removes premium from a server and frees up the voucher for use on another server.

### View Your Servers

```
/premium guilds
```

Displays all servers where you've activated premium, including member count and activation date.

***

## FAQ

**Can I switch premium to a different server?** Yes! Use `/premium remove` on the current server, then `/premium add` on the new one.

**What happens when premium expires?** Premium features are disabled. Your data is **not** deleted — if you resubscribe, everything will be restored.

**Do I lose my pinned leaderboard if premium expires?** Yes, the pinned leaderboard is automatically deleted when premium status is lost.

**Can I use my vouchers on servers I don't own?** Yes, as long as you have Administrator permission in the server.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.invite-count.xyz/reference/premium.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
