# Dashboard

The dashboard is the first thing you see when you open Appfarm Create. It provides important information about your solution's status, upcoming maintenance, resource usage and access to release notes.

<figure><img src="/files/N9q3PkbuOAVWboiudrVp" alt=""><figcaption><p>The Dashboard in Appfarm Create</p></figcaption></figure>

## Release info

Get information on the latest Appfarm release with a full changelog available.

## Cluster status

See the aggregated health status of all your active environments. In the case of any issues, you can find more details under [Deploy](/reference/operations/deploy.md).

## Appfarm platform status

See the latest Appfarm platform status and information about any upcoming maintenance. More details and status history are available on [status.appfarm.io](https://status.appfarm.io/).

## Resource usage

Get an overview of the number of apps, number of users, available storage, and sent SMS for your solution.


---

# 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://docs.appfarm.io/reference/dashboard.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.
