> ## Documentation Index
> Fetch the complete documentation index at: https://discord-platform-username.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Discord Bot Development Guides

> Guides for developing bots on Discord.

<Note>
  Visit [Bots & Companion Apps](/developers/bots/overview) for more on building bots and companion apps on Discord, including how to get started, best practices, and more.
</Note>

## Getting Started

<CardGroup cols={1}>
  <Card title="Build your first Discord bot" href="/developers/quick-start/getting-started">
    A step-by-step guide to building your first bot on Discord.
  </Card>
</CardGroup>

## Diving Deeper

<CardGroup cols={2}>
  <Card title="Using Message Components" href="/developers/components/using-message-components">
    A guide to using message components in your Discord bot.
  </Card>

  <Card title="Using Modal Components" href="/developers/components/using-modal-components">
    A guide to using modal components in your Discord bot.
  </Card>

  <Card title="Using Community Invites" href="/developers/tutorials/using-community-invites">
    A guide to using community invites in your Discord bot.
  </Card>

  <Card title="Developing A User-Installable App" href="/developers/tutorials/developing-a-user-installable-app">
    A guide to developing a user-installable app on Discord.
  </Card>

  <Card title="Hosting on Cloudflare Workers" href="/developers/tutorials/hosting-on-cloudflare-workers">
    A guide to hosting your Discord bot on Cloudflare Workers.
  </Card>
</CardGroup>
