# Quickstart

Welcome to **IntuneAssistant**! Thank you for choosing this tool to enhance your Microsoft Intune management experience. This guide will walk you through the onboarding process to get your tenant connected and ready to use all features.

{% hint style="info" %}
Onboarding connects your Microsoft tenant to IntuneAssistant by consenting our applications to access your Intune environment. This secure process enables the tool to retrieve and display your tenant data while maintaining strict privacy standards.
{% endhint %}

### Why onboarding is needed

Intune Assistant relies on its own API backend. Meaning that only authenticated users with the correct application can use that API backend. Also, the API backend itself relies on permissions. <br>

Two Key Applications

During onboarding, two applications will be registered in your tenant:

1. **IntuneAssistant Application (**&#x33;448bc04-cdbe-4a07-8e24-7e0e6f6980c&#x31;**)** - The main web interface you'll use
2. **IntuneAssistant API Application (**&#x61;fe66ddf-67d4-4d61-8a51-beca7b799f5&#x32;**)** - Handles secure data retrieval from your tenant

{% hint style="warning" %}
Privacy Commitment

**No tenant or user data is stored in the backend database.** Only your tenant ID and domain are registered for licensing and security purposes. All Intune data shown in the application exists only in your browser session and is gone when you log out.
{% endhint %}

## Onboarding Process

Getting started with IntuneAssistant is simple and takes just a few minutes:

{% stepper %}
{% step %}

### Navigate to Onboarding

Go to the [IntuneAssistant onboarding page](https://intuneassistant.cloud/onboarding/customer/) to begin the process.

A few steps are needed to complete onboarding:
{% endstep %}

{% step %}

<figure><img src="https://767629085-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F7yoZjqU1ur9Zf7FN2xiq%2Fuploads%2FCIwee7uxEs4pOZamIPXO%2FCleanShot%202026-03-11%20at%2015.26.24%402x.png?alt=media&#x26;token=797ba106-92b4-4fca-ac96-89344463c64d" alt=""><figcaption></figcaption></figure>

Click on the button "Start Customer Onboarding"
{% endstep %}

{% step %}

### Sign in into your tenant

<figure><img src="https://767629085-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F7yoZjqU1ur9Zf7FN2xiq%2Fuploads%2FaBIZPjkCzhFEsghc8CzK%2FCleanShot%202026-03-11%20at%2015.27.49%402x.png?alt=media&#x26;token=d17b2f55-1a5f-4d80-b0f3-753f9f150707" alt=""><figcaption></figcaption></figure>

A first consent will be asked for the IntuneAssisant App. This app is trusted by the backend API.
{% endstep %}

{% step %}

### Validate Details & Open Consent Page

<figure><img src="https://767629085-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F7yoZjqU1ur9Zf7FN2xiq%2Fuploads%2Fi8jUiAjvJTI0E3n8USEQ%2FCleanShot%202026-03-11%20at%2015.30.05%402x.png?alt=media&#x26;token=5b6b7f7d-2d3f-422e-9949-0a73676aa5f6" alt=""><figcaption></figcaption></figure>

<figure><img src="https://767629085-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F7yoZjqU1ur9Zf7FN2xiq%2Fuploads%2FOf8V2ESS667ONU1lDHUZ%2FCleanShot%202026-03-11%20at%2015.32.32%402x.png?alt=media&#x26;token=713eab6f-eea7-4f45-af87-024140a87e3b" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Welcome to IntuneAssistant

At this point, your tenant is registered in our backend. You can now start using IntuneAssistant features.
{% endstep %}

{% step %}

### Ready to use IntuneAssistant

After successful consent, you'll be redirected back to IntuneAssistant with your tenant fully configured and ready to use. Sign in (using sign in button below) with your organizational account to access the dashboard and start using IntuneAssistant.
{% endstep %}
{% endstepper %}

{% hint style="info" %}
Security & Privacy

**No tenant data is stored in the backend database.** Only your tenant ID and domain are registered for licensing and security purposes. All Intune data shown in the application exists only in your browser session and is removed when you log out.\
For more details, please refer to the [Security page](https://intuneassistant.cloud/security/).
{% endhint %}

### New Applications in Your Tenant

Check your Azure AD App Registrations - you should see two new applications:

* **IntuneAssistant** - Main application for user authentication
* **IntuneAssistant API** - Backend service for data retrieval

## Next Steps

Now that your tenant is onboarded, explore these key areas:

* **Assignment Management** — Start managing your Intune assignments efficiently
* **Device Overview** — Monitor and manage your enrolled devices&#x20;

## Troubleshooting

Having issues with onboarding? Check our troubleshooting guide:

* **Consent errors**: Ensure you have Global Administrator permissions
* **Application not visible**: Check Azure AD App Registrations after 5-10 minutes
* **Access denied**: Verify your account has appropriate Intune permissions

***

**Need help?** Visit the project's GitHub page and create an issue for community support, or [contact our support team](https://docs.intuneassistant.cloud/support) for personalized assistance.

<a href="https://github.com/srozemuller/IntuneAssistant" class="button primary">Visit GitHub Repository</a>


---

# 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.intuneassistant.cloud/getting-started/quickstart.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.
