# Dashboard

The **Dashboard** is the home section of JMap Cloud Portal. As its name suggests, it provides an overview of the state of resources such as projects and data sources, and also allows some resources to be created directly.

The dashboard interface presents several cards summarizing the organization’s resources.&#x20;

<figure><img src="/files/Y4dIrEohxQKyuCdKvxiB" alt=""><figcaption></figcaption></figure>

<table data-header-hidden><thead><tr><th width="93" align="center" valign="top"></th><th></th></tr></thead><tbody><tr><td align="center" valign="top">1</td><td><p><strong>Projects</strong><br>Displays the number of projects you can access, either because you are the owner or because you have permission to access them.</p><p>You can create a new project directly from this card.</p></td></tr><tr><td align="center" valign="top">2</td><td><p><strong>API Keys</strong><br>Displays the number of API keys configured by your organization.</p><p>Only members with the Administrator role can see this card.</p><p>You can create a new API key directly from this card.</p></td></tr><tr><td align="center" valign="top">3</td><td><strong>Data Sources</strong><br>Displays the number of data sources you can access, either because you are the owner or because you have access permissions.</td></tr><tr><td align="center" valign="top">4</td><td><p><strong>Data storage usage</strong><br>Displays the organization’s data volume stored in JMap Cloud.</p><p>The total volume is shown, along with a breakdown for: database storage, attachments, converted raster files, vector tile caches, and uploaded files.</p><p>This information is useful for estimating the organization’s data storage requirements.</p><p>Only members with the Administrator role can see this card.</p></td></tr></tbody></table>


---

# 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.jmapcloud.io/en/jmap-cloud-portal/user-guide-for-jmap-cloud-portal/introduction/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.
