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

# Application Management

- [Deployment Methods: RealmJoin Agent vs. Intune](https://docs.realmjoin.com/application-management/deployment-methods.md): Comparison of the two ways to deploy Windows packages with RealmJoin — native Intune deployment (intunewin + Intune Management Extension) versus RealmJoin Agent deployment — and the additional capabil
- [Packages](https://docs.realmjoin.com/application-management/packages.md): RealmJoin's catalogue of ready-to-use Windows and macOS application packages deployable via RealmJoin Client or Microsoft Intune.
- [Package Store](https://docs.realmjoin.com/application-management/packages/package-store.md): The RealmJoin Package Store is a maintained library of ready-to-use packages deployable via RealmJoin Client or Intune.
- [Package Subscription Options](https://docs.realmjoin.com/application-management/packages/package-store/package-store-details.md): Subscribe to RealmJoin Package Store packages as managed or basic and deploy them via Intune or the RealmJoin agent.
- [Package Migration](https://docs.realmjoin.com/application-management/packages/package-store/package-migration.md): Packages can be migrated to "Managed" if previously deployed as "Basic".
- [Package Management Overview](https://docs.realmjoin.com/application-management/packages/package-management.md): RealmJoin Package Management lists all packages across RealmJoin and Microsoft Intune to filter, search, sort, and manage version updates.
- [Package Configuration and Assignments](https://docs.realmjoin.com/application-management/packages/package-deployment.md): RealmJoin package subscriptions and assignment types such as Main (Required) and Available, for deploying software via RealmJoin or Intune.
- [Update Group](https://docs.realmjoin.com/application-management/packages/update-group.md): Keep Intune "Available" managed apps up to date with the optional per-package Update Group, which temporarily assigns outdated devices as Required.
- [Package Details](https://docs.realmjoin.com/application-management/packages/package-details.md): The RealmJoin package details page shows a single package's properties and manages its user assignments and updates.
- [Package Settings](https://docs.realmjoin.com/application-management/packages/package-settings.md): This page details the different settings available for deployed packages
- [Packaging Requests](https://docs.realmjoin.com/application-management/packages/packaging-requests.md): RealmJoin provides Packaging‑as‑a‑Service (PACKaaS) for applications not available in the RJ Store or for outdated packages. For details, contact your RealmJoin consultant, partner, or support team.
- [Packaging Roles & Responsibilities](https://docs.realmjoin.com/application-management/packages/packaging-requests/packaging-roles-and-responsibilities.md): RealmJoin maintained versus unmaintained package types and update responsibilities split between the Packaging Factory and customers.
- [Application Package Testing](https://docs.realmjoin.com/application-management/packages/packaging-requests/application-package-testing.md): RealmJoin's four-stage package testing cycle validates installation mechanics, exit codes, and deployment behavior for packaging requests.
- [Organic Packages](https://docs.realmjoin.com/application-management/packages/packaging-requests/organic-packages.md): RealmJoin organic packages build from uploaded .zip files and publish automatically to the Package Store for binary file transport.
- [Migration Guide: RealmJoin to Intune Managed Packages](https://docs.realmjoin.com/application-management/packages/migration-guide-realmjoin-to-intune-managed-packages.md): This document outlines the best practices for transitioning package management from RealmJoin managed packages to Intune managed packages.


---

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