> 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/spikemark/cues/adding-and-deleting-cues.md).

# Adding and Deleting Cues

## Cue Options Window

The **New Cue Options Window** will appear when a new **cue is added** or a **cue is duplicated**. From here you can assign a **Cue Number, Cue Description**, and a **Cue Color**.

<div align="left"><img src="/files/-MibKLPNnXAGQ2Fy_fq_" alt=""></div>

## Change Default Cue Color

If you want to change the Default Cue Color, change it in the **Spikemark Defaults**

<figure><img src="/files/DZskIUoyXKufspUmgu0h" alt=""><figcaption></figcaption></figure>

## Add New Cues

There are several ways to **create a new cue:**

* [Menu Bar](#add-a-cue-from-the-menu-bar)
* [Hot Keys: CTRL + U](#add-a-cue-hot-keys-ctrl-u)
* [Right Click in the open space](#add-a-cue-with-right-click)
* [Duplicate Cues](#duplicate-a-cue)

###

### Add A Cue From the Menu Bar

<div align="left"><img src="/files/-Mib8p--o8EPBty10OWy" alt=""></div>

###

### Add A Cue Hot Keys - CTRL + U

<div align="left"><img src="/files/-MibJZsltyF-PBA3qcxB" alt=""></div>

###

### Add A Cue with Right Click

<div align="left"><img src="/files/-MibL0cV7wVMonqatIBG" alt=""></div>

## Duplicate A Cue

A new cue can also be created by duplicating one. This will copy over all of the properties and movements within that cue.

### Duplicate A Cue with Right Click

<div align="left"><img src="/files/-MibLB1cJkzag5f7z2xV" alt=""></div>

###

### Duplicate A Cue with CTRL+D

<div align="left"><img src="/files/-Mic8wtDmWNVs5UiPFGO" alt=""></div>

## Delete A Cue

When a cue is no longer needed, it's simple to delete a cue from the show.

### Delete A Cue With Right Click

<div align="left"><img src="/files/-MibMc3hH4QvbvYy5ibx" alt=""></div>

###

### Delete A Cue Hot Keys - CTRL + SHIFT + U

![](/files/-MifnykobAj3rmnAWEc8)


---

# 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/spikemark/cues/adding-and-deleting-cues.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.
