# Overview

The Asset page is a register of your organisation's assets. From here you can view basic details about your assets and their compliance status, and search for specific assets. By clicking on a table title, you can sort by that field.

To add another asset, click the `Add Asset` button. You can view additional information about each asset by clicking on the entry in the list to bring up an expanded view.

<figure><img src="/files/lXhI9deMPf0Z1VNGo3H5" alt=""><figcaption><p>Assets page</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://manual.harpe.io/start/manual/assets/overview.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.
