> For the complete documentation index, see [llms.txt](https://docs.openbrush.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.openbrush.app/user-guide/using-the-open-brush-tools-quick-tools-and-menu-panels/extras-panel/layers-panel.md).

# Layers Panel

<figure><img src="/files/lpzHHILjkt0Amos6vff0" alt="" width="338"><figcaption></figcaption></figure>

The Layers panel organizes a sketch into separate layers. New strokes and imported media are added to the active layer.

## Add and activate layers

1. Select **Add Layer** to create a layer and make it active.
2. Select an existing layer to make that layer active.
3. Use the visibility control beside a layer to show or hide it.

Hidden layers remain part of the sketch but are omitted from exports. This is useful for construction lines, guides or alternate versions that you do not want in an exported model.

## Clear, delete or combine layers

The layer controls can clear the contents of a layer, delete a layer, or squash it into another layer. Squashing moves the source layer's strokes and media into the destination layer and removes the source layer. These actions can be undone.

Use [Move Selection to Current Layer](/user-guide/using-the-open-brush-tools-quick-tools-and-menu-panels/tools-panel/selection-options.md#move-selection-to-layer) when you only want to move or copy selected items rather than combining an entire layer.

## Browse additional layers

The panel displays one page of layers at a time. When the sketch contains more layers than fit on the panel, use the previous and next page buttons to move through them. Selecting an active layer on another page automatically opens the page containing that layer.

Adding layers is not limited by the number of layer buttons visible on one page.

## Name layers

Select a layer name to rename it with the [XR Keyboard](https://github.com/icosa-gallery/open-brush-docs/tree/master/user-guide/xr-keyboard.md).


---

# 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.openbrush.app/user-guide/using-the-open-brush-tools-quick-tools-and-menu-panels/extras-panel/layers-panel.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.
