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

# Quick Start

> Get started with Greed in your Discord server

<Steps>
  <Step title="Bot Permissions">
    <p>Before adding Greed to your server, ensure you have the following permissions:</p>

    <ul>
      <li>Administrator permission or equivalent permissions</li>
      <li>Bot role must be in the top 5 roles of your server</li>
      <li>Manage Channels permission for voice features</li>
      <li>Manage Roles permission for moderation features</li>
    </ul>
  </Step>

  <Step title="Add Greed to Your Server">
    <p>Click the button below to add Greed to your server:</p>

    <Button href="https://discord.com/oauth2/authorize?client_id=1149535834756874250" variant="primary">
      Add to Server
    </Button>
  </Step>

  <Step title="Basic Setup">
    <p>After adding Greed, run these essential setup commands:</p>

    <CodeGroup>
      <CodeGroupItem title="Moderation Setup">
        ```bash theme={null}
        ,setup
        ```

        Creates a jail channel, log channel, and jail role for moderation
      </CodeGroupItem>

      <CodeGroupItem title="Voice Master Setup">
        ```bash theme={null}
        ,voicemaster setup
        ```

        Sets up join-to-create voice channels
      </CodeGroupItem>

      <CodeGroupItem title="AutoMod Setup">
        ```bash theme={null}
        ,filter setup
        ```

        Initializes automod to protect your server
      </CodeGroupItem>

      <CodeGroupItem title="AntiNuke Setup">
        ```bash theme={null}
        ,antinuke setup
        ```

        Configures server protection against malicious actions
      </CodeGroupItem>
    </CodeGroup>
  </Step>

  <Step title="Configure Prefix">
    Greed's default prefix is <code>,</code>. To change it, use:

    ```bash theme={null}
    ,prefix <new_prefix>
    ```
  </Step>
</Steps>

<CardGroup cols={2}>
  <Card title="Need Help?" icon="info" href="https://discord.gg/greedbot">
    Join our support server for assistance
  </Card>

  <Card title="Commands" icon="book" href="/commands">
    Browse our comprehensive command list
  </Card>
</CardGroup>

<AccordionGroup>
  <Accordion title="Terms of Service">
    By using Greed, you agree to:

    <ul>
      <li>Use the bot in compliance with Discord's Terms of Service</li>
      <li>Not use the bot for malicious purposes</li>
      <li>Not attempt to exploit or abuse the bot's features</li>
      <li>Not use the bot to violate any laws or regulations</li>
    </ul>
  </Accordion>

  <Accordion title="Privacy Policy">
    Greed collects and stores:

    <ul>
      <li>Server configuration data</li>
      <li>User moderation history</li>
      <li>Command usage statistics</li>
      <li>No personal data is collected or stored</li>
    </ul>
  </Accordion>
</AccordionGroup>

<CardGroup cols={2}>
  <Card title="Logging" icon="shield" href="/sever-configuration/logging">
    Learn about moderation commands and features
  </Card>

  <Card title="AutoMod" icon="bot" href="/security/automod">
    Configure AutoMod settings and filters
  </Card>

  <Card title="AntiNuke" icon="lock" href="/security/antinuke">
    Set up server protection against malicious actions
  </Card>

  <Card title="Voice Master" icon="audio-lines" href="/server-configuration/voicemaster">
    Configure voice channel management
  </Card>
</CardGroup>
