> For the complete documentation index, see [llms.txt](https://haiz-bot.gitbook.io/haiz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://haiz-bot.gitbook.io/haiz/suporte/perguntas-frequentes.md).

# Perguntas Frequentes

### ❓ Perguntas Frequentes

#### 💻 Uso Básico

<details>

<summary>Como adiciono o bot ao meu servidor?</summary>

1. Acesse o [link de convite](https://discord.com/application-directory/1070084718936211497)
2. Selecione seu servidor
3. Autorize as permissões necessárias

</details>

#### 🛠️ Solução de Problemas

<details>

<summary>Problema: Bot não responde</summary>

1. Verifique se o bot está online
2. Confira as permissões
3. Use `/ping` para testar a latencia do bot
4. Peça ajuda no [servidor de suporte](https://discord.gg/7jjY59XY6J) do Haiz bot

</details>

### 📊 Recursos Avançados - API do Haiz Bot

{% tabs %}
{% tab title="check\_account\_age" %}
{% code overflow="wrap" %}

```bash
curl -X POST https://haizapi.vercel.app/api/discord/check_account_age \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_TOKEN" \
  -d '{"user_id":"928871447940710480"}'
```

{% endcode %}

<figure><img src="/files/kK9RJac0Kr9ncMJfHnuI" alt=""><figcaption><p>Bot Ghost Template</p></figcaption></figure>
{% endtab %}

{% tab title="decode\_permissions" %}

```bash
curl -X POST https://haizapi.vercel.app/api/discord/decode_permissions \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_TOKEN" \
  -d '{"permissions":"14478"}'
```

<figure><img src="/files/KmuBSpM0584g2pm7omRH" alt=""><figcaption><p>Bot Ghost Template</p></figcaption></figure>
{% endtab %}

{% tab title="count\_badges" %}

```bash
curl -X POST https://haizapi.vercel.app/api/discord/count_badges \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_TOKEN" \
  -d '{"server_id":"1014633471790022667"}'
```

<figure><img src="/files/g6Xx4aR7mgVmVInDjS0R" alt=""><figcaption><p>Bot Ghost Template</p></figcaption></figure>
{% endtab %}

{% tab title="get\_server\_channels" %}

```bash
curl -X POST https://haizapi.vercel.app/api/discord/get_server_channels \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_TOKEN" \
  -d '{"server_id":"1014633471790022667"}'
```

<figure><img src="/files/DkeZGEMtl5dK13nOPMNI" alt=""><figcaption><p>Bot Ghost Template</p></figcaption></figure>
{% endtab %}
{% endtabs %}

### 💻Dashboard

Acesse Nossa [Dashboard](https://haiz.site) para

* Configurações detalhadas
* Estatísticas do servidor
* Personalização avançada

### 🔗 Links Úteis

* [Servidor de Suporte](https://discord.gg/7jjY59XY6J)
* [Status do Serviço](https://haizbot.statuspage.io/)
* [Dashboard](https://haiz.site)
