> For the complete documentation index, see [llms.txt](https://docs.tachyon.video/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tachyon.video/user-guide/3.-importing-content/file-versioning.md).

# File Versioning

## <mark style="background-color:$info;">**Requirement**</mark>

File versions have to respect the following naming convention:

*anyfilename* \_V###

> **Example:** multiple versions of a media named *nightsky* would be named *:* nightsky\_V001, nightsky\_V002, Nightsky\_V003, etc.

## <mark style="background-color:$info;">**Settings**</mark>

1. Select **{System > Settings}** or press <kbd>**`Alt`**</kbd>**+**<kbd>**`S`**</kbd> to open the Settings module.
2. Select the **General tab** of the Settings module.
3. Select **`File Manager`** Settings panel from the list.
4. Locate the **`Media Versoning`** section.
5. Activate the **`Enable Versionning`** toggle.
6. Activate the **`Prefer Latest Version`** toggle.

![](/files/-MZITuhs53uzApctFrUx)

## <mark style="background-color:$info;">**File Manager**</mark>

1. Select **{Show > File Manager}** or press <kbd>**`Alt`**</kbd>**+**<kbd>**`F`**</kbd> to open the File Manager module.
2. Click on the Import New Media button to open the “Import file(s)” window
3. Perform a group selection of the multiple versions of the media file. (Naming convention: *anyfilename* \_V###).

![](/files/-MZITuhtlUf-IA4pHHr4)

## <mark style="background-color:$info;">**Timeline**</mark>

1. Select **{Show > Timeline}** or press <kbd>**`Alt`**</kbd>**+**<kbd>**`T`**</kbd> to open the Timeline module.
2. Make sure the File Manager module is still open.
3. **`Click-`drag** a media file included in the version collection from the File Manager list onto the Timeline.
4. If the **`Preferred Latest Version`** toggle is activated, the latest imported version will be displayed. A star will be displayed in the clip icons indicating a newer or preferred version is in use.

![](/files/-MZITuhuEa0d4Pp8ajAf)

## <mark style="background-color:$info;">**Select/Unset Preferred Version in the File Manager**</mark>

1. Navigate back to the File Manager.
2. **`Right-click`** on the version you want to use.
3. Select **{Set preferred}** from the contextual menu. A Mario star will now indicate it is the preferred version.

OR

1. Select **{Unset Prefered}** from the contextual menu.&#x20;

* The selection will default back to the latest version IF the **`Preferred Latest Version`** toggle is **activated**&#x20;
* the version currently set in the clip IF the **`Preferred Latest Version`** toggle is **deactivated**.

![](/files/-MZITuhvkdhRnboIJcLT)

{% hint style="danger" %}
**This will be applied to ALL clips using one of the media in that collection.**
{% 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://docs.tachyon.video/user-guide/3.-importing-content/file-versioning.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.
