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

# App  Discovery

> Make your Discord app discoverable through the App Directory, App Launcher, and social sharing.

export const ShapesIcon = props => <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path fill="currentColor" d="M2.06 7.61c-.25.95.31 1.92 1.26 2.18l4.3 1.15c.94.25 1.91-.31 2.17-1.26l1.15-4.3c.25-.94-.31-1.91-1.26-2.17l-4.3-1.15c-.94-.25-1.91.31-2.17 1.26l-1.15 4.3ZM12.98 7.87a2 2 0 0 0 1.75 2.95H20a2 2 0 0 0 1.76-2.95l-2.63-4.83a2 2 0 0 0-3.51 0l-2.63 4.83ZM5.86 13.27a.89.89 0 0 1 1.28 0l.75.77a.9.9 0 0 0 .54.26l1.06.12c.5.06.85.52.8 1.02l-.13 1.08c-.02.2.03.42.14.6l.56.92c.27.43.14 1-.28 1.26l-.9.58a.92.92 0 0 0-.37.48l-.36 1.02a.9.9 0 0 1-1.15.57l-1-.36a.89.89 0 0 0-.6 0l-1 .36a.9.9 0 0 1-1.15-.57l-.36-1.02a.92.92 0 0 0-.37-.48l-.9-.58a.93.93 0 0 1-.28-1.26l.56-.93c.11-.17.16-.38.14-.59l-.12-1.08c-.06-.5.3-.96.8-1.02l1.05-.12a.9.9 0 0 0 .54-.26l.75-.77ZM18.52 13.71a1.1 1.1 0 0 0-2.04 0l-.46 1.24c-.19.5-.57.88-1.07 1.07l-1.24.46a1.1 1.1 0 0 0 0 2.04l1.24.46c.5.19.88.57 1.07 1.07l.46 1.24c.35.95 1.7.95 2.04 0l.46-1.24c.19-.5.57-.88 1.07-1.07l1.24-.46a1.1 1.1 0 0 0 0-2.04l-1.24-.46a1.8 1.8 0 0 1-1.07-1.07l-.46-1.24Z" /></svg>;

App Discovery gives users multiple ways to find and install your app across Discord.

## App Directory

The [App Directory](https://discord.com/discovery/applications) is a searchable hub where users can browse apps by name, category, or collection, and view a full product page with descriptions, screenshots, and links.

To appear here, your app needs to be verified and opted into discovery. See [Enabling Discovery](/developers/discovery/enabling-discovery) for the step-by-step setup.

## App Launcher

The [App Launcher](https://support-apps.discord.com/hc/en-us/articles/26592957841303-How-to-Discover-and-Add-Apps#h_01J8JE2VM7QEKH9XKNR696P56C) is accessible from the app shapes icon throughout Discord and surfaces recently used apps and apps curated by collection.

<ShapesIcon />

## Organic Discovery & Sharing

Once your app is discoverable, social interactions within Discord become a natural acquisition channel. When users interact with your app in a server, others in that server can see it and visit your app's profile to install it themselves.

Each Discord app also has sharable links that take users to your app's profile or [store page](/developers/monetization/managing-skus#linking-to-your-store), shareable anywhere from Discord messages to external websites.

## Next Steps

<CardGroup cols={3}>
  <Card title="Discovery Overview" href="/developers/discovery/overview">
    Full guide to discovery surfaces, the App Directory, App Launcher, and social discovery.
  </Card>

  <Card title="Enabling Discovery" href="/developers/discovery/enabling-discovery">
    Enable discovery for your app to make it available in the App Directory and App Launcher.
  </Card>

  <Card title="Discovery Best Practices" href="/developers/discovery/best-practices">
    Learn how to make your app stand out and drive more users to discover it.
  </Card>
</CardGroup>
