> 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/sequence-item-group-of-clips.md).

# Sequence item (group of clips)

## Create sequence item

To create sequence item, drag and drop a sequence onto Quiver panel.

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

## Addition Options

To customise addition options, right click on sequence button.

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

### Add as individual clips

When adding sequence item to a timeline, clips from the sequence will be added as individual clips.

This is useful for creating custom transtions with effects and sounds.

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

Any effect applied to clips inside sequence **will be transferred**, so you can use blend modes, effects and keyframes.

{% hint style="warning" %}
Limitations: non-linear keyframes and masks are not supported.

To overcome it, use [un-nest method](#un-nest-sequence-copy-paste) below.
{% endhint %}

### Un-nest sequence (copy/paste)

With un-nest option enabled, Quiver will briefly activate source sequence, copy clips from it and paste them to a current timeline.

<figure><img src="/files/4xKVlVJNucKNvZKztUYC" alt=""><figcaption></figcaption></figure>

Any effect or transition applied to clips inside sequence **will be transferred**, so you can use blend modes, effects and keyframes. No limitations.

### Group clips

After individual clips are added to a timeline, they will be grouped, so it is easier to move them together.


---

# 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/sequence-item-group-of-clips.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.
