# Teste

Para realizar os testes antes de qualquer implementação, recomendamos o uso do **Postman**, que é uma plataforma para desenvolvedores projetar, construir, testar e iterar suas APIs.

Para usar o Postman, você pode baixá-lo ou usar a versão online:

1. Download: <https://www.postman.com/downloads/>
2. Online: <https://go.postman.co/home>

Após criar seu acesso, baixe o arquivo JSON da nossa API que segue o padrão [OpenAPI](https://swagger.io/specification/).\
Baixe pelo endereço [Especificação (OpenAPI)](https://acesso.siprov.com.br/siprov-api/openapi.json), que também segue no menu à esquerda. Se o arquivo não baixar, só clicar com o botão direito e salvar como "openapi.json".&#x20;

Dentro do Postman, vá em 'Importar > Arquivo' e busque o arquivo baixado. Então, a coleção do **Siprov API** será criada dentro do seu ambiente de trabalho (workspace) e você poderá efetuar os testes em todos os métodos que tenha acesso.


---

# 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://doc.siprov.com.br/teste.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.
