> 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/custom-protocol.md).

# Protocole personnalisé

Le `Protocole personnalisé` La classe définit un ensemble de préfixes de type URI qui peuvent être utilisés pour déclencher des actions spécifiques au sein du système en fournissant un ID de package. Ces gestionnaires de protocole personnalisés sont conçus pour rationaliser des opérations telles que la synchronisation, l'installation, la mise à niveau ou le lancement d'une assistance à distance pour des packages logiciels.

| Constante                  | Description                                                        | Exemple d'utilisation          |
| -------------------------- | ------------------------------------------------------------------ | ------------------------------ |
| `realmjoin:`               | Préfixe de base pour toutes les actions du protocole personnalisé. |                                |
| `realmjoin:sync:`          | Déclenche une opération de synchronisation pour l'agent RealmJoin  | `realmjoin:sync:`              |
| `realmjoin:install:`       | Lance l'installation du package spécifié.                          | `realmjoin:install:package-id` |
| `realmjoin:upgrade:`       | Démarre un processus de mise à niveau pour le package.             | `realmjoin:upgrade:package-id` |
| `realmjoin:remotesupport:` | Lance une session de support à distance.                           | `realmjoin:remotesupport:`     |


---

# 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:

```
GET https://docs.realmjoin.com/fr/dev-reference/custom-protocol.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.
