> ## 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 Activity Development Guides

> Guides for developing embedded games and experiences on Discord.

<Note>
  Visit [Activities](/developers/activities/overview) for more on building embedded games and experiences on Discord, including how to get started, best practices, and more.
</Note>

## Getting Started

<CardGroup cols={1}>
  <Card title="Build your first Activity" href="/developers/activities/building-an-activity">
    A step-by-step guide to building your first Activity on Discord.
  </Card>
</CardGroup>

## Diving Deeper

<CardGroup cols={2}>
  <Card title="Setting Rich Presence" href="/developers/rich-presence/using-with-the-embedded-app-sdk">
    Learn how to set up Rich Presence for your Activity to display game status and join features.
  </Card>

  <Card title="Implementing IAP for Activities" href="/developers/monetization/implementing-iap-for-activities">
    A guide to implementing in-app purchases for your Discord Activities.
  </Card>
</CardGroup>

## Best Practices

<CardGroup cols={1}>
  <Card title="Design Patterns for Activities" href="/developers/activities/design-patterns">
    Best practices and design patterns for creating engaging Activities on Discord.
  </Card>
</CardGroup>
