> For the complete documentation index, see [llms.txt](https://docs.jmapcloud.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.jmapcloud.io/en/jmap-cloud-portal/user-guide-for-jmap-cloud-portal/configuring-project-data.md).

# Configuring Project Data

**Studio** is the section of **JMap Cloud** that allows you to configure a project by adding **spatial or tabular data**, then **organizing** and **configuring the layers**.

The Studio interface is accessible from the project menu <img src="/files/UQSNxytLDFikTQ9e2a9R" alt="" data-size="line">, by selecting the **Open in Studio** option.

## Studio Interface Overview

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

<table data-header-hidden><thead><tr><th width="49.99609375" valign="top">#</th><th valign="top">Description</th></tr></thead><tbody><tr><td valign="top">1</td><td valign="top">Project <strong>name</strong>.</td></tr><tr><td valign="top">2</td><td valign="top">Button to open the project in JMap NG.</td></tr><tr><td valign="top">3</td><td valign="top"><strong>Layers</strong> and <strong>Project</strong> panels. Each panel displays its own information and functions.</td></tr><tr><td valign="top">4</td><td valign="top"><p><strong>Available data sources</strong></p><p>Two tabs: <strong>My sources</strong> and <strong>Shared sources</strong>. </p><p><strong>My sources</strong> displays the data sources (DS) for which you have access permission. </p><p><strong>Shared sources</strong> displays data sources shared by other organizations. </p><p>When you hover over a DS, icons indicating the data type appear. </p><p>The <img src="/files/qHM2vSQKXxHHGfmqGFtZ" alt="" data-size="line"> button opens the DS information interface.</p></td></tr><tr><td valign="top">5</td><td valign="top"><p><strong>Layers panel</strong></p><p>Icons indicate the functions available for the layer set. </p><p>The search bar allows you to filter layers. </p><p>Lists cartographic layers and layer groups. </p><p>When you hover over a layer or group, icons corresponding to available functions appear.</p></td></tr><tr><td valign="top">6</td><td valign="top"><p><strong>Layers panel</strong></p><p>Non-spatial tabular data is displayed in this section. </p><p>When you hover over a table, icons corresponding to available functions appear.</p></td></tr><tr><td valign="top">7</td><td valign="top"><p><strong>Project panel</strong></p><p>Tools to define the project extents: initial extent and maximum extent.</p></td></tr><tr><td valign="top">8</td><td valign="top"><p><strong>Project panel</strong></p><p>Available base maps for the project are displayed here.</p></td></tr><tr><td valign="top">9</td><td valign="top"><p><strong>Zoom</strong></p><p>As you zoom in and out on the map, the zoom level is displayed here. The level ranges from 0 (showing the entire planet - maximum zoom out) to 22 (showing the detail of a very small area - maximum zoom in).</p></td></tr><tr><td valign="top">10</td><td valign="top">The displayed map instantly reflects added data and their configurations.</td></tr></tbody></table>

The following sections describe each feature in detail.


---

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