> 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/settings.md).

# Settings

To access settings сlick on hamburger menu or right click on Quiver panel

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

## Auto-mark audio clips

When adding audio clips to Quiver panel, Quiver will analyse audio clips and add start markers at the loudest part of the clip.

This is useful for audio clips like whooshes, hits, etc.

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

## Replace selected clips

If enabled, Quiver will replace selected clips with Quiver item, keeping start points in sync.

If selected items have start markers, new items will be aligned with them.

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

After replacing selected clip, new clip will stay selected, so you can quickly replace it again.

{% hint style="info" %}
If "Replace selected clips" is enabled, when adding clips to a timeline they will stay deselected (so next added clip won't replace previous one).

To keep clip selected after it is added to a timeline (useful for creating Excalibur user commands), disable "Replace" feature.
{% endhint %}

### Replace audition

Use Bin button, loop playback and "Replace selected clips" feature to quickly audition clips and replace them until you find the perfect one.

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

## Spell Book items amount

Set amount of Quiver items to be shown in Spell Book.

## Orientation

Set orientation of Quiver buttons

* Auto (orientation will be set automatically, based on panel's width and height)
* Horizontal
* Vertical


---

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