> For the complete documentation index, see [llms.txt](https://docs.creativeconners.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.creativeconners.com/docs/showstopper/spikemark-vantis/5-preset-workspace/preset-details.md).

# Preset Details

Double tap on any Preset card in the [Preset Workspace](/docs/showstopper/spikemark-vantis/5-preset-workspace.md) to reach it's details page. Here, you can edit the preset title and notes, and delete movements or the preset itself. Once you're done editing, cick the back button in the top right corner to return to the Preset Workspace. All changes will be saved automatically.

![Preset details page](https://3040525219-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MhFI6SSKpm8M7EkrYqp%2Fuploads%2Fgit-blob-189a48af10abeb31990e873e6d660806402c1f54%2Fpreset-details.png?alt=media)

Tap the title at the top to edit the name and color. Tap the notes section to edit (you guessed it) the Preset notes.

![Preset details notes popup](https://3040525219-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MhFI6SSKpm8M7EkrYqp%2Fuploads%2Fgit-blob-7c2ed3a8bac0e9c0082ae146452bd48bff66bb0f%2Fpreset-details-notes.png?alt=media)

All the moves in the preset will be displayed on the right. Note that for unlocked group moves, there will be one movement card that lists out the contained movements like the `curtains` move above. To delete a move from a preset, simply select the trash can next to it and confirm.

![Preset details delete movement confirmation](https://3040525219-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MhFI6SSKpm8M7EkrYqp%2Fuploads%2Fgit-blob-b168fb2beff8232b6ff45bd330040a4cd89fac3c%2Fpreset-details-delete-move-confirmation.png?alt=media)

If you need to edit a move, you can either use the [Save As Preset](/docs/showstopper/spikemark-vantis/5-preset-workspace/saving-presets.md#updating-existing-presets) option in the Jog Workspace or edit the movement in the Spikemark software.

Only single-step presets can have movements edited on the Pendant. Multi-step presets will still have a details page, but the steps will be a read-only list.

![Multi-step preset](https://3040525219-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MhFI6SSKpm8M7EkrYqp%2Fuploads%2Fgit-blob-0a35cdc283a871f2aed505648e94e7998790ba8d%2Fpreset-details-multi-step.png?alt=media)

## Delete a preset

To delete a preset, select the **Delete Preset** button in the bottom left corner and confirm.

![Delete a preset](https://3040525219-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MhFI6SSKpm8M7EkrYqp%2Fuploads%2Fgit-blob-df09cbc567863089675898a3632a51ed7587f592%2Fpreset-details-delete-preset-confirmation.png?alt=media)


---

# 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://docs.creativeconners.com/docs/showstopper/spikemark-vantis/5-preset-workspace/preset-details.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.
