# Entwicklerreferenz

- [RealmJoin API](https://docs.realmjoin.com/de/dev-reference/realmjoin-api.md): RealmJoin in Ihre Anwendungen und Workflows integrieren
- [Authentifizierung](https://docs.realmjoin.com/de/dev-reference/realmjoin-api/authentication.md)
- [Arbeiten mit Runbooks](https://docs.realmjoin.com/de/dev-reference/interacting-with-runbooks.md): Führen Sie Runbooks aus und fragen Sie deren Status über die RealmJoin-API ab
- [Eine Runbook-Umgebung simulieren](https://docs.realmjoin.com/de/dev-reference/simulating-a-runbook-environment.md): Um neue Runbooks zu entwickeln, müssen Sie möglicherweise RealmJoin.RunbookHelper aktivieren, um sich zu authentifizieren, als würden Sie innerhalb eines Runbooks ausgeführt.
- [Verwaltung des lokalen Administratorkennworts](https://docs.realmjoin.com/de/dev-reference/local-admin-password-management.md)
- [Benutzerdefiniertes Protokoll](https://docs.realmjoin.com/de/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/de/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.
