# Application

Applications are small, configurable micro services, designed to be configured by the user to represent real world technical infrastructure and systems such as electrical infrastructure or water systems.

After configuration, application service feeds data to [AI ](/ai.md)models, [reporting ](/reports.md)engine, [notification ](/notifications.md)engine and other related micro-services.

<figure><img src="/files/R4iK2Ifby2hub4otA74P" alt=""><figcaption><p>Application List</p></figcaption></figure>

Similar to [virtual form assets](/asset/asset-types.md), users needed to inputs necessary information with pre-determined form structure specifically designed to specific application.

Depending on application types, users might asked to tagged different fields and input constants.

<figure><img src="/files/kVydMxTjKpUrB6TJfnVY" alt=""><figcaption><p>Energy Application Form to Tag Energy Related Parameters in Asset's Data Fields</p></figcaption></figure>

After tagging and inputting constants, user may asked to draw the network of physical system to digitize relationships for algorithms and AI models.

<figure><img src="/files/dOmrAX6NWXB7HxH2iR3e" alt=""><figcaption><p>Example for Drag-drop Network Design For Energy Application</p></figcaption></figure>

Network view also can be seen with "network view" button.

<figure><img src="/files/wlB3rsM9J8wH0bTpwANe" alt=""><figcaption><p>Network View Menu with Details</p></figcaption></figure>

Users can also integrate AI agents and models directly in to assets or fields in network with enterprise [licensing](/licensing.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/application.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.
