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

# RealmJoin Agent

- [Deploying the Agent](https://docs.realmjoin.com/realmjoin-agent/installation.md): Deploy the RealmJoin Agent to Windows clients with the ready-to-use intunewin package from the Package Store via Intune.
- [Features](https://docs.realmjoin.com/realmjoin-agent/realmjoin-client.md): Optional RealmJoin Agent features for Windows clients: ESP, app deployment, LAPS, notifications, AnyDesk, and compliance checks.
- [RealmJoin ESP](https://docs.realmjoin.com/realmjoin-agent/realmjoin-client/realmjoin-esp.md): RealmJoin ESP shows its own Enrollment Status Page so mandatory installs and configurations finish before the Windows desktop appears.
- [RealmJoin App Notification](https://docs.realmjoin.com/realmjoin-agent/realmjoin-client/deploy-apps.md): RealmJoin Agent app notifications, including the customizable hero image, inform users about package installations.
- [Local Admin Password Solution (LAPS)](https://docs.realmjoin.com/realmjoin-agent/realmjoin-client/local-admin-password-solution-laps.md): RealmJoin LAPS generates strong local account passwords stored in your own Azure Key Vault, audited via Application Insights or Log Analytics.
- [KeyVault](https://docs.realmjoin.com/realmjoin-agent/realmjoin-client/local-admin-password-solution-laps/keyvault.md): Create an Azure Key Vault and access policy to securely store the local account passwords generated by RealmJoin LAPS.
- [Application Insights](https://docs.realmjoin.com/realmjoin-agent/realmjoin-client/local-admin-password-solution-laps/application-insights.md): Create an Azure Application Insights instance for RealmJoin LAPS auditing and send its instrumentation key to Support.
- [Notifications](https://docs.realmjoin.com/realmjoin-agent/realmjoin-client/showing-notifications.md): Send scheduled, category-based desktop notifications to users from RealmJoin to share information or important issues.
- [AnyDesk Integration](https://docs.realmjoin.com/realmjoin-agent/realmjoin-client/anydesk-integration.md): AnyDesk integration with RealmJoin grants remote device access and elevates rights via LAPS using per-device IDs instead of shared IDs.
- [AnyDesk configuration](https://docs.realmjoin.com/realmjoin-agent/realmjoin-client/anydesk-integration/customer-tasks.md): AnyDesk configuration for RealmJoin: host the end-user client on a public URL and request the supporter client as a custom package.
- [User Interface](https://docs.realmjoin.com/realmjoin-agent/client-menu.md): Two ways users interact with RealmJoin on their device: the classic RealmJoin Tray and the web-based Self-Service Portal.
- [RealmJoin Tray](https://docs.realmjoin.com/realmjoin-agent/client-menu/realmjoin-tray.md): The RealmJoin Tray menu provides customizable web links and installs or updates software packages from the device.
- [Self Service Portal](https://docs.realmjoin.com/realmjoin-agent/client-menu/self-service-portal.md): The RealmJoin Self-Service Portal lets users manage their devices, software, and identity attributes via Entra ID single sign-on.


---

# 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/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.
