# Layers

When your dashboard contains a large number of elements, the Layers feature can be used to group, manage, and arrange elements. Let's take a look!&#x20;

Navigate to the Properties tab > Board > Layers to open the layers pane.

<figure><img src="/files/EpykKSp77fv1T0BkuU2j" alt=""><figcaption><p>Layers tab in Analytics+</p></figcaption></figure>

### 1. Hiding elements

Right-click on the element and select Show/Hide from the context menu to hide or display elements. You can also use the<img src="/files/7C8TH4mP6TSpds35e4gG" alt="" data-size="original">icon that appears on hovering over an element. Hidden elements will be grayed out in the Layers pane.

<figure><img src="/files/GvWUclxQgHbBcLWan3IR" alt=""><figcaption><p>Hiding and showing elements</p></figcaption></figure>

### 2. Bringing elements to the front

Notice how the card elements at the top are behind the charts - we need to bring them forward to resize and align them. To send elements to the background or bring elements to the foreground, click on the element and select the **Bring Front** or **Bring Back** options.

<figure><img src="/files/XUGSUqGxJzQbMguSLg4I" alt=""><figcaption><p>Bring front and Send back</p></figcaption></figure>

### 3. Creating groups

You can club elements together to form a group. Groups come in useful when you need to perform bulk operations like deleting or duplicating elements.  Select the elements in the layer pane and click the **Group** button from the context menu to create a group.

<div><figure><img src="/files/knOvPukbHBQP7Cuxj6IK" alt=""><figcaption><p>Creating a group</p></figcaption></figure> <figure><img src="/files/HC4PzwX5UAL3zk3kOmsU" alt=""><figcaption><p>Group created</p></figcaption></figure></div>

You can rename groups for easy identification. You can also duplicate and delete them from the context menu.

Select the group and choose **UnGroup Selection** from the context menu to ungroup elements.

{% hint style="warning" %}
The **Reset** option will remove all configurations and customizations. You will need to choose the element type and re-configure them from scratch.
{% endhint %}

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

Grouped elements will be treated as a single entity and can be repositioned easily without having to drag and drop each element.&#x20;

<figure><img src="/files/hQfM6AEwdhlaDb0bOPjI" alt=""><figcaption><p>Repositioning groups</p></figcaption></figure>

One main application of groups is for creating tabbed dashboards using the Navigation feature which we will cover in the next section.

### 4. Moving elements in the list

When you have a dashboard with a large number of elements, you can use the **Bring Foreward** and **Bring Backward** options to move them above or below the next element.

<div><figure><img src="/files/J7apWE0fr03WPtdYNnKF" alt=""><figcaption><p>Bring foreward option</p></figcaption></figure> <figure><img src="/files/ENr3XbvQXynHHoLBI4rI" alt=""><figcaption><p>Text element moved above Group 3</p></figcaption></figure></div>


---

# 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.inforiver.com/analytics+/storyboard/layers.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.
