# Asset Details

Each asset has a dedicated page showing its core metadata, active alerts, and (where relevant) similar assets, plus a clear [Asset Health](/guides/inventory/asset-health.md) label so you can see at a glance whether it’s healthy, unhealthy, or not assessed.

### View an asset

1. Use the **Search** bar or apply filters to locate your asset.
2. Click the asset row to open its detail page with metadata, lineage, and health information.
3. Export (optional):
   * Single asset: On the asset page, select **Export** to download a CSV.
   * Multiple assets: In the inventory table, select the checkboxes and choose **Export** to download a CSV of the selected items.

> Tip: Exports include the columns currently visible and respect your filters.

<figure><img src="/files/BLV1A9nHVfGhSTNtQ8AX" alt=""><figcaption><p>Screenshot of a Power BI Report</p></figcaption></figure>


---

# 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.datalogz.io/guides/inventory/asset-details.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.
