> For the complete documentation index, see [llms.txt](https://support.hivo.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.hivo.co/approvals/asset-readiness-report.md).

# Asset Readiness Report

The "**Asset Readiness**" Tab is the centralized management area for viewing all inspection results regarding the readiness level of assets within the system.

👉 This report displays the readiness check results for every asset that has been run Asset readiness, allowing users to:

* *Easily view the status without needing to access each individual asset.*
* *Quickly assess the overall readiness levels.*
* *Helps users quickly process assets that do not meet requirements (failed), reducing approval risks.*
* *Every asset is checked and meets standards before being used or approved, maintaining data consistency and quality across the system.*

### How to use Asset Readiness Report

**🔹 Step 1: Open Asset Readiness Report**

* Go to the Approval feature on the left navigation bar
* Then, select **Asset Readiness tabs**

<figure><img src="/files/zvbz7fdG3gRHSOi2vaYZ" alt=""><figcaption></figcaption></figure>

**🔹 Step 2: Information Displayed in the Report**

* Users can filter the readiness report list by: **Time range; Asset version**
* Each row in the report displays the following key information:
  * **Asset Name:** The name of the asset.
  * **Version:** The asset version.
  * **Requested Time:** The time the readiness check was requested.
  * **Requested By:** The user who submitted the request.
  * **Readiness Level:** The readiness level of the asset.

**🔹 Step 3: View Details and Take Action**

Users can click on the asset name to:

* Navigate to the Asset Detail Page.
* View the full information in the [**Asset Readiness Summary**](https://support.hivo.co/assets/asset-readiness#step-3-view-results-on-the-asset-detail-page).
* Perform corrective actions when an asset has failed the check, such as send Upload Approval, editing metadata, tags, or Delete.

{% @howdygo/embed url="<https://app.howdygo.com/share/0380b940-de65-46ae-83db-1347388480e3>" %}

If you have any questions, don't hesitate to ask, we're always here to help!


---

# 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://support.hivo.co/approvals/asset-readiness-report.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.
