# Things to know

* Only apps **with assignments** will be reported on. Apps created by Patch My PC without assignments will not appear in the report.
* The report only show apps in Intune **created by the Patch My PC publishing service**. These have a unique id stamped in the **notes** property of the app.
* If using **Patch My PC Cloud**, a **Patch My PC category** (eg app, update) must be added to the app deployment since these are not added by default as with the publishing service.
* We use the **beta** version of the Microsoft Graph REST API for some of the data. This version is not general availability and is subject to change (even though we all know Microsoft use it in the Intune portal 😉).
* Success data may not be meaningful in the report unless apps are targeted with **required** assignments.
* The Graph export filters device install status data to include only devices that are reporting a status OTHER than "not applicable". This speeds up the Graph requests, but also means only devices that are applicable for an app will appear in the report.


---

# 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.smsagent.blog/microsoft-endpoint-manager-reporting/patch-my-pc-report/things-to-know.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.
