> For the complete documentation index, see [llms.txt](https://help.aranet.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.aranet.com/aranet-cloud-page/aranet-cloud-landing-page/user-interface-and-core-features/sensors/virtual-sensors/vapour-pressure-deficit-virtual-sensor.md).

# Vapour-Pressure Deficit Virtual Sensor

**Vapor-pressure deficit (VPD)** is one of the methods growers use to measure humidity in a greenhouse or growing environment. It allows growers to gauge the impact of humidity on plant growth and development.

VPD in Aranet Cloud is calculated according to the formula:

<div data-with-frame="true"><figure><img src="https://forum.aranet.com/site/assets/files/4310/ac_vpd_formula.png" alt=""><figcaption></figcaption></figure></div>

Required measurements:

<div data-with-frame="true"><img src="https://forum.aranet.com/site/assets/files/4310/ac_vpd_formula01.png" alt="" width="162"></div>

The default metric of VPD is *kPa.*

To create a virtual VPD sensor, navigate to the **SENSORS** menu -> **VIRTUAL SENSOR**S tab and press the **NEW VIRTUAL SENSOR** button:

<div data-with-frame="true"><figure><img src="/files/38vTfwfvNQQPLDT0rQCZ" alt=""><figcaption></figcaption></figure></div>

Select Vapour-pressure deficit sensor:

<div data-with-frame="true"><figure><img src="/files/QAYC2OkLkhUVlPCize1f" alt=""><figcaption></figcaption></figure></div>

Give the sensor a name, select the source sensors, and press the **CREATE** button:

<div data-with-frame="true"><figure><img src="/files/VEfcUAqAQy5jnEt1mb7F" alt=""><figcaption></figcaption></figure></div>

Sensor is created:

<div data-with-frame="true"><figure><img src="/files/j3RkoXCIuakmZP27unGL" alt=""><figcaption></figcaption></figure></div>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://help.aranet.com/aranet-cloud-page/aranet-cloud-landing-page/user-interface-and-core-features/sensors/virtual-sensors/vapour-pressure-deficit-virtual-sensor.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
