# Temperature and Humidity

The **Temperature and Humidity** tab presents an overview of [air dry bulb temperature](/clima/documentation/tabs-explained/temperature-and-humidity/temperatures-explained.md) and [relative humidity](/clima/documentation/tabs-explained/temperature-and-humidity/relative-humidity-explained.md) trends.

**Clima** allows the user to visualize the annual data trend through a customizable chart.

<figure><img src="/files/RECqnIY47jrcrPy30oLE" alt=""><figcaption><p>Example: annual dry bulb temperatures trend for <strong>Paris, FRA</strong></p></figcaption></figure>

<figure><img src="/files/7WwRG4MoIXuBc47Xmiym" alt=""><figcaption><p>Example: annual relative humidity trend for <strong>Paris, FRA</strong></p></figcaption></figure>

Daily [scatter plot](https://en.wikipedia.org/wiki/Scatter_plot) shows all hourly data on all days of the month and the typical monthly trend.

<figure><img src="/files/lAAR4ClzSsVrZcAejS1m" alt=""><figcaption><p>Example: daily dry bulb temperatures trend for <strong>Paris, FRA</strong></p></figcaption></figure>

<figure><img src="/files/HMZAKRZtvX6snnyg4sL9" alt=""><figcaption><p>Example: daily relative humidity trend for <strong>Paris, FRA</strong></p></figcaption></figure>

[Heat maps](https://en.wikipedia.org/wiki/Heat_map) allow the intensity of values to be perceived through color palettes throughout the year.

<figure><img src="/files/unryM7LmrvyqRHzEfzUQ" alt=""><figcaption><p>Example: annual dry bulb temperatures heatmap for <strong>Paris, FRA</strong></p></figcaption></figure>

<figure><img src="/files/3BKQztTjvHOyIjjeBLzD" alt=""><figcaption><p>Example: annual relative humidity heatmap for <strong>Paris, FRA</strong></p></figcaption></figure>

### Video Tutorial

Learn more about the Temperature and Relative Humidity tab by watching the following video.

{% embed url="<https://youtu.be/VJ_wOHadVdw?si=a1lgX6Lpt8fUXiCr&t=433>" %}


---

# 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://cbe-berkeley.gitbook.io/clima/documentation/tabs-explained/temperature-and-humidity.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.
