# Considerações Gerais

1. **Autenticação**
   * Todas as requisições exigem uso do cabeçalho `Authorization: Bearer {{SEU_TOKEN}}`.
2. **Paginação**
   * As respostas seguem o formato de paginação (`current_page`, `per_page`, `total`, etc.).
   * Use o parâmetro `?page=N` para navegar entre as páginas.
3. **Formatação de Datas**
   * Sempre no formato **dd/mm/aaaa**, por exemplo: `23/01/2025`.
4. **Valores na Base 100**
   * Filtro valor deve ser enviado na base 100, sem casas decimais.
   * Exemplo: "Se precisa consultar um valor de R$ 138,22, deve enviar 13822. Um valor de R$ 50,00 deve enviar 5000".
5. **Remoção de Comentários no JSON**
   * Em produção, o JSON deve ser **estritamente válido**, sem comentários. Os exemplos nesta documentação podem conter anotações para fins ilustrativos.

***

**Última atualização:** 12/03/2025


---

# 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.cashtrack.com.br/cashtrack-api-v.1.0.2/consideracoes-gerais.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.
