> For the complete documentation index, see [llms.txt](https://docs.patchmypc.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.patchmypc.com/patch-my-pc-insights/dashboard-guides/advanced-insights-operating-systems-dashboard/advanced-insights-user-profiles-profiles.md).

# Advanced Insights "User Profiles" Profiles

*Applies to: Patch My PC Advanced Insights*

{% hint style="info" %}
The User Profiles data on this page requires the deployment of the  [Advanced Insights Inventory Extensions](/patch-my-pc-insights/advanced-insights-inventory-extensions.md)

The Delete user profile button on this page requires the Approval of the run Script [Advanced Insights Client Actions](/patch-my-pc-insights/advanced-insights-inventory-extensions/insights-custom-client-actions.md#script-approval)
{% endhint %}

<figure><img src="/files/ZcALbYDR5n64fng3plDe" alt=""><figcaption><p>User profiles inventoried on client devices</p></figcaption></figure>

The User profiles dashboard is data collected from the Inventory Extensions.  Here we are able to display information on:

* Aged Profiles - Users profiles with last logon greater than or equal to 90 days.
* Unknown Age Profiles - User profiles with no last logon date data.
* Orphaned User Profiles - User profiles with no associated user account.
* Conflicting Paths - User profiles on the same device that share the same user profile path.

<figure><img src="/files/DOLYEqYWpDMyhb4O3KTQ" alt=""><figcaption><p>Aged Profiles</p></figcaption></figure>

On each of these reports you will be able to see the Computer name, Account name, Last logged in date, Age and Size of the user profile.

The donut chart breaks down profiles based on size on disk.

<figure><img src="/files/2Fhl2aXqof1k891tES04" alt=""><figcaption><p>User Profile Size</p></figcaption></figure>

The User Profiles chart gives you a full list of inventoried user profiles on client devices but also you have the ability to delete a users profile from a device too.

{% hint style="info" %}
Each profile entry includes a **Delete** button, allowing administrators to remove a user profile from the device entirely.&#x20;

**Warning**: This action permanently deletes the local user profile, including all associated files and settings, from the device.
{% endhint %}

<figure><img src="/files/dSVoIEpLxUaEhf1Vktt9" alt=""><figcaption><p>User Profiles</p></figcaption></figure>


---

# 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.patchmypc.com/patch-my-pc-insights/dashboard-guides/advanced-insights-operating-systems-dashboard/advanced-insights-user-profiles-profiles.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.
