> 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/de/realmjoin-agent.md).

# RealmJoin-Agent

- [Den Agenten bereitstellen](https://docs.realmjoin.com/de/realmjoin-agent/installation.md): Den RealmJoin-Agenten mit dem gebrauchsfertigen intunewin-Paket aus dem Paket-Store über Intune auf Windows-Clients bereitstellen.
- [Funktionen](https://docs.realmjoin.com/de/realmjoin-agent/realmjoin-client.md): Optionale Funktionen des RealmJoin-Agenten für Windows-Clients: ESP, App-Bereitstellung, LAPS, Benachrichtigungen, AnyDesk und Konformitätsprüfungen.
- [RealmJoin ESP](https://docs.realmjoin.com/de/realmjoin-agent/realmjoin-client/realmjoin-esp.md): RealmJoin ESP zeigt seine eigene Seite für den Registrierungsstatus an, damit obligatorische Installationen und Konfigurationen abgeschlossen sind, bevor der Windows-Desktop erscheint.
- [RealmJoin-App-Benachrichtigung](https://docs.realmjoin.com/de/realmjoin-agent/realmjoin-client/deploy-apps.md): App-Benachrichtigungen des RealmJoin-Agenten, einschließlich des anpassbaren Hero-Bilds, informieren Benutzer über Paketinstallationen.
- [Lösung für lokales Administratorkennwort (LAPS)](https://docs.realmjoin.com/de/realmjoin-agent/realmjoin-client/local-admin-password-solution-laps.md): RealmJoin LAPS generiert starke lokale Kontokennwörter, die in Ihrem eigenen Azure Key Vault gespeichert und über Application Insights oder Log Analytics geprüft werden.
- [Key Vault](https://docs.realmjoin.com/de/realmjoin-agent/realmjoin-client/local-admin-password-solution-laps/keyvault.md): Einen Azure Key Vault und eine Zugriffsrichtlinie erstellen, um die von RealmJoin LAPS generierten lokalen Kontokennwörter sicher zu speichern.
- [Application Insights](https://docs.realmjoin.com/de/realmjoin-agent/realmjoin-client/local-admin-password-solution-laps/application-insights.md): Eine Azure Application Insights-Instanz für die RealmJoin-LAPS-Prüfung erstellen und den Instrumentierungsschlüssel an den Support senden.
- [Benachrichtigungen](https://docs.realmjoin.com/de/realmjoin-agent/realmjoin-client/showing-notifications.md): Geplante, kategoriebezogene Desktop-Benachrichtigungen von RealmJoin an Benutzer senden, um Informationen oder wichtige Probleme mitzuteilen.
- [AnyDesk-Integration](https://docs.realmjoin.com/de/realmjoin-agent/realmjoin-client/anydesk-integration.md): Die AnyDesk-Integration mit RealmJoin gewährt Remote-Gerätezugriff und erhöht Rechte über LAPS mithilfe gerätebezogener IDs statt gemeinsam genutzter IDs.
- [AnyDesk-Konfiguration](https://docs.realmjoin.com/de/realmjoin-agent/realmjoin-client/anydesk-integration/customer-tasks.md): AnyDesk-Konfiguration für RealmJoin: den Endbenutzer-Client unter einer öffentlichen URL hosten und den Supporter-Client als benutzerdefiniertes Paket anfordern.
- [Benutzeroberfläche](https://docs.realmjoin.com/de/realmjoin-agent/client-menu.md): Zwei Möglichkeiten, wie Benutzer mit RealmJoin auf ihrem Gerät interagieren: das klassische RealmJoin Tray und das webbasierte Self-Service Portal.
- [RealmJoin Tray](https://docs.realmjoin.com/de/realmjoin-agent/client-menu/realmjoin-tray.md): Das RealmJoin-Tray-Menü bietet anpassbare Weblinks und installiert oder aktualisiert Softwarepakete auf dem Gerät.
- [Self-Service-Portal](https://docs.realmjoin.com/de/realmjoin-agent/client-menu/self-service-portal.md): Das RealmJoin Self-Service-Portal ermöglicht es Benutzern, ihre Geräte, Software und Identitätsattribute über Einmalanmeldung mit Entra ID zu verwalten.


---

# 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/de/realmjoin-agent.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.
