# Asset Design

**Asset Design** is a general purpose tool for the management of Assets modeled as OWL individuals.&#x20;

The GUI enable to select the root graph to query and select the available individuals filtered according to an OWL Class. It is also possible to create new individuals by instantiating the selected OWL Class.

The selected individual can be explored and updated according to the following properties:

* **URI** (Uniform Resource Identifier), i.e. a unique identifier
* **Class**, i.e. tha actual class the individual belongs to
* **Description**
* **Placement**
* **Its Model**
* **Modeled Objects**
* **Parent Object**, in case of components in a hierarchy
* **Assignments to** other assets
* **Connected to** other assets
* **Container**, i.e. element that contains the asset (e.g. a building)
* assets that it **Contains**
* **Failure modes**
* **Representation**, i.e. 3D model
* **Capacity** in case of a buffer element

![](/files/Utob2ikgYeiPtBWRxNnb)


---

# 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://virtualfactory.gitbook.io/vlft/tools/ontoguiweb/modules/asset-design.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.
