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

# Introduction to WardForge

> The Discord security bot that protects your community in 30 seconds — no expertise required.

# WardForge — Zero-Config Security for Discord

<img src="https://mintlify.s3.us-west-1.amazonaws.com/return/images/guardian-banner.png" alt="WardForge Banner" className="rounded-xl" />

## Why WardForge?

Most security bots require you to configure webhooks, manage API tokens, open firewall ports, and
deploy separate services. **WardForge was built on a different philosophy.**

> **One bot. One token. One command. Full protection.**

From the moment you type `/setup`, WardForge silently deploys every security layer your server needs —
without you touching a single configuration file.

***

## Core Principles

<CardGroup cols={3}>
  <Card title="Zero-Config" icon="wand-magic-sparkles">
    A single `/setup` command configures the entire stack: roles, channels, detection thresholds, and
    phishing databases.
  </Card>

  <Card title="Community Intelligence" icon="users">
    The `/report` command turns your own members into a detection network. A confirmed phishing link
    triggers an instant Global Ban across every server using WardForge.
  </Card>

  <Card title="Self-Healing" icon="rotate">
    AES-256 encrypted snapshots let WardForge rebuild deleted channels in seconds — even if a
    compromised admin triggers the damage.
  </Card>
</CardGroup>

***

## Architecture at a Glance

WardForge runs as a **single process** connected to Discord via WebSocket. There are no open ports,
no external webhooks to configure, and no companion services to maintain.

```
Discord Gateway (WSS)
        │
   WardForge
   ├── Anti-Raid Engine      ← Multi-window join analysis + TrustScore
   ├── Anti-Phishing Layer   ← VirusTotal · Google Safe Browsing · PhishTank
   ├── Community Reports     ← /report → Global Ban pipeline
   ├── Backup & Restore      ← AES-256 snapshots + selective restore
   └── Quarantine System     ← Automatic isolation of accounts < 24 h
```

<Note>
  The legacy "Honeypot API" double-bot architecture has been fully removed. WardForge no longer
  requires `HONEYPOT_SECRET`, open ports, or a second bot token.
</Note>

***

## Feature Overview

| Feature                          | Free    | Pro       |
| -------------------------------- | ------- | --------- |
| Anti-Raid detection              | ✅       | ✅         |
| 24 h account quarantine          | ✅       | ✅         |
| TrustScore algorithm             | ✅       | ✅         |
| Community `/report`              | ✅       | ✅         |
| Global Ban network               | ✅       | ✅         |
| Anti-Phishing scan (3 databases) | ✅       | ✅         |
| AES-256 encrypted backups        | 3 slots | Unlimited |
| Backup diff & comparison         | ❌       | ✅         |
| Priority staff support           | ❌       | ✅         |
| Custom branding / embed colors   | ❌       | ✅         |

***

## Next Steps

<CardGroup cols={2}>
  <Card title="Quickstart" icon="rocket" href="/en/quickstart">
    Invite WardForge and get protected in under 30 seconds.
  </Card>

  <Card title="Anti-Raid & Quarantine" icon="shield" href="/en/modules/anti-raid">
    Learn how WardForge detects coordinated attacks and isolates suspicious accounts.
  </Card>

  <Card title="Anti-Phishing & /report" icon="fish" href="/en/modules/anti-phishing">
    Understand the community-powered phishing detection pipeline.
  </Card>

  <Card title="Command Reference" icon="terminal" href="/en/commands">
    Full list of every command, argument, and required permission.
  </Card>
</CardGroup>
