# Référence du développeur

- [RealmJoin API](https://docs.realmjoin.com/fr/dev-reference/realmjoin-api.md): Intégrez RealmJoin dans vos applications et flux de travail
- [Authentification](https://docs.realmjoin.com/fr/dev-reference/realmjoin-api/authentication.md)
- [Interagir avec les Runbooks](https://docs.realmjoin.com/fr/dev-reference/interacting-with-runbooks.md): Exécuter des runbooks et interroger leur statut à l’aide de l’API RealmJoin
- [Simulation d’un environnement de Runbook](https://docs.realmjoin.com/fr/dev-reference/simulating-a-runbook-environment.md): Pour développer de nouveaux runbooks, vous devrez peut-être activer RealmJoin.RunbookHelper pour s’authentifier comme si vous exécutiez à l’intérieur d’un Runbook.
- [Gestion des mots de passe d’administrateur local](https://docs.realmjoin.com/fr/dev-reference/local-admin-password-management.md)
- [Protocole personnalisé](https://docs.realmjoin.com/fr/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/fr/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.
