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

# Quickstart

title: "Quickstart"
description: "Get your Discord bot hosted with Cytric.nl in minutes"

***

## Quickstart Guide

Follow these steps to launch your Discord bot on Cytric.nl:

### Step 1: Prepare Your Bot

<AccordionGroup>
  <Accordion icon="copy" title="Clone your bot repository">
    Clone your Discord bot project to your local machine: `bash git clone
            https://github.com/your-username/your-bot.git cd your-bot `
  </Accordion>

  <Accordion icon="rectangle-terminal" title="Install dependencies">
    Install the required packages for your bot: `bash npm install # or pip
            install -r requirements.txt `
  </Accordion>
</AccordionGroup>

### Step 2: Deploy to Cytric.nl

<AccordionGroup>
  <Accordion icon="cloud-arrow-up" title="Connect your GitHub repository">
    Link your GitHub account and select your bot repository in the [Cytric
    Dashboard](https://Cytric.nl/dashboard).
  </Accordion>

  <Accordion icon="rocket" title="Deploy your bot">
    Click "Deploy" in the dashboard to launch your bot. Your bot will be online
    24/7!
  </Accordion>
</AccordionGroup>

### Step 3: Manage and Monitor

<AccordionGroup>
  <Accordion icon="gear" title="Configure environment variables">
    Set your bot token and other secrets in the dashboard for secure management.
  </Accordion>

  <Accordion icon="chart-line" title="Monitor your bot">
    View logs, resource usage, and uptime stats from your dashboard.
  </Accordion>
</AccordionGroup>

## Next Steps

Explore more features:

<CardGroup cols={2}>
  <Card title="Customize Hosting" icon="palette" href="/essentials/settings">
    Learn how to adjust resources and settings for your bot.
  </Card>

  <Card title="API Reference" icon="code" href="/api-reference/introduction">
    Automate deployments and bot management with our API.
  </Card>

  <Card title="Add Code Examples" icon="square-code" href="/essentials/code">
    Share code snippets and best practices.
  </Card>

  <Card title="Community Support" icon="discord" href="https://discord.gg/Cytric">
    Get help and connect with other bot developers.
  </Card>
</CardGroup>

<Note>
  Need help? Join our [Discord Community](https://discord.gg/Cytric) or email
  [support@Cytric.nl](mailto:support@Cytric.nl).
</Note>
