> For the complete documentation index, see [llms.txt](https://manuscript.knightsoftheeditingtable.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://manuscript.knightsoftheeditingtable.com/extensions/quiver/start-marker.md).

# Start Marker

By default clips are added at playhead at their in point.

If a clip has start marker, when added to a timeline, start marker will be aligned with playhead.

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

## Open Start Marker panel

To access Start Marker panel, click on hamburger menu or right click on Quiver panel.

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

## Add start marker

If [Auto-mark audio clips](/extensions/quiver/settings.md#auto-mark-audio-clips) is enabled, start marker will be added automatically, when audio clips are added to Quiver, at the loudest part.

To add start marker manually:

* Open Start marker panel
* Open clip in Source Monitor
* Move playhead
* Press "Add start marker"

Start marker will be added at the playhead position.

<figure><img src="/files/97yEwqNGzOmEkdh3IF4d" alt=""><figcaption></figcaption></figure>

When adding start marker to a sequence item in Quiver, you can just activate sequence itself (without Source monitor) and add start marker there.

{% hint style="info" %}
To add start marker without opening panel use [Spell Book shortcut](/extensions/quiver/spell-book-shortcuts.md).
{% endhint %}


---

# 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://manuscript.knightsoftheeditingtable.com/extensions/quiver/start-marker.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.
