> 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/ugd-management.md).

# User, Group & Device Management

- [Overview](https://docs.realmjoin.com/ugd-management/user-group-device-management.md): Manage Entra ID users, groups, and devices in one RealmJoin view combining Intune, Defender, Autopilot, and sign-in data.
- [Organization Details](https://docs.realmjoin.com/ugd-management/organization-details.md): RealmJoin organization details show an Azure tenant overview: user and group counts, Intune and runbook stats, and recent app changes.
- [User Profile](https://docs.realmjoin.com/ugd-management/user-profile.md): The RealmJoin User Profile tab gives users quick access to their apps, account, devices, and groups, with directory roles for admins.
- [User, Group and Device Lists](https://docs.realmjoin.com/ugd-management/user-list.md): Search and browse users, groups, and devices, and open any object's details page from RealmJoin Portal.
- [User Details](https://docs.realmjoin.com/ugd-management/user-list/user-details.md): RealmJoin user details show a single user object's summary and glanceable status such as enabled and member state.
- [Group Details](https://docs.realmjoin.com/ugd-management/user-list/group-details.md): RealmJoin group details for Entra static and dynamic groups, Exchange Online mail-enabled groups and distribution groups, and Microsoft 365 groups.
- [Device Details](https://docs.realmjoin.com/ugd-management/user-list/device-details.md): RealmJoin device details show a single device's logged-on user, installed apps, and security recommendations with status.
- [User and Group Settings](https://docs.realmjoin.com/ugd-management/user-and-group-settings.md): RealmJoin Client settings and features like LAPS applied at tenant, group, or user scope, with narrower scopes overriding broader ones.
- [Available RealmJoin Policies](https://docs.realmjoin.com/ugd-management/user-and-group-settings/additional-settings.md): Reference of available RealmJoin Client settings and policies configurable per user or group.


---

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