> For the complete documentation index, see [llms.txt](https://docs.realmjoin.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.realmjoin.com/fr/dev-reference.md).

# Référence développeur

- [RealmJoin API](https://docs.realmjoin.com/fr/dev-reference/realmjoin-api.md): Intégrez RealmJoin dans vos applications et workflows
- [Authentification](https://docs.realmjoin.com/fr/dev-reference/realmjoin-api/authentication.md): Authentifiez-vous auprès de l'API backend RealmJoin avec des identifiants d'application dans un en-tête HTTP Basic Authorization encodé en Base64.
- [Fonctions de rapport](https://docs.realmjoin.com/fr/dev-reference/report-functions.md): Fonctions d'assistance utilisées par les runbooks de reporting pour livrer les résultats par e-mail ou Azure Storage.
- [Send-RjRbReportEmail](https://docs.realmjoin.com/fr/dev-reference/report-functions/send-rjrbreportemail.md): Envoyer des e-mails de rapport HTML de marque à partir de runbooks Azure Automation via Microsoft Graph en utilisant du contenu Markdown.
- [Publish-RjRbFilesToStorageContainer](https://docs.realmjoin.com/fr/dev-reference/report-functions/publish-rjrbfilestostoragecontainer.md): Télécharger des fichiers locaux vers un conteneur Azure Storage à partir de runbooks Azure Automation et renvoyer des liens de téléchargement SAS à durée limitée.
- [Interaction avec les runbooks](https://docs.realmjoin.com/fr/dev-reference/interacting-with-runbooks.md): Exécuter des runbooks et interroger leur état à 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 afin de vous 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): RealmJoin gère des comptes d'administrateur local individualisés (LAPS) via API, avec des mots de passe stockés chiffrés dans Azure Key Vault.
- [Protocole personnalisé](https://docs.realmjoin.com/fr/dev-reference/custom-protocol.md): Gestionnaires de protocole personnalisé RealmJoin (realmjoin:) qui déclenchent des actions de synchronisation, d'installation, de mise à niveau et de support à distance pour les packages par ID de package.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.realmjoin.com/fr/dev-reference.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
