# Overview

RealmJoin allows you to review and interact with Entra ID objects like users, groups and devices.

It combines information from multiple sources such as Intune, Microsoft Defender, the Windows Autopilot service and sign-in security logs into one single view.

Use the [navigation](/realmjoin-deployment/navigation.md) to inspect your [tenant/organization](/ugd-management/organization-details.md), [users, groups or devices](/ugd-management/user-list.md) and search and drill down across corelated objects and trigger [operations ](/automation/runbooks.md)directly in context.

Users, Groups and Devices all have a list interface to find the object of interest and a [details page](/ugd-management/user-list/user-details.md) for reviewing and interacting with each object individually.

The details pages share some common elements for all these areas:

### **Object Properties**

Every object's detail page will show an overview of the core properties such as

* Name
* Entra ID Object ID
* Object Account Status
* License usage location

The object properties are static and be visible in any tab.

![Core Object Properties](/files/DNRTNjvqd6pgFoNUm4n4)

The right side of the screen shows the current tab, which can be

* "Overview" with more information about the object
* "[Runbooks](#runbooks)" showing available runbooks - as the name implies
* Different [data sources](#data-sources), like Azure AD, Sign in logs etc.

### Runbooks

RealmJoin offers operators the ability to automate day to day tasks using [Runbooks](/automation/runbooks.md). RealmJoin Portal offers context specific runbooks on tenant, device, group and user level via a separate tab.

![Runbook Tab](/files/kma7XHMvUCrZ4soYtKEn)

### Data Sources

RealmJoin Portal collects information from multiple sources. You can review the full source information for every object in source-specific tabs and it is presented as JSON data.

Raw source data is only available to RealmJoin administrators.

![Raw JSON Source Data](/files/ytjtIZLu7MjQ8FZAyN6n)


---

# Agent Instructions: 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/ugd-management/user-group-device-management.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.
