# Referência para Programadores

- [API do RealmJoin](https://docs.realmjoin.com/pt/dev-reference/realmjoin-api.md): Integre o RealmJoin nas suas aplicações e fluxos de trabalho
- [Autenticação](https://docs.realmjoin.com/pt/dev-reference/realmjoin-api/authentication.md)
- [Interagindo com Runbooks](https://docs.realmjoin.com/pt/dev-reference/interacting-with-runbooks.md): Executar runbooks e consultar o seu estado usando a API do RealmJoin
- [Simulando um Ambiente de Runbook](https://docs.realmjoin.com/pt/dev-reference/simulating-a-runbook-environment.md): Para desenvolver novos runbooks, poderá precisar de ativar o RealmJoin.RunbookHelper para autenticar como se estivesse a executar dentro de um Runbook.
- [Gestão de Palavra-passe de Administrador Local](https://docs.realmjoin.com/pt/dev-reference/local-admin-password-management.md)
- [Protocolo Personalizado](https://docs.realmjoin.com/pt/dev-reference/custom-protocol.md)


---

# 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.realmjoin.com/pt/dev-reference.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.
