# The Layers Panel

The **Layers** panel lets you configure the map displayed in the application. It contains:

* Details of the project layers with tools to control display and selection
* Base maps
* Tabular data

## Using the Layers Panel

### Select Map Data

1. Click the **Layers** icon <img src="/files/SgPMySlVSNi1Ztp710Y4" alt="" data-size="line"> to open the panel. Layer groups are displayed as cards. Each group can be open (displaying subgroups and layers) or closed (displaying only the name).

   <figure><img src="/files/BDzt6DDMZofEvH2O3Tid" alt=""><figcaption></figcaption></figure>
2. In a group card, click <img src="/files/sT34IeENqxjyutfB1Ox3" alt="" data-size="line"> to open it and display the subgroups and layers it contains. Subgroups are indicated by the Subgroup icon <img src="/files/f2WmyWcVYNsNqeHVpWUX" alt="" data-size="line">, while each layer has its distinctive icon.
3. Click the Group icon <img src="/files/f2WmyWcVYNsNqeHVpWUX" alt="" data-size="line"> to open a subgroup and display its layers. The icon changes to <img src="/files/inu4tC6sFMsoRMg2ab2i" alt="" data-size="line">, indicating that the subgroup is expanded.
4. Click the Subgroup icon <img src="/files/inu4tC6sFMsoRMg2ab2i" alt="" data-size="line"> to close the subgroup.
5. Click the Collapse icon <img src="/files/W9I14gUMOWIXDfldn19D" alt="" data-size="line"> to close the layer group.
6. Hover over a layer to display the available tools. (See the [Data Layers](/en/jmap-ng/jmap-ng-user-guide/data/data-layers.md) section for more details on these tools.)

### Access Tabular Data

In the **TABULAR DATA** group, click the menu icon, then select **Open Table** to display the table in the interface.

<figure><img src="/files/7XH7I1Mcq7sIzibZXcbM" alt=""><figcaption></figcaption></figure>

### Select a Base Map

Select a base map in the **BASE MAP** group. The name of the selected map is displayed with the group name.

<figure><img src="/files/9DzLqStXln0HDu3lCzAs" alt=""><figcaption></figcaption></figure>

Base map attributions are displayed at the bottom of the map.

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

## **Filter Layers**

To quickly find the groups, layers, and tables you're interested in, you can filter the panel content.

1. Click the Filter icon <img src="/files/DOhSNLlAKmGJLVo33k3b" alt="" data-size="line"> to open the **Layer filters** function.

   <figure><img src="/files/M3bRkkVf1xHbEMFrb1bF" alt=""><figcaption></figcaption></figure>
2. Enter text in the Layer name field to filter groups, layers, and tables. The panel displays only those whose names contain your search terms.

   <figure><img src="/files/lhOhHaWuL6AtOwWlFGvC" alt=""><figcaption></figcaption></figure>
3. Click the Execute icon <img src="/files/BXMG9noo6PuDVk8UoejC" alt="" data-size="line"> to apply the filter to the map. Only the filtered groups and layers whose display is enabled appear on the map.

   <figure><img src="/files/LJhaUrFvTEahCKMLWdZI" alt=""><figcaption></figcaption></figure>
4. Click the Filter icon <img src="/files/n3kvk0r5oLE7MhMY6mY2" alt="" data-size="line"> to remove the filter. All groups, layers, and tables reappear in the panel. You must manually enable the display of features to view them on the map.


---

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