> For the complete documentation index, see [llms.txt](https://docs.autopilotmonitor.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.autopilotmonitor.com/welcome.md).

# Welcome

**Autopilot Monitor** gives IT admins and MSPs real-time visibility into Windows Autopilot enrollments — device provisioning sessions, the Enrollment Status Page (ESP), app and script installations, and completion, all streamed live to a central portal. Automated analyze rules flag problems as they happen and tell you how to fix them, before your users ever notice.

{% hint style="info" %}
Autopilot Monitor is **publicly available** — the **Community plan** is free; sign in with your work account and your tenant is activated after a short activation step. See [Plans](/plans.md) for what's available today and what's coming.
{% endhint %}

## Where to go next

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>🚀 Getting Started</strong></td><td>Onboard your tenant, deploy the agent via Intune, and watch your first enrollment live.</td><td><a href="/pages/WKZw2Gugd2h9UIsimOMW">/pages/WKZw2Gugd2h9UIsimOMW</a></td></tr><tr><td><strong>📐 Concepts</strong></td><td>Sessions, statuses, roles, and how the temporary enrollment agent works under the hood.</td><td><a href="/pages/tzihdWf6A1ZyrseHJlll">/pages/tzihdWf6A1ZyrseHJlll</a></td></tr><tr><td><strong>🧩 Rules</strong></td><td>Let built-in rules analyze every enrollment automatically — and build your own with the cookbook.</td><td><a href="/pages/5N8g4FiavAd36erH1nr5">/pages/5N8g4FiavAd36erH1nr5</a></td></tr><tr><td><strong>🔔 Integrations</strong></td><td>Teams, Slack, and webhook notifications — plus AI-powered analysis via MCP.</td><td><a href="/pages/WAg1vs1QNkafsJ1jiHnD">/pages/WAg1vs1QNkafsJ1jiHnD</a></td></tr><tr><td><strong>📖 Reference</strong></td><td>Every setting, agent command-line parameter, and the bootstrap script explained.</td><td><a href="/pages/1vvEA7OxKNjAHJWIFd5j">/pages/1vvEA7OxKNjAHJWIFd5j</a></td></tr><tr><td><strong>🛟 Troubleshooting</strong></td><td>FAQ, common problems, and how to collect diagnostics when something goes wrong.</td><td><a href="/pages/vP8McRx13C9B0Su5USmn">/pages/vP8McRx13C9B0Su5USmn</a></td></tr></tbody></table>

## What is Autopilot Monitor?

Windows Autopilot enrollment is a black box: when a device gets stuck at the Enrollment Status Page, the only built-in answer is "wait, then reset." Autopilot Monitor opens that box. A lightweight, temporary agent runs on the device during enrollment, streams every meaningful signal — ESP phases, Win32/LOB app installs, PowerShell scripts, policies, performance, security posture — to the portal, and removes itself when enrollment completes.

On top of that live timeline, **analyze rules** evaluate every session automatically: they detect failed detections, dependency chains, disk exhaustion, certificate problems, unexpected local admins, and much more — each finding comes with a confidence score, an explanation, and concrete remediation steps. You can use the built-in rules, adapt templates, or write your own.


---

# 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.autopilotmonitor.com/welcome.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.
