# Initialize Discord

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

## 📄 <mark style="color:yellow;">Description</mark>

Initializes the Discord SDK

{% hint style="warning" %}
You should put a small delay after this so it has time to initialize. 1 second should be enough.
{% endhint %}

{% tabs %}
{% tab title="Inputs" %}

<table><thead><tr><th width="200">Name</th><th>Description</th></tr></thead><tbody><tr><td><strong>Client ID</strong></td><td>Your Discord application's client ID</td></tr></tbody></table>
{% endtab %}

{% tab title="Outputs" %}

<table><thead><tr><th width="200">Name</th><th>Description</th></tr></thead><tbody><tr><td><strong>Return Value</strong></td><td>True if initialization was successful, false otherwise</td></tr></tbody></table>
{% endtab %}
{% endtabs %}


---

# 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://kibibyte.gitbook.io/discord-suite/all-nodes/initialize-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.
