# Como criar uma aplicação no Discord Devs?

Primeiro, entre no [portal de desenvolvedores do Discord](https://discord.com/developers/applications) (<https://discord.com/developers/applications>) e clique em "Nova aplicação" (ou "New Application")

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

Por esse site, você pode alterar todas as informações do seu bot, incluindo: nome, foto, banner, etc

Logo após isso, vá na aba esquerda, em "Robô" (ou "Bot"), e ative somente as ultimas 3 opções

<figure><img src="/files/4bUbYulJu4J4zyJP7YS5" alt=""><figcaption></figcaption></figure>

{% hint style="warning" %}
Cuidado para não ativar a opção "Requires OAuth2 Code Grant", isso tornará impossível adicionar sua aplicação posteriormente
{% endhint %}


---

# 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.nyox.tech/tutorials/createapp.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.
