> 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/adding-data.md).

# Adding Data

To add data to a project, select a data source, then drag and drop it onto the map.

{% hint style="info" %}
You can add the same data source multiple times: each addition creates a new spatial layer or data table in the project.
{% endhint %}

* Spatial data appears in the **Layers** section of the project.
* Data tables appear in the **Tabular Data** section.

Once data is added, you can organize and configure the layers as needed.

## Adding Data from WMS/WMTS Data Sources

Adding data from WMS/WMTS data sources has certain particularities. When you add a WMS/WMTS data source as a layer to a project, the layer is created based on the information provided by the GetCapabilities request:

* Includes the first available layer that supports EPSG:3857.
* Includes the first available style for the layer.
* Uses PNG image format. If PNG is not available, JPG/JPEG is used; otherwise, the first available format from the service is used.

If the WMS/WMTS service does not meet one of these requirements (for example, no layer supports EPSG:3857), the layer is not created and an error message notifies the user.
