# Asset

Asset is the main data container for Skysens AgPM platform.It can be used to manipulate and keep data with its unique identification number and can called on any integration layer with this.Please check [integrations](/integrations.md) page for how to call assets from external services.

<figure><img src="/files/vzAEP5ZfX3ufOGLqDB1v" alt=""><figcaption><p>Assets Menu</p></figcaption></figure>

Assets can be a digital or physical data source, a sensor, a machine, a person or just a result of simple calculation.

Assets are being tracked with with their ID (`EUI`) which is unique number in all Skysens system, asset name, asset type, fields (main data), priority information, image of an asset and their history (including notifications, notes, images).

Only Asset ID number is unique.&#x20;

<figure><img src="/files/QNfiZLGqEdfImGI7ddhX" alt=""><figcaption><p>Asset Information at Asset Details Page</p></figcaption></figure>

### Data Fields

Data fields are main data points of Skysens AgPM. Assets can include unlimited number of fields. Depending of type of asset, some of them can keep tens of different assets while others may keep only one field.

Field values can be `null`, `integer`, `string`, `boolean` without any conflict.

Fields cannot be changed once asset is created if it is not a [virtual asset](/asset/asset-types.md).


---

# 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.skysens.io/asset.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.
