> 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-ng/jmap-ng-user-guide/data/data-layers.md).

# Data Layers

The card for each layer contains information such as the name, the presence of styles, etc.

To access the available tools, hover over the layer card.

<figure><img src="/files/SsjBMuVZXHDM8zFmlCjL" alt="" width="360"><figcaption></figcaption></figure>

<table data-header-hidden><thead><tr><th width="150.05859375" align="center" valign="top"></th><th valign="top"></th></tr></thead><tbody><tr><td align="center" valign="top"><img src="/files/o3Zds38Hmowp3uClW24k" alt="" data-size="line"></td><td valign="top"><p><strong>Layer icon</strong><br>Reproduces the layer style (appearance of features). </p><p>A number on the icon indicates that at least one style is configured. </p><p>See the <a href="/pages/yN8YRJZnw1xOS76hFVIg">Styles</a> section for details.</p></td></tr><tr><td align="center" valign="top"><em>Ecological Interest</em></td><td valign="top"><p><strong>Layer name</strong></p><p>Identifies the layer. </p></td></tr><tr><td align="center" valign="top"><img src="/files/EsDnKTZxv92R1TMvRf9P" alt="" data-size="original"></td><td valign="top">If metadata is configured, a tooltip displays it on hover.</td></tr><tr><td align="center" valign="top"><img src="/files/gp081qmrI0wuAFA2e0DN" alt="" data-size="line"></td><td valign="top"><p><strong>Selection</strong></p><p>Makes the layer features selectable for editing or interactive selection. </p><p>See the <a href="/pages/xPTCqMriUvZ2Ci0wLo9q">Making Layer Features Selectable</a> section for more details.</p></td></tr><tr><td align="center" valign="top"><p><img src="/files/jir0XhmYacyczspmZW7v" alt="" data-size="line"></p><p></p></td><td valign="top"><p><strong>Display</strong></p><p>Enables or disables the display of the layer on the map. See the <a href="/pages/CEQeJc5iScl0fQCfBgXI">Displaying Layers</a> section for more details.</p></td></tr><tr><td align="center" valign="top"><img src="/files/8iH5Z6Q6cQMCE2Q4vcBS" alt="" data-size="line"></td><td valign="top"><p><strong>Menu</strong></p><p>Depending on the data type, contains:</p><ul><li><img src="/files/ldNQVQFmhGxGYZQkmxct" alt="" data-size="line"> More information (see the <a href="/pages/PsGXsHa4cnJZSQCbHfft">Information</a> section for details)</li><li><img src="/files/600GBCqZa1X8E1osxSFn" alt="" data-size="line"> Styles (see the <a href="/pages/yN8YRJZnw1xOS76hFVIg">Styles</a> section for details)</li><li><img src="/files/Rwd8MdcfKsc77tJVpBE9" alt="" data-size="line"> Show layer extent (see <a href="/pages/XE0Jbmswtzv58sQq5HpV">Geographic Extent </a>section for details)</li><li><img src="/files/FGiN7l53RGGgUXzm1Eyf" alt="" data-size="line"> Filter features on the map (see <a href="/pages/8sx65kci8Oyf7Obth7xp">Filtering Features</a> section for details)</li></ul></td></tr></tbody></table>


---

# 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-ng/jmap-ng-user-guide/data/data-layers.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.
