> For the complete documentation index, see [llms.txt](https://docs.mclimate.eu/mclimate-enterprise/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mclimate.eu/mclimate-enterprise/configuration-and-management/buildings/building-dashboard/mold-detection-summary.md).

# Mold detection summary

An important part of the Enterprise building management system is its ability to predict the potential risk of mold developing. This section gives you an overview of the overall Mold index (the likelihood of mod developing).

You can see it at the top in the form of a number and in a graph, both of which are color coded:

* <mark style="color:green;">Green</mark> - Low Risk
* <mark style="color:orange;">Orange</mark> - Medium Risk
* <mark style="color:red;">Red</mark> - High Risk

If you desire more specific data the second graph shows you the Temperature, Humidity, Dew Point and the calculated Mold Risk (based on the aforementioned 3) for the period. Readings are every hour over a period of 12 hours. This can give you insights into the actual cause of the issue.

<figure><img src="/files/SOpWwOfTb74Y9rtcoNqa" alt=""><figcaption><p>Mold detection summary</p></figcaption></figure>

Last, but not least is a list with the devices that have Medium to High Mold index. You can expand this list into a new screen with the "Check all devices" button. Here you can see devices of all risk levels, for example the image below shows that in addition to the 3 Medium risk ones, you have one that is doing pretty well, perhaps it is in a place with good ventilation.

This compete list is useful as the overall Mold Index is an average over all devices, thus it might be Medium or High, yet some devices/spaces might be doing ok.

<figure><img src="/files/6JW7foQAWT4QbvDVwdr2" alt=""><figcaption><p>Mold index of all devices</p></figcaption></figure>


---

# 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://docs.mclimate.eu/mclimate-enterprise/configuration-and-management/buildings/building-dashboard/mold-detection-summary.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.
