> 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/getting-started/main-dashboard.md).

# Main Screen

## First glance

The main screen is the central place to control and monitor your devices. It gives you a live overview over your buildings, assets and their settings and condition.

If you are just getting started the screen will not be populated and you will be invite to create your first Building. Enterprise has a top-down structure and Buildings are required in order to register devices with the platform.

<figure><img src="/files/4NmaELNX4S7OggFjRKPK" alt=""><figcaption><p>Enterprise Main screen</p></figcaption></figure>

On the left you have your navigation bar where you can access your Buildings (once you have created a few) and the [Integration panel](https://enterprise.mclimate.eu/integrations) that will let you connect different platforms to MClimate enterprise in order to send your data (TTN, ChirpStack for example).

Select the platform you are using and click on the "Learn more" link to get to its section in our Documentation center. There you will find information on how to configure the Integration.

<figure><img src="/files/zzr76AwSTrZ2jBzUEt7i" alt=""><figcaption><p>Enterprise Integrations section</p></figcaption></figure>

There is also a "Resources" section in the sidebar with links to:

* Solutions page - explore different applications like Heating and Water control. Choose a solution that fits your needs from Hardware only to End-to-End, get in contact with MClimate to discuss your needs
* LoRaWAN Resources - a collection of information about all MClimate devices, accessories, supported platforms and useful tools.


---

# 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/getting-started/main-dashboard.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.
