# API

- [Ativação da API](https://acessorh.gitbook.io/project/api/ativacao-da-api.md): Processo de requisição e autenticação na API
- [Organização](https://acessorh.gitbook.io/project/api/organizacao.md): Consulta e listagem de organização, grupos, empresas e filiais
- [Cargos](https://acessorh.gitbook.io/project/api/cargos.md): Criação, listagem e delete de cargos
- [Departamentos](https://acessorh.gitbook.io/project/api/departamentos.md): Criação, listagem e delete de departamentos
- [Posições](https://acessorh.gitbook.io/project/api/posicoes.md): Criação e listagem de posições.
- [Benefícios](https://acessorh.gitbook.io/project/api/beneficios.md): Listagem de grupos e respectivos benefícios.
- [Arquivos](https://acessorh.gitbook.io/project/api/arquivos.md): Upload de arquivos temporários, download e conversão de documentos e imagens.
- [Anexos](https://acessorh.gitbook.io/project/api/anexos.md): Listagem de anexos
- [Webhooks](https://acessorh.gitbook.io/project/api/webhooks.md): Criação e listagem de webhooks
- [Modelo de carta](https://acessorh.gitbook.io/project/api/modelo-de-carta.md): Modelos de carta para abertura de conta bancária.
- [IBGE](https://acessorh.gitbook.io/project/api/ibge.md): Listagem de códigos IBGE


---

# 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://acessorh.gitbook.io/project/api.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.
