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

# Discord

## What's Supported

### Supported Actions

This connector supports:

* [Proxy Actions](/proxy-actions), using the base URL `https://discord.com`.

## Before You Get Started

To connect Discord with Ampersand, you will need [a Discord Account](#create-a-discord-account).

Once your account is created, you'll need to configure an app in Discord and obtain the following credentials from your app:

* Client ID
* Client Secret

You will use these credentials to connect your application to Ampersand.

### Create a Discord Account

Here's how you can sign up for a Discord Developer account:

* Go to the [Discord Sign Up page](https://discord.com/register) and create an account.
* Sign up using your preferred method.

### Creating a Discord App

Follow the steps below to create a Discord app and add the Ampersand redirect URL in the app:

1. Log in to your [Discord Developer Portal](https://discord.com/developers/applications).
2. Click **New Application**.
3. Enter the **App Name** and click **Create**.
4. Enter in your app details and click the **Save changes** button.

   <img src="https://mintcdn.com/ampersand-24eb5c1a/Bx3tggG51e0liOp-/images/provider-guides/4930f29-discord1.gif?s=bb534455020ab820a0df9374caef0f76" alt="Alt text" width="1440" height="676" data-path="images/provider-guides/4930f29-discord1.gif" />
5. Go to the **OAuth2** tab.
6. In the **Redirects** section, click the **Add Redirect** button.
7. Enter the Ampersand redirect URL: `https://api.withampersand.com/callbacks/v1/oauth` in the text field in the *Redirects* section.
8. Select the necessary scopes for your app from the **Scopes** section
9. Click **Save Changes**.

<img src="https://mintcdn.com/ampersand-24eb5c1a/p4alBfPjHeNuBPh1/images/provider-guides/2876661-discord2.gif?s=853defc2d9e437fb4c9b5d7c900f5753" alt="Alt text" width="1440" height="676" data-path="images/provider-guides/2876661-discord2.gif" />

The **Oauth2** section displays **Client ID** and **Client Secret** keys for your app. You'll use these credentials to connect your app to [Ampersand](https://docs.withampersand.com/docs/drift#add-your-drift-app-info-to-ampersand).

## Add Your Discord App Info to Ampersand

1. Log in to your [Ampersand Dashboard](https://dashboard.withampersand.com).

2. Select the project where you want to create a Discord integration.

   <img src="https://mintcdn.com/ampersand-24eb5c1a/CkzFg-K1u4gYx3ZD/images/provider-guides/dd47b7a-Ampersand.png?fit=max&auto=format&n=CkzFg-K1u4gYx3ZD&q=85&s=d580aa00cc421fe14cfbab79c2e0812f" alt="Alt text" width="2244" height="442" data-path="images/provider-guides/dd47b7a-Ampersand.png" />

3. Select **Provider apps**.

4. Select *Discord* from the **Provider** list.

5. Enter the previously obtained *Client ID* in the **Client ID** field and the *Client Secret* in the **Client Secret** field.

6. Click **Save changes**.
