# Palettes

Using palettes for creating your scenes makes it is easy to change values without updating the scenes later on. When using a palette, instead of storing the DMX values in the scene, the programmer will store a reference to the selected palettes. The Palettes are also organized per Choreographer as same as the Repository.

![](/files/-MhI_k_Ad7zScg0n0mYu)

Palettes are automatically grouped per Parameter. Once you store values in a palette group, only the channels corresponding to the Parameter will be stored.


---

# 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://help.depence.com/depence-show-and-animation/depence-programmer/depence-palettes.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.
