# Palettes

{% hint style="info" %}
For more information on external devices and their usage please see [Palettes. ](/main-overview/atlas-button/palette-editor.md)
{% endhint %}

<figure><img src="/files/CEEKS5l8jptIpg6DkTP5" alt=""><figcaption><p>Programmer - Palette module showing the addition of a palette into a cue with menu open. </p></figcaption></figure>

### Adding a palette to a cue

Clicking on the palette icon in the programmer will insert a palette cue.&#x20;

### Choosing a palette

Within the inspector a drop down menu displays all available palettes created by the user.&#x20;

### Choosing a palette preset

Within the inspector a drop down menu displays all presets associated with the selected palette.&#x20;

{% hint style="info" %}
Palettes are referenced throughout the cue list. Changing a preset at show settings level will then reflect throughout the show file.&#x20;
{% endhint %}

***

### Functions Associated with Palettes

#### Prewait

Prewait defines the amount of time the given module will wait before starting.&#x20;

{% hint style="success" %}
Atlas will automatically assign a pre-wait time equal to the total duration time of all previous modules of the same type associated with an object.&#x20;
{% endhint %}

#### Duration

Duration defines the amount of time over which the selected action will occur.&#x20;

#### Ignore

Allows the selected programming action to be ignored within the programmer.&#x20;


---

# 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.atlas-control.app/main-overview/programmer/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.
