> For the complete documentation index, see [llms.txt](https://docs.prismacloud.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.prismacloud.io/content-collections/data-security-posture-management/how-to-articles/assets-and-files/monitor-assets-that-have-not-been-accessed-or-modified-for-90-days.md).

# Monitor Assets That Have Not Been Accessed or Modified for 90 Days

This article describes how to do the following:

* Monitor and track the timestamp of the last read or write operation on a data store, along with the identity of the user who performed the action.
* Locate and manage stale assets

### Monitor when an asset was last accessed or modified

* Navigate to the storage bucket whose asset you want to view.
  * In Prisma Cloud DSPM, click Inventory.
  * In Inventory, click the name of the specific storage bucket you want to monitor.\
    ![](/files/hWu0JQKEYv6Qynz0dhdQ)
* In the right pane of the bucket window, scroll down to the Asset Freshness section.
  * Track if an asset is Fresh, indicating the last read or write operation on the data store occurred within the last 90 days.
  * Track if an asset is Stale, indicating the last read or write operation on a data store occurred more than 90 days ago.
  * View the identity of the user who performed the last read or write operation.
* Leverage the Asset Freshness feature to assess if a stale asset is actually needed.\
  ![](/files/iMICIfRv701NkxtGATio)


---

# 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.prismacloud.io/content-collections/data-security-posture-management/how-to-articles/assets-and-files/monitor-assets-that-have-not-been-accessed-or-modified-for-90-days.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.
