# Como pegar o token da aplicação?

Anteriormente, ensinamos a como criar a aplicação, agora, como pegar o token dela?

Primeiro, vá até a [pagina da sua aplicação](https://discord.com/developers/applications), e vá na aba *"Bot"*

Nessa aba, basta clicar no botão "**Reset Token**". Nisso, o Discord irá pedir sua senha ou o código de autenticação de 2 fatores

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

Será exibido um código "estranho", guarde-o com **segurança**, pois é a chave de acesso para sua aplicação. Após isso, basta copia-lo e preencher no sistema de alterar token da Nyox

{% hint style="danger" %}
Não compartilhe esse código com **ninguém**! Pessoas mal intencionadas podem usar ele para lhe prejudicar
{% endhint %}

{% hint style="warning" %}
Nenhum membro da equipe irá solicitar seu token. Insira-o apenas no bot oficial da Nyox Applications
{% 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/apptoken.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.
