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

# Seshy Documentation

> Everything you need to set up, configure, and get the most out of Seshy.

<div style={{ backgroundImage: "url('https://i.postimg.cc/qRhfntLB/img-1789893590.png')", backgroundSize: "cover", backgroundPosition: "center", backgroundRepeat: "no-repeat", minHeight: "100vh" }}>
  <div style={{ maxWidth: "48rem", margin: "0 auto", padding: "4rem 1rem 2rem", textAlign: "center" }}>
    <h1 style={{ fontSize: "2.25rem", fontWeight: 600, textAlign: "center", margin: 0, color: "#ffffff" }}>
      Seshy Documentation
    </h1>

    <p style={{ marginTop: "1rem", fontSize: "1.125rem", opacity: 0.9, textAlign: "center", color: "#ffffff" }}>
      Everything you need to set up, configure, and get the most out of Seshy.
    </p>
  </div>

  <div style={{ maxWidth: "56rem", margin: "0 auto", padding: "0 1rem 4rem" }}>
    <CardGroup cols={2}>
      <Card title="Getting Started" icon="rocket" href="/quickstart">
        Set up Seshy in your ERLC server in under 5 minutes.
      </Card>

      <Card title="Dashboard" icon="gauge" href="/dashboard/overview">
        Manage server settings, roles, members, logs, and the bot's automation.
      </Card>

      <Card title="Moderation Panel" icon="shield-check" href="/dashboard/moderation-desk">
        Moderate your ERLC server with advanced logging, shifts, and commands.
      </Card>

      <Card title="CAD" icon="radio" href="/dashboard/cad">
        Online dispatching system for Police, Firefighters, EMS, and DOT.
      </Card>
    </CardGroup>

    <Note>
      Seshy is completely free. There are no paid plans, no premium tiers, and no paywalls on any feature.
    </Note>
  </div>
</div>
