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

# Glossary

> Vetox terms explained — tiers, Vito, gates, limits, panels and the words used throughout this documentation.

## Plans and entitlements

| Term                   | Meaning                                                                                                                |
| ---------------------- | ---------------------------------------------------------------------------------------------------------------------- |
| **Server Premium**     | A subscription that upgrades **one server**. Tiers: Starter, Basic, Max, Black                                         |
| **Membership**         | A subscription that upgrades **your account**. Tiers: Normal, Silver, Gold, Platinum, Diamond                          |
| **Custom Bot**         | An add-on on Max and Black that runs Vetox under your own bot. Written **Max+** and **Black+**                         |
| **Gate**               | A yes/no entitlement — whether a feature exists for your tier at all                                                   |
| **Limit**              | A numeric cap — how many of something you may have                                                                     |
| **Disable-not-delete** | On downgrade, over-limit items are switched off rather than removed, and return on upgrade                             |
| **Grace period**       | 3 days after a **failed payment** during which nothing is lost. Does not apply to cancellation, refunds or chargebacks |

## Currency and cosmetics

| Term               | Meaning                                                                                               |
| ------------------ | ----------------------------------------------------------------------------------------------------- |
| **Vito**           | Vetox's currency, attached to your account. Earned from the daily reward and voting                   |
| **PIN**            | A 4-digit code protecting anything that moves Vito. Three wrong attempts locks the account            |
| **Settlement fee** | 5–7% taken when Vito leaves your balance. Amounts of 5 or less are free                               |
| **Surface**        | Where a cosmetic applies — your name, your profile bar, your rank bar. Each has its **own** inventory |
| **Profile card**   | The image `/profile` renders                                                                          |
| **Rank card**      | The image `/rank` renders, with two XP bars                                                           |

## Features

| Term                   | Meaning                                                                                   |
| ---------------------- | ----------------------------------------------------------------------------------------- |
| **Module**             | A feature with an on/off switch in Server Setup                                           |
| **Panel**              | A message with buttons members interact with — tickets, applications, self-roles, colours |
| **Auto-Moderation**    | Free, rule-based filtering of message content                                             |
| **AI Auto-Moderation** | Black-tier moderation that reads meaning rather than matching patterns                    |
| **AI Server Control**  | Black-tier assistant that manages the server from plain-language requests                 |
| **Token**              | The unit of AI spend. Both what the AI reads and what it writes count                     |
| **Trust Tiers**        | Scanning long-standing clean members less often to save tokens                            |
| **Escalation**         | Progressively stronger punishment as infractions accumulate                               |
| **Automated Actions**  | Punishment based on infraction count across rules                                         |
| **Starboard**          | Reposting highly-reacted messages into a highlights channel                               |
| **Battle Pass**        | Seasonal quests and tiered rewards. Requires Basic                                        |
| **Streak**             | Consecutive days of activity. Free on every tier                                          |
| **Freeze**             | Consumed to save a streak from one missed day                                             |
| **Temp Voice**         | A lobby that spawns a private voice channel per member                                    |
| **Access Control**     | Max-tier delegation of dashboard sections to specific staff                               |
| **Support session**    | Letting a Vetox agent view your dashboard live                                            |

## Discord terms

| Term               | Meaning                                                                                                |
| ------------------ | ------------------------------------------------------------------------------------------------------ |
| **Role hierarchy** | Discord's rule that a role can only manage roles **below** it. Vetox must be above anything it manages |
| **Snowflake**      | A Discord ID — a long number identifying a user, role, channel or server                               |
| **Slash command**  | A command starting with `/`                                                                            |
| **Context menu**   | A right-click → Apps entry. Vetox has one: ⭐ Send to Starboard                                         |
| **Timeout**        | Discord's native temporary silencing                                                                   |
| **Intent**         | A permission for a bot to receive certain events. Custom Bots need three                               |
| **Overwrite**      | A per-channel permission that overrides the server-wide role                                           |

## Documentation conventions

| Term                 | Meaning                                                                                           |
| -------------------- | ------------------------------------------------------------------------------------------------- |
| **Variable**         | A placeholder replaced when a message is sent. `[Square]` for Welcomer, `{curly}` everywhere else |
| **Save bar**         | The bar that appears when a page has unsaved changes                                              |
| **Immediate action** | A control that applies the moment you confirm it, bypassing the save bar                          |
| **Fail-closed**      | When uncertain, the system refuses rather than proceeds                                           |
| **Fail-open**        | When uncertain, the system proceeds rather than refuses                                           |

<Note>
  **Fail-closed and fail-open** matter more than they sound. AI Auto-Moderation is fail-closed: if it cannot confirm your token balance it does not scan, leaving your server unprotected rather than spending money it is unsure about.
</Note>

<CardGroup cols={2}>
  <Card title="Variables" icon="code" href="/en/help/variables">
    Every placeholder.
  </Card>

  <Card title="Feature limits" icon="table" href="/en/premium/feature-limits">
    Every gate and limit.
  </Card>
</CardGroup>
