# Layers

Layers allow you to separate behaviors into multiple interchangeable Stacks. The idea is that the lower Layers are more stable and host Stacks that deal with static controller mappings (group, master faders for instance), choosing between or merging behaviors generated by the higher layers, etc.

The current layer is indicated via the Layer Indicator, shown below.

![The Layer Indicator, found in the bottom right corner.](/files/-LgC1mXyrLpYrXbeB7Zt)

The result of the Base (lowest) layer is what eventually goes out into the Fixture. If you want to use generated Aspects from other layers, you have to employ the Source.Layer Block in your Stack.

| What            | How                                                           |
| --------------- | ------------------------------------------------------------- |
| Go Up a Layer   | Press PageUp or Click the Up Arrow in the Layer Indicator     |
| Go Down a Layer | Press PageDown or Click the Down Arrow in the Layer Indicator |

![Example of a Base layer. This one allows fading between the 2 layers above and full white while also giving you individual group faders and a master fader.](/files/-LgC0wkF63N-XT4ZYL0s)


---

# 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.scenic.tools/guide/blocks/stacks/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.
