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

# Welcome to Veronica

> A high-performance, TypeScript-powered Discord bot for advanced server management and security.

# Welcome to Veronica

**Veronica** is a state-of-the-art Discord bot engineered for server owners who demand elite performance, modern aesthetics, and comprehensive automation. Built with **TypeScript** and **discord.js**, Veronica delivers a polished, responsive experience that scales effortlessly with your community.

<Info>
  Veronica supports both **Slash Commands** (`/command`) and **Prefix Commands** (`,command`) across all features.
</Info>

## Why Choose Veronica?

<CardGroup cols={2}>
  <Card title="AI-Powered Security" icon="shield">
    Leverage **Gemini AI** for real-time toxicity detection and intelligent content moderation across 10+ automated protection modules.
  </Card>

  <Card title="Global Infrastructure" icon="globe">
    Cross-server AFK tracking, persistent user profiles, and a unified economy system that follows users everywhere.
  </Card>

  <Card title="Premium UX" icon="stars">
    Interactive panels, button-based controls, and a minimalist design philosophy ensure every interaction feels premium.
  </Card>

  <Card title="TypeScript Reliability" icon="code">
    Built on a robust, type-safe codebase with MongoDB persistence and advanced error handling for 99.9% uptime.
  </Card>
</CardGroup>

## Quick Start

Get Veronica running in your server in under 60 seconds.

<Steps>
  <Step title="Invite Veronica">
    [Click here to invite Veronica](https://discord.com/oauth2/authorize?client_id=YOUR_BOT_ID\&permissions=8\&scope=bot%20applications.commands) to your server with Administrator permissions.
  </Step>

  <Step title="Set Your Prefix">
    Customize your command prefix (default is `,`):

    <CodeGroup>
      ```bash Slash theme={null}
      /setprefix prefix:!
      ```

      ```bash Prefix theme={null}
      ,setprefix !
      ```
    </CodeGroup>
  </Step>

  <Step title="Configure Auto-Mod">
    Launch the interactive Auto-Moderation panel to enable server protection:

    ```bash theme={null}
    /automod
    ```
  </Step>

  <Step title="Explore Features">
    View all available commands and modules:

    ```bash theme={null}
    /help
    ```
  </Step>
</Steps>

## Core Features

<AccordionGroup>
  <Accordion title="Elite Moderation & Security" icon="shield-check">
    * **10+ Auto-Mod Modules**: Anti-Spam, Anti-Link, Anti-Raid, Anti-Phishing, and more
    * **AI Content Filter**: Gemini-powered toxicity detection
    * **Automated Escalation**: Smart strike-based punishment system
    * **Advanced Jail System**: Role-preserving isolation for problematic users
    * **Hierarchy Protection**: Multi-layered permission checks
  </Accordion>

  <Accordion title="Global Utilities" icon="globe">
    * **Universal AFK**: Cross-server status tracking with mention notifications
    * **Reminders**: High-precision scheduling for users and staff
    * **Custom Vanity**: Server branding and URL management
    * **Interactive Settings**: Button-based configuration panels
  </Accordion>

  <Accordion title="Economy & Engagement" icon="coins">
    * **Virtual Currency**: Robust "Vero Bucks" economy
    * **Gambling Suite**: Blackjack, Dice, Scratch Cards
    * **Leveling System**: XP-based progression with custom rank cards
    * **Leaderboards**: Track top earners and active members
  </Accordion>

  <Accordion title="Information & Analytics" icon="chart-mixed">
    * **Advanced User Intel**: Detailed statistics and role breakdowns
    * **Server Analytics**: Comprehensive guild metrics
    * **Uptime Monitoring**: Real-time API status with historical data
  </Accordion>
</AccordionGroup>

## Command Categories

<CardGroup cols={3}>
  <Card title="Moderation" icon="hammer" href="/resources/commands#moderation">
    Ban, Kick, Mute, Jail, Purge, and 40+ advanced moderation tools.
  </Card>

  <Card title="Auto-Moderation" icon="shield" href="/setups/automod">
    AI-powered content filtering and automated server protection.
  </Card>

  <Card title="Utility" icon="wrench" href="/resources/commands#utility">
    AFK, Reminders, Polls, Vanity, and essential server utilities.
  </Card>

  <Card title="Economy" icon="coin" href="/configuration/economy">
    Virtual currency, gambling, shop, and leaderboards.
  </Card>

  <Card title="Leveling" icon="chart-bar" href="/configuration/leveling">
    XP system, rank cards, and role rewards.
  </Card>

  <Card title="Information" icon="circle-info" href="/resources/commands#information">
    User stats, server analytics, and bot information.
  </Card>

  <Card title="Fun & Games" icon="gamepad" href="/resources/commands#fun-games">
    Interactive games, roleplay commands, and entertainment.
  </Card>

  <Card title="Configuration" icon="gear" href="/configuration/permissions">
    Prefix, settings, and server customization.
  </Card>

  <Card title="Admin" icon="user-shield" href="/resources/commands#admin">
    Bot authority, fake permissions, and advanced controls.
  </Card>
</CardGroup>

## Getting Help

<CardGroup cols={2}>
  <Card title="Documentation" icon="book" href="/overview/introduction">
    Comprehensive guides for all features and commands.
  </Card>

  <Card title="Support Server" icon="discord" href="https://discord.gg/YOUR_INVITE_LINK">
    Join our community for live support and updates.
  </Card>

  <Card title="Command List" icon="list" href="/resources/commands">
    Browse all available commands by category.
  </Card>

  <Card title="FAQ & Help" icon="graduation-cap" href="/resources/faq">
    Commonly asked questions and troubleshooting guides.
  </Card>
</CardGroup>

<Tip>
  Use the `/tutorial` command in your server to get an interactive walkthrough of Veronica's core features.
</Tip>

## What's Next?

<Steps>
  <Step title="Set Up Auto-Moderation">
    Protect your server from spam, raids, and toxic content with our [Auto-Mod guide](/setups/automod).
  </Step>

  <Step title="Configure the Jail System">
    Learn how to isolate problematic users without banning them in our [Jail System guide](/setups/jail).
  </Step>

  <Step title="Enable Economy">
    Engage your community with virtual currency and games using our [Economy setup](/configuration/economy).
  </Step>

  <Step title="Customize Permissions">
    Fine-tune Veronica's behavior with the [Permissions Guide](/configuration/permissions).
  </Step>
</Steps>
