# Asset management

## General information

We support 5 types of assets:

<figure><img src="/files/Ec19bw5NO5axvKIvOyDd" alt="" width="199"><figcaption></figcaption></figure>

Our platform uses them to manage scans and scan results.

This is how it works:

1. You create/import asset (for example any repository)
2. Portal sends this repository in `REPOSITORY` variable to auditor
3. Auditor performs scans and calls Portal's API endpoint with REPOSITORY parameter and a report from scanner
4. Now portal knows where to put all asset-related vulnerabilities


---

# 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.whitespots.io/appsec-portal/features/asset-management.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.
