> ## 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.

# Discovery on Discord

> Learn how to make your Discord app discoverable through the App Directory.

export const BookCheckIcon = props => <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path fill="currentColor" fill-rule="evenodd" d="M15 2a3 3 0 0 1 3 3v12H5.5a1.5 1.5 0 0 0 0 3h14a.5.5 0 0 0 .5-.5V5h1a1 1 0 0 1 1 1v15a1 1 0 0 1-1 1H5a3 3 0 0 1-3-3V5a3 3 0 0 1 3-3h10Zm-.3 5.7a1 1 0 0 0-1.4-1.4L9 10.58l-2.3-2.3a1 1 0 0 0-1.4 1.42l3 3a1 1 0 0 0 1.4 0l5-5Z" clip-rule="evenodd" /></svg>;

export const GlobeEarthIcon = props => <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path fill="currentColor" fill-rule="evenodd" d="M23 12a11 11 0 1 1-22 0 11 11 0 0 1 22 0Zm-4.16 5.85A9 9 0 0 0 15 3.52V4a3 3 0 0 1-3 3h-.77c-.13 0-.23.1-.23.23A2.77 2.77 0 0 1 8.23 10c-.13 0-.23.1-.23.23v1.52c0 .14.11.25.25.25H13a3 3 0 0 1 3 3v.77c0 .13.1.23.23.23 1.2 0 2.23.77 2.61 1.85ZM3.18 10.18A9 9 0 0 0 11 20.94v-2.7c0-.14-.1-.24-.23-.24h-.65A2.12 2.12 0 0 1 8 15.88c0-.56-.22-1.1-.62-1.5l-4.2-4.2Z" clip-rule="evenodd" /></svg>;

This page covers the discovery surfaces available to your app and how they work in detail. For an introduction to app discovery on Discord, see the [App Discovery](/developers/platform/discovery) platform page.

<Info>
  App discovery applies to [Bots](/developers/bots/overview) and [Activities](/developers/activities/overview).
</Info>

## App Directory

Once you've [enabled discovery for your app](/developers/discovery/enabling-discovery), users can find it in the App Directory — a searchable hub where they can browse by name, category, or collection.

* **Search**: Users can search for your app by name and install it.
* **App Directory Product Page**: Share information about your app, including descriptions, images, videos, and links.

<img src="https://mintcdn.com/discord-platform-username/mBU75HQOG-3CDbQw/images/discovery/directory-product-page.png?fit=max&auto=format&n=mBU75HQOG-3CDbQw&q=85&s=da87e30f3f379d2f4cc9731380cbcbf6" alt="Your Discord App Profile" width="1476" height="1209" data-path="images/discovery/directory-product-page.png" />

## App Launcher

The App Launcher lets users discover apps through collections and search from the app shapes icon <Icon icon="AppsIcon" /> throughout Discord.

<img src="https://mintcdn.com/discord-platform-username/mBU75HQOG-3CDbQw/images/discovery/app-launcher.png?fit=max&auto=format&n=mBU75HQOG-3CDbQw&q=85&s=3f97118ad3e66e6c2e1bb58b37e38cad" alt="App Launcher in Discord" width="1476" height="1036" data-path="images/discovery/app-launcher.png" />

### App Launcher Collections

* **Recent Apps**: Apps you've recently used or installed will appear at the top of the App Launcher
* **Installed Apps**: Apps already added to your account or server (if applicable)
* **Curated Collections**: A mix of user favorites, staff picks, and recommended apps
* **Partner Apps**: Some apps may be developed in collaboration with Discord, marked with a "Partner" tag
* **Promoted Apps**: Apps given more visibility in the App Launcher or App Directory, identified by a "Promoted" tag

Search results are ranked based on relevance to the query and popularity based on usage. Apps that use ads or offer in-app purchases are marked with "Ad-supported" and "In-App Purchases" tags on their details page.

### Editorial Recommendations

Apps can be featured in the App Directory or App Launcher as part of a curated collection or promotion. Discord's editorial team will reach out to you if we are interested in featuring your app.

***

## Social Discovery

Once your app is discoverable, users may find it through social interactions in Discord. When your app is used in a server, it may be visible to other users, allowing them to learn more about it and install it themselves from your app's profile.

### Sharing Links

Create shareable links to your app's profile page, store page, or specific items. Share these links in Discord, emails, or on your website.

<img src="https://mintcdn.com/discord-platform-username/mBU75HQOG-3CDbQw/images/discovery/sharing-links.png?fit=max&auto=format&n=mBU75HQOG-3CDbQw&q=85&s=a5f48066323357227d3419964767e379" alt="A shared embed link in Discord for the Sandscape app" width="504" height="188" data-path="images/discovery/sharing-links.png" />

### Rich Presence

Use [Rich Presence](/developers/rich-presence/overview) to show what users are doing in your app, driving more users to discover it.

<img src="https://mintcdn.com/discord-platform-username/Z5-dy2Vp33QrO7f-/images/rich-presence/examples.png?fit=max&auto=format&n=Z5-dy2Vp33QrO7f-&q=85&s=a8f18cb1ae5bd2b61b72a1cc4a395d05" alt="Examples of Rich Presence data on Discord user profiles" width="2040" height="600" data-path="images/rich-presence/examples.png" />

***

## Next Steps

Ready to enable discovery for your app?

<CardGroup cols={2}>
  <Card title="Enabling Discovery" href="/developers/discovery/enabling-discovery" icon={<GlobeEarthIcon />}>
    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" icon={<BookCheckIcon />}>
    Learn how to make your app stand out and drive more users to discover it.
  </Card>
</CardGroup>
