# Duplicating, Exporting and Importing a Sequence

A Sequence can be duplicated, and it can be exported or imported as a **.seq** file.

## Duplicate a Sequence

1. **`Right-click`** on the Sequence tab to open a contextual menu.
2. Select **{Duplicate}** from the menu; this will create a copy of the Sequence.

{% hint style="danger" %}
Problems related to Cues and Mappings might be experienced when duplicating a Sequence. Caution is advised.
{% endhint %}

![](/files/-MZP7B_aFi91bMhe7sUV)

## Export a Sequence

1. **`Right-click`** on the Sequence tab to open a contextual menu.
2. Select **{Export}** from the menu. A dialog box will open and ask for the name and location of the exported Sequence.
3. **Enter the exported Sequence** file name and choose a location. Click on the **`Save`** button.

![](/files/-MZP7B_beXgP6EHw3Ct-)

![](/files/-MZP7B_cucDnFQiSJIPA)

## Import a Sequence

1. Select **{File > Import sequence}** from the Timeline Editor menu. A dialog box will open and ask which Sequence file to load.
2. Select the **.seq** file you want to load. Click on the **`Open`** button to add the imported Sequence as new tab in the Timeline.

![](/files/-MZP7B_dxnKIhBDDs0hY)

![](/files/-MZP7B_es77B--usXg_i)

{% hint style="warning" %}
Importing a Sequence into another project is possible, but given that the Timeline is Screen-based, the 3D Scene objects corresponding to the Timeline Screens need to be present in the 3D Scene prior to the import.&#x20;

Cues will have to be rebuilt because they are project dependent for the most part.
{% endhint %}


---

# Agent Instructions: 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:

```
GET https://docs.tachyon.video/user-guide/4.-programming-a-show/timeline-editor/duplicating-exporting-and-importing-a-sequence.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
