> For the complete documentation index, see [llms.txt](https://help.atlas-control.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.atlas-control.app/tutorials.md).

# Tutorials

- [My First Atlas Session for DS100](https://help.atlas-control.app/tutorials/my-first-atlas-session-for-ds100.md): Getting started with Atlas is easy. In this tutorial we create our first workspace.
- [Importing Space Information](https://help.atlas-control.app/tutorials/my-first-atlas-session-for-ds100/importing-space-information.md): Setting up our workspace and importing our objects
- [Importing Object Information](https://help.atlas-control.app/tutorials/my-first-atlas-session-for-ds100/importing-object-information.md): Setting up our workspace and importing our objects
- [Organising Our Audio Objects](https://help.atlas-control.app/tutorials/my-first-atlas-session-for-ds100/organising-our-audio-objects.md): In this chapter we organise our objects to assist us with our programming
- [Creating Our First Cue(s)](https://help.atlas-control.app/tutorials/my-first-atlas-session-for-ds100/creating-our-first-cue-s.md): Cues allow the creation of actions and sequences of actions to be performed within performance.
- [Going Online](https://help.atlas-control.app/tutorials/my-first-atlas-session-for-ds100/going-online.md)
- [Advanced Atlas Programming](https://help.atlas-control.app/tutorials/advanced-atlas-programming.md)
- [Creating a Shape](https://help.atlas-control.app/tutorials/advanced-atlas-programming/creating-a-shape.md)
- [Using Groups](https://help.atlas-control.app/tutorials/advanced-atlas-programming/using-groups.md)
- [Using Aliases](https://help.atlas-control.app/tutorials/advanced-atlas-programming/using-aliases.md)
- [Introduction to Palettes](https://help.atlas-control.app/tutorials/introduction-to-palettes.md)
- [Creating a Palette](https://help.atlas-control.app/tutorials/introduction-to-palettes/creating-a-palette.md)
- [Multiple Function Palettes](https://help.atlas-control.app/tutorials/introduction-to-palettes/multiple-function-palettes.md)
- [Uses for Palettes & Examples](https://help.atlas-control.app/tutorials/introduction-to-palettes/uses-for-palettes-and-examples.md)
- [Park, Move-in-Mute & Live Moves](https://help.atlas-control.app/tutorials/park-move-in-mute-and-live-moves.md)
- [Setting up Objects to Use](https://help.atlas-control.app/tutorials/park-move-in-mute-and-live-moves/setting-up-objects-to-use.md)
- [Live Moves & Move-in-Mute](https://help.atlas-control.app/tutorials/park-move-in-mute-and-live-moves/live-moves-and-move-in-mute.md)
- [Defining Parking Locations](https://help.atlas-control.app/tutorials/park-move-in-mute-and-live-moves/defining-parking-locations.md)
- [Using Trackers](https://help.atlas-control.app/tutorials/using-trackers.md)
- [Patching Trackers & Objects](https://help.atlas-control.app/tutorials/using-trackers/patching-trackers-and-objects.md)
- [Using Trackers in the Cuelist](https://help.atlas-control.app/tutorials/using-trackers/using-trackers-in-the-cuelist.md)
- [Boundaries](https://help.atlas-control.app/tutorials/using-trackers/boundaries.md)
- [Using External Controllers](https://help.atlas-control.app/tutorials/using-external-controllers.md)
- [Applications using Controllers](https://help.atlas-control.app/tutorials/using-external-controllers/applications-using-controllers.md)
- [Controllers - Digico SD/Q Series](https://help.atlas-control.app/tutorials/using-external-controllers/controllers-digico-sd-q-series.md)
- [Controllers - SSL L-Series](https://help.atlas-control.app/tutorials/using-external-controllers/controllers-ssl-l-series.md)
- [Using External Devices](https://help.atlas-control.app/tutorials/using-external-devices.md)
- [Adding an External Device](https://help.atlas-control.app/tutorials/using-external-devices/adding-an-external-device.md)
- [Wildcards & Iterations](https://help.atlas-control.app/tutorials/using-external-devices/wildcards-and-iterations.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://help.atlas-control.app/tutorials.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.
