> 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 pour les développeurs

- [API RealmJoin](https://docs.realmjoin.com/fr/dev-reference/realmjoin-api.md): Intégrer 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 d’autorisation HTTP Basic 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 rapports pour fournir les résultats par e-mail ou via Azure Storage.
- [Send-RjRbReportEmail](https://docs.realmjoin.com/fr/dev-reference/report-functions/send-rjrbreportemail.md): Envoyer des e-mails de rapport HTML brandés depuis des 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éverser des fichiers locaux dans un conteneur Azure Storage depuis des runbooks Azure Automation et renvoyer des liens de téléchargement SAS temporaires.
- [Export-RjRbXlsx](https://docs.realmjoin.com/fr/dev-reference/report-functions/export-rjrbxlsx.md): Exporte des objets depuis les runbooks Azure Automation vers des classeurs Excel natifs stylés (.xlsx) sans aucune dépendance à un module externe.
- [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 pour vous authentifier comme si vous étiez en train d’exécuter un runbook.
- [Gestion des mots de passe administrateur local](https://docs.realmjoin.com/fr/dev-reference/local-admin-password-management.md): RealmJoin gère des comptes 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): Les gestionnaires de protocole personnalisé RealmJoin (realmjoin:) déclenchent des actions de synchronisation, d’installation, de mise à niveau et d’assistance à 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.
