> 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/organizing-data-into-projects.md).

# Organizing Data into Projects

Once the data is integrated, the next step is to organize it into projects, in order to publish it to end users through mapping applications.

A project consists of an ordered list of map layers and non-spatial tabular data. JMap Cloud mapping applications such as JMap NG open these projects to display their content. You can create as many projects as needed to meet your requirements.

Each layer in a project is linked to a [spatial data source](/en/jmap-cloud-portal/user-guide-for-jmap-cloud-portal/integrating-data-data-sources.md), which provides the data displayed. It is possible to:

* reuse the same data source across multiple projects, with different styles or filters,
* or use the same data source multiple times within a single project, in particular to display different filtered views of the same data.

This flexibility enables a customized and targeted presentation of your data, while optimizing reuse.

Projects are secure resources: permissions can be assigned to restrict or grant access to specific users. This allows for precise control over who can view or interact with each project.

The **Projects** section of JMap Cloud Portal allows you to create and manage your projects. Projects can also be created directly from the [Dashboard](/en/jmap-cloud-portal/user-guide-for-jmap-cloud-portal/introduction/dashboard.md).

The following sections describe the steps required to create a project, as well as the management options available for projects you have access to.


---

# 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:

```
GET https://docs.jmapcloud.io/en/jmap-cloud-portal/user-guide-for-jmap-cloud-portal/organizing-data-into-projects.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.
