# Virtual Sensor

Virtual Sensors are virtual assets explained in [asset types](/asset/asset-types.md#virtual-assets).

It creates an option to you create a source without a physical device representation. There is three type of virtual sensor: Virtual Value, Virtual Form, Virtual Simulation.

Virtual Value is often used when you need a empty sensor that you can set output of a rule without interacting with physical device data.

Virtual Form is often used when you want a simple placeholder sensors that store constant data. You can enter your constants or variable within a simple form.

Simulation is a virtual representation of a physical device or a situation with some custom configurations.&#x20;

<figure><img src="/files/zBqnB7mIvMPh6eGnbrus" alt=""><figcaption></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://docs.skysens.io/sources/virtual-sensor.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.
