# Register with Discord

Your first step is to navigate to [Getting Started with the Discord Social SDK](https://discord.com/developers/docs/discord-social-sdk/getting-started). You will need to set up your app in the [Discord Developer Portal](https://discord.com/developers/), as described in "Getting Started with the Discord Social SDK."&#x20;

{% embed url="<https://discord.com/developers/docs/discord-social-sdk/getting-started>" %}

The linked [Getting Started with the Discord Social SDK](https://discord.com/developers/docs/discord-social-sdk/getting-started) is very important to read and follow before you can start working with the Discord Social SDK in any capacity.

## Download the SDK

If you followed the [Getting Started with the Discord Social SDK](https://discord.com/developers/docs/discord-social-sdk/getting-started), it will have guided you through the process of creating your Discord App and gaining access to the Discord SDK download.

With your app set up, you will find the Downloads tab available, download the "plugin" zip for your engine.

<figure><img src="/files/bk3Or6vhwqsABb20x4mS" 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://kb.heathen.group/discordsocial/register-with-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.
