# MAIN OVERVIEW

- [Cuelist](https://help.atlas-control.app/main-overview/cuelist.md): The Cuelist allows programmed actions to be replayed within Atlas. These can be triggered locally, via timecode or OSC.
- [Programmer](https://help.atlas-control.app/main-overview/programmer.md): The Programmer allows users to choreograph their sequences for playback within Atlas.
- [Module Selector](https://help.atlas-control.app/main-overview/programmer/module-selector.md): The module selector allows users to quickly select objects for programming actions.
- [Palettes](https://help.atlas-control.app/main-overview/programmer/palettes.md): Actions associated with palettes within the programming inspector.
- [External Devices](https://help.atlas-control.app/main-overview/programmer/external-devices.md): Actions associated with external devices within the programming inspector.
- [Object Properties Inspector](https://help.atlas-control.app/main-overview/programmer/object-properties-inspector.md): Displays the currently selected programming modules parameters.
- [Position Module](https://help.atlas-control.app/main-overview/programmer/object-properties-inspector/position-module.md): This module allows objects to be moved within the programmer. Single points, custom journeys and trackers are all available options.
- [Spread Module](https://help.atlas-control.app/main-overview/programmer/object-properties-inspector/spread-module.md): This module allows an objects spread/width to be adjusted within the programmer.
- [Shape Module](https://help.atlas-control.app/main-overview/programmer/object-properties-inspector/shape-module.md): This module allows objects to be moved within predefined shape patterns within the programmer.
- [Reference Module](https://help.atlas-control.app/main-overview/programmer/object-properties-inspector/reference-module.md): This module allows objects to be referenced as still onstage within the programmer and allows Atlas to know that it is still relevant to the show.
- [Overview Window](https://help.atlas-control.app/main-overview/overview-window.md): The overview window(s) shows the position and parameters of objects within the system.
- [Overview Actions](https://help.atlas-control.app/main-overview/overview-window/overview-actions.md): The overview window in Atlas provides the user with useful realtime functionality. These actions exist in both the captive overview and external overview window.
- [Object Overview](https://help.atlas-control.app/main-overview/overview-window/object-overview.md): The Object Overview allows users to determine the realtime values of objects alongside making quick realtime changes to objects parameters.
- [Toolbar](https://help.atlas-control.app/main-overview/toolbar.md)
- [Spatial Audio Devices](https://help.atlas-control.app/main-overview/toolbar/spatial-audio-devices.md): Spatial audio engines are at the heart of Atlas's show control.
- [External Devices](https://help.atlas-control.app/main-overview/toolbar/external-devices.md)
- [External Controllers](https://help.atlas-control.app/main-overview/toolbar/external-controllers.md): When enabled the status of external controllers are displayed here.
- [Timecode Devices](https://help.atlas-control.app/main-overview/toolbar/timecode-devices.md)
- [Edit / Perform](https://help.atlas-control.app/main-overview/toolbar/edit-perform.md): Perform mode changes Atlas window to display playback functions only.
- [Atlas Button](https://help.atlas-control.app/main-overview/atlas-button.md): The Atlas button houses powerful editing functionality for the programmer.
- [Palette Editor](https://help.atlas-control.app/main-overview/atlas-button/palette-editor.md): Palettes are powerful programming tools allowing multiple spatial audio functions to be grouped together and then referenced throughout the cue list and during live performance.
- [Palettes](https://help.atlas-control.app/main-overview/atlas-button/palette-editor/palettes.md): Palettes allow for referenced parameters to be accessed within Atlas both throughout the cue list and in realtime mode.
- [User Defined Palettes](https://help.atlas-control.app/main-overview/atlas-button/palette-editor/user-defined-palettes.md): These allow users to create palettes for functions that are not presented within Atlas
- [Position Palettes](https://help.atlas-control.app/main-overview/atlas-button/palette-editor/position-palettes.md): Position palettes allow a positions object to be stored and then recalled relatively within the cue stack.
- [Cue Matrix](https://help.atlas-control.app/main-overview/atlas-button/cue-matrix.md): The cue matrix provides a powerful batch editing function allowing for multiple cue editing alongside real-time updates to an active show.
- [Object Overview](https://help.atlas-control.app/main-overview/object-overview.md): The Object Overview window allows the user to see and control an objects parameters both whilst programming and online.
- [Monitor](https://help.atlas-control.app/main-overview/monitor.md): Monitor Incoming Tracking Data
- [Operators Cuelist](https://help.atlas-control.app/main-overview/operators-cuelist.md)


---

# 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.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.
