# Cloud coverage

The cloud coverage diagram reports, for every month of the year the frequency of "clear", "cloudy" or "intermediate" conditions.

As the Cloud cover is reported in tenths of coverage (i.e. 0 is 0/10 covered. 10 is total coverage) for the purpose of this graph we have simplified the scale as per the table below.

| Categorization          | Color | Tenth of coverage |
| ----------------------- | ----- | ----------------- |
| Clear (BELOW range)     |       | 0                 |
| Clear (BELOW range)     |       | 1                 |
| Clear (BELOW range)     |       | 2                 |
| Clear (BELOW range)     |       | 3                 |
| Intermediate (IN range) |       | 4                 |
| Intermediate (IN range) |       | 5                 |
| Intermediate (IN range) |       | 6                 |
| Intermediate (IN range) |       | 7                 |
| Cloudy (ABOVE range)    |       | 8                 |
| Cloudy (ABOVE range)    |       | 9                 |
| Cloudy (ABOVE range)    |       | 10                |

<figure><img src="/files/hagjuGhlu7T22umY36CZ" alt=""><figcaption><p>Example cloud coverage graph for San Francisco, USA</p></figcaption></figure>


---

# 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/sun-and-cloud/cloud-coverage.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.
