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

# Project

- [Transport](https://docs.acestudio.ai/project/transport.md): Transport is the control panel in ACE Studio used for managing project playback, recording, looping, tempo, and timeline navigation.
- [Arrangement in Canvas](https://docs.acestudio.ai/project/arrangement-in-canvas.md): Explore how to arrange your music in ACE Studio Canvas.
- [Canvas](https://docs.acestudio.ai/project/arrangement-in-canvas/canvas.md): The Canvas is ACE Studio's main arrangement workspace.
- [Tracks](https://docs.acestudio.ai/project/arrangement-in-canvas/tracks.md): Tracks in ACE Studio organize MIDI and audio clips.
- [MIDI Tracks](https://docs.acestudio.ai/project/arrangement-in-canvas/tracks/midi-tracks.md): MIDI tracks in ACE Studio manage MIDI clips and host AI voices or instruments.
- [Audio Tracks](https://docs.acestudio.ai/project/arrangement-in-canvas/tracks/audio-tracks.md): Audio tracks in ACE Studio host audio clips and support audio recording.
- [Clips](https://docs.acestudio.ai/project/arrangement-in-canvas/clips.md): Clips are ACE Studio's fundamental units for organizing and editing audio and MIDI content and applying specialized tools.
- [Clip Editor](https://docs.acestudio.ai/project/arrangement-in-canvas/clips/clip-editor.md): Edit the content of each Clip through the Clip Editor.
- [Record](https://docs.acestudio.ai/project/arrangement-in-canvas/record.md): Record audio and MIDI directly onto tracks in ACE Studio.
- [Tempo & Signature Change](https://docs.acestudio.ai/project/arrangement-in-canvas/tempo-and-signature-change.md): Control your project's tempo and time signature with ACE Studio's additional tracks.
- [Chord Track](https://docs.acestudio.ai/project/arrangement-in-canvas/chord-track.md): Chord Track provides a global tool for creating chord progressions.
- [Video Track](https://docs.acestudio.ai/project/arrangement-in-canvas/video-track.md): Video Tracks in ACE Studio host video clips and support video-based scoring and sound design.
- [Mixing](https://docs.acestudio.ai/project/mixing.md): Mix tracks in ACE Studio to balance levels and apply effects.
- [Mixer](https://docs.acestudio.ai/project/mixing/mixer.md): Manage track volume, panning, and effects in Mixer.
- [Effects](https://docs.acestudio.ai/project/mixing/effects.md): Build and manage effect chains for tracks and the master bus.
- [Built-in Effects](https://docs.acestudio.ai/project/mixing/effects/built-in-effects.md): Use ACE Studio's built-in EQ, dynamics, and reverb effects.
- [Third-Party Effects](https://docs.acestudio.ai/project/mixing/effects/third-party-effects.md): Use third-party VST3 and AU plug-ins in the FX chain.
- [Room Effect](https://docs.acestudio.ai/project/mixing/effects/room-effect.md): Position singers in a virtual room on vocal tracks.
- [File Management](https://docs.acestudio.ai/project/file-management.md): Manage project saving and file organization in ACE Studio.
- [Import Files](https://docs.acestudio.ai/project/file-management/import-files.md): Import various audio, MIDI, and project files into ACE Studio.
- [Export Files](https://docs.acestudio.ai/project/file-management/export-files.md): Export various audio, MIDI, and project files from ACE Studio.
- [Share Projects](https://docs.acestudio.ai/project/file-management/share-projects.md): Share your ACE Studio projects as web links for easy preview and rehearsal.


---

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