# Testes de Conectividade

Após concluir as configurações de firewall, é importante garantir que o aplicativo consiga se comunicar com as URL’s principais. Para isso, execute os seguintes comandos no terminal ou prompt de comando, a fim de testar a conectividade com as principais URLs:

**Teste de Resolução de DNS**

* nslookup api.birdid.com.br&#x20;
* nslookup apicloudid.vaultid.com.br

**Teste de Conexão HTTPS**

* curl -I <https://api.birdid.com.br&#x20>;
* curl -I <https://apicloudid.vaultid.com.br>


---

# 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://manuais.soluti.com.br/bird-id/testes-de-conectividade.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.
