# Comfort

The "Comfort" widget displays the comfort level of a room. The comfort level is calculated from the ratio of temperature and humidity. The room in question must therefore be equipped with sensors that can measure these values.

<div data-full-width="true"><figure><img src="https://3489494878-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F9GvUpaatBiReR43XFSMg%2Fuploads%2F7GUCj2G4fyk6i0cUxnUW%2F345E6257-3B69-4FC3-A1C2-4C17E22CC12A.png?alt=media&#x26;token=6108ba05-e4bf-4ac8-af20-5c4dfc9a1f1d" alt=""><figcaption><p>The "Comfort" widget</p></figcaption></figure></div>

The temperature is displayed on the X-axis. The humidity is displayed on the Y-axis.

If the black indicator is in the green area, the comfort is good.

If the black indicator is in the yellow area, the comfort is still acceptable.

If the black indicator is outside the yellow and green areas, the comfort is poor.

## Configure Widget

{% @supademo/embed url="<https://app.supademo.com/demo/bm5RVse6XnQMdMroJIpU0>" demoId="bm5RVse6XnQMdMroJIpU0" fullWidth="true" %}

1. Make sure you are in the "Dashboard" menu
2. Click on "Add widget"
3. Click on "View"
4. Click on "Comfort"
5. Select the primary asset. This is the asset for which alarms exist. The name of this asset appears in the title bar of the widget.
6. Select the asset with which the temperature is measured
7. Select the asset with which the humidity is measured.
8. Optional: Select how much space your new widget should occupy on the dashboard.
9. Select the primary asset. This is the asset for which alarms exist. The name of this asset appears in the title bar of the widget.


---

# 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.buildings.ability.abb/collection/platform/live-cockpit/widgets/predefined-widgets/comfort.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.
