# Climate Summary

The top section of the page provides information about the selected location such as longitude, latitude, and [Koppen-Geiger](https://en.wikipedia.org/wiki/K%C3%B6ppen_climate_classification) climate zone. Via this page, the user can also download the EPW data and the [`Clima Dataframe`](/clima/documentation/tabs-explained/tab-summary/clima-dataframe.md) used to generate the plots, as shown below.

![Tab summary top](/files/-MiPrqWk81OC7w5CcKhZ)

The bottom section of the page comprises the heating and cooling degree day chart and four violin plots showing the distribution of the dry-bulb air temperature (Tdb), relative humidity (RH), Global Horizontal Irradiance (GHI), and wind speed (U).

![Tab summary top](/files/-MiPrqWludecB0b5CoN1)

## Video Tutorial

Learn more about the Climate Summary tab by watching the following video.

{% embed url="<https://youtu.be/VJ_wOHadVdw?si=H-93XRhh5Neuby_b&t=220>" %}


---

# 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/tab-summary.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.
