> For the complete documentation index, see [llms.txt](https://docs.acestudio.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.acestudio.ai/project/arrangement-in-canvas/video-track.md).

# Video Track

## Overview

The Video Track is a special global track designed to align visuals with music and sound effects in the same timeline.

You can control the video audio playback through the track header and the Mute, Solo, and Volume controls on the Mixer.

To show or hide the Video Track, click the Video Track button in the track list header.

## Create a Video Track

You can create a Video Track by:

* Dragging a video file onto the Canvas.
* Importing a video file into the project, then placing it on an empty track.

If the video contains embedded audio, you can detach that audio and manage it separately on an audio track.

## Video Clip Management

On a Video Track, you can:

* Detach or reattach the audio.
* Replace the video.
* Adjust the video volume and apply fade-in and fade-out to the audio.

Double-click a video clip to open the video monitor for preview.

## Working with Video Composer

Video Composer is an AI tool that helps you create music and sound effects for a video inside ACE Studio. It analyzes the video, generates matching audio, and places the results on the timeline as editable clips.

For more information, please refer to [Video Composer](/ai-tools/video-composer.md).


---

# 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.acestudio.ai/project/arrangement-in-canvas/video-track.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.
