# Discord

You will need to set up an application with Discord social login provider to get the Client ID and Client Secret which will be required in the config Dashboard.

### How to get Client ID and Client Secret?

1. Go to the [Discord Developer Console](https://discord.com/login?redirect_to=%2Fdevelopers) **->** <mark style="color:purple;">**`Sign in`**</mark> into your Discord account

<figure><img src="/files/Sj8TuWeSLvFyw0Y3FXLp" alt=""><figcaption></figcaption></figure>

2. Go to <mark style="color:purple;">**`Applications`**</mark> in the left side menu **->** Click on the <mark style="color:purple;">**`New application`**</mark> button on the top right corner

<figure><img src="/files/yaPVZuS8TQnDgPXvRTtp" alt=""><figcaption></figcaption></figure>

3. <mark style="color:purple;">**`Name`**</mark> your Application **->** Click on the <mark style="color:purple;">**`Create`**</mark> button

<figure><img src="/files/dyAgOovkZtYNHCKAnuUa" alt=""><figcaption></figcaption></figure>

4. &#x20;<mark style="color:purple;">**`Enter all General information`**</mark> about your Application

<figure><img src="/files/CiGDh2g7dQ5d33mlqTX0" alt=""><figcaption></figcaption></figure>

5. Go to <mark style="color:purple;">**`OAuth 2`**</mark>on the left side menu **->** Click on the <mark style="color:purple;">**`Add Redirect`**</mark>button

<figure><img src="/files/1SNgwIniR0pdITBasLu4" alt=""><figcaption></figcaption></figure>

6. Enter the <mark style="color:purple;">**`redirect URL`**</mark>

<figure><img src="/files/YDg3dbXslBZTTHZuPYSy" alt=""><figcaption></figcaption></figure>

7. Copy the <mark style="color:purple;">**`Client ID`**</mark> and <mark style="color:purple;">**`Client Secret`**</mark>

<figure><img src="/files/WiVLqrNJ0l5VxYBUg1hB" alt=""><figcaption></figcaption></figure>

8. Paste your  <mark style="color:purple;">**`Client ID`**</mark> and <mark style="color:purple;">**`Client Secret`**</mark>  into the **corresponding fields in the WalliD config Dashboard**

<figure><img src="/files/eeXf7szdBsqnmFeFch8P" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.wallid.io/config-dashboard/authentication/social-login-providers/discord.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
