> For the complete documentation index, see [llms.txt](https://cbe-berkeley.gitbook.io/clima/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cbe-berkeley.gitbook.io/clima/documentation.md).

# Documentation

- [Overview](https://cbe-berkeley.gitbook.io/clima/documentation/main-features.md)
- [Weather file repositories](https://cbe-berkeley.gitbook.io/clima/documentation/weather-file-repositories.md)
- [Tabs Explained](https://cbe-berkeley.gitbook.io/clima/documentation/tabs-explained.md): The following sections will explain the tabs organizing the structure of CBE Clima
- [Select Weather File](https://cbe-berkeley.gitbook.io/clima/documentation/tabs-explained/tab-home.md): This page explains how a user can load an EPW file in the Clima tool
- [Climate Summary](https://cbe-berkeley.gitbook.io/clima/documentation/tabs-explained/tab-summary.md)
- [Degree Days Explained](https://cbe-berkeley.gitbook.io/clima/documentation/tabs-explained/tab-summary/degree-days-explained.md)
- [Climate Profiles Explained](https://cbe-berkeley.gitbook.io/clima/documentation/tabs-explained/tab-summary/climate-profiles-explained.md)
- [Clima Dataframe](https://cbe-berkeley.gitbook.io/clima/documentation/tabs-explained/tab-summary/clima-dataframe.md)
- [Temperature and Humidity](https://cbe-berkeley.gitbook.io/clima/documentation/tabs-explained/temperature-and-humidity.md)
- [Temperatures explained](https://cbe-berkeley.gitbook.io/clima/documentation/tabs-explained/temperature-and-humidity/temperatures-explained.md)
- [Relative humidity explained](https://cbe-berkeley.gitbook.io/clima/documentation/tabs-explained/temperature-and-humidity/relative-humidity-explained.md)
- [Sun and Clouds](https://cbe-berkeley.gitbook.io/clima/documentation/tabs-explained/sun-and-cloud.md)
- [How to read a cartesian sun path diagram](https://cbe-berkeley.gitbook.io/clima/documentation/tabs-explained/sun-and-cloud/how-to-read-a-sun-path-diagram.md)
- [How to read a spherical sun path diagram](https://cbe-berkeley.gitbook.io/clima/documentation/tabs-explained/sun-and-cloud/how-to-read-a-carthesian-sun-path-diagram.md)
- [Global and Diffuse Horizontal Solar Radiation](https://cbe-berkeley.gitbook.io/clima/documentation/tabs-explained/sun-and-cloud/global-and-diffuse-horizontal-solar-radiation.md)
- [Global, Diffuse and Normal solar radiation explained](https://cbe-berkeley.gitbook.io/clima/documentation/tabs-explained/sun-and-cloud/global-and-diffuse-horizontal-solar-radiation/global-diffuse-and-normal-solar-radiation-explained.md)
- [Cloud coverage](https://cbe-berkeley.gitbook.io/clima/documentation/tabs-explained/sun-and-cloud/cloud-coverage.md)
- [Customizable daily and hourly maps](https://cbe-berkeley.gitbook.io/clima/documentation/tabs-explained/sun-and-cloud/customizable-daily-and-hourly-maps.md)
- [Wind](https://cbe-berkeley.gitbook.io/clima/documentation/tabs-explained/wind.md)
- [How to read a Wind Rose](https://cbe-berkeley.gitbook.io/clima/documentation/tabs-explained/wind/how-to-read-a-wind-rose.md)
- [Psychrometric Chart](https://cbe-berkeley.gitbook.io/clima/documentation/tabs-explained/psychrometric-chart.md)
- [How to read a Psychrometric Chart](https://cbe-berkeley.gitbook.io/clima/documentation/tabs-explained/psychrometric-chart/psychrometric-chart-explained.md)
- [Natural Ventilation Potential](https://cbe-berkeley.gitbook.io/clima/documentation/tabs-explained/natural-ventilation.md)
- [Outdoor Comfort](https://cbe-berkeley.gitbook.io/clima/documentation/tabs-explained/outdoor-comfort.md)
- [UTCI explained](https://cbe-berkeley.gitbook.io/clima/documentation/tabs-explained/outdoor-comfort/utci-explained.md)
- [Data Explorer](https://cbe-berkeley.gitbook.io/clima/documentation/tabs-explained/data-explorer.md)
- [Charts Tips and tricks](https://cbe-berkeley.gitbook.io/clima/documentation/tabs-explained/charts-tips-and-tricks.md)


---

# 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://cbe-berkeley.gitbook.io/clima/documentation.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.
