> For the complete documentation index, see [llms.txt](https://docs.discloud.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.discloud.com/en/faq/general-questions/how-can-i-get-my-discord-bot-id.md).

# How can I get my Discord bot ID?

## 🤖 What is the Discord Application ID?

The **Discord Application ID** (also called **Client ID**) is a unique numeric identifier that Discord assigns to every application created on the [Discord Developer Portal](https://discord.com/developers/applications).

{% hint style="info" %}
This is **not** the same as the **Discloud App ID**, which Discloud generates internally for your hosted application. The **Discord Application ID** comes from Discord itself and identifies your bot on Discord's platform, it's only required for the [Quick Setup flow via the Discloud Discord bot](/en/how-to-host-using/discord-bot.md#quick-setup-step-by-step-guide).
{% endhint %}

***

## 📍 How to Get Your Discord Application ID

{% stepper %}
{% step %}
Open the [**Discord Developer Portal**](https://discord.com/developers/applications) and log in with your Discord account.
{% endstep %}

{% step %}
Click on your bot's application from the list.

If you haven't created an application yet, click the **New Application** button, give it a name, and create it.
{% endstep %}

{% step %}
On the **General Information** page (opened by default), copy the **Client ID**, this is your Discord Application ID.

![](/files/aXrjiVOyasbdFIVjxdKS)
{% endstep %}
{% endstepper %}

{% hint style="warning" %}
The **Application ID** is **public information**, it's safe to share. However, keep your **Bot Token** (found under the **Bot** tab) **secret**, as anyone with it can control your bot.
{% endhint %}

***

## 🔍 Where Do You Need It?

This ID is specifically required when using the **Quick Setup** method via the [Discloud Bot](/en/how-to-host-using/discord-bot.md#quick-setup-step-by-step-guide), during the guided flow, the bot will prompt you to enter the Application ID.

If you're using **Advanced Setup** (with a [`discloud.config`](https://github.com/discloud/docs/blob/english/configurations/discloud.config) file), you don't need to provide this ID, as Discloud handles the configuration automatically.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.discloud.com/en/faq/general-questions/how-can-i-get-my-discord-bot-id.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
