# Track View

The Track View is one of the most important aspects of Timeflow providing users an integrated timeline to animate and choregraph scenes. This view might also be referred to as a dope sheet or arrangement view.

<figure><img src="https://2067910529-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FC3dOuetlQfYgK5FPUKgn%2Fuploads%2FWKsNj4zMflG1uRCPLujX%2Fimage.png?alt=media&#x26;token=58740590-4840-4b80-9f3e-a793190c0c59" alt=""><figcaption></figcaption></figure>

{% hint style="success" %}
Quickly toggle between the Track View and [Graph View](https://axongenesis.gitbook.io/timeflow/user-guide/timeflow-view/graph-view) by clicking the icon ![](https://2067910529-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FC3dOuetlQfYgK5FPUKgn%2Fuploads%2FYKQf5Y6gYF8zT1m7hHYB%2Fimage.png?alt=media\&token=8926101c-5968-4a97-9366-4bfa11c7f007) in the lower left corner of the panel, or by using the keyboard shortcut **G**.
{% endhint %}

The Track View always shows tracks (the colored bars) on the same horizontal line as the object it belongs to, shown in the [Object Panel](https://axongenesis.gitbook.io/timeflow/user-guide/timeflow-view/object-panel). Animation channel\`s are displayed below each object on a separate row for each, which may or may not have keyframes depending on the type of behavior.

<figure><img src="https://2067910529-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FC3dOuetlQfYgK5FPUKgn%2Fuploads%2FmxFszfTfZI0vN3omChPJ%2Fimage.png?alt=media&#x26;token=c6239558-dd72-429e-b4ca-e6f63cabef0c" alt=""><figcaption><p>Animation channels are displayed below each object. Every object has a track channel.</p></figcaption></figure>

{% hint style="info" %}

#### Tracks vs Keyframes

Track segments are actually a special type of keyframe. In many cases, tracks and keyframes act similarly and can be worked with simultaneously, such as dragging to position them in time.&#x20;
{% endhint %}

For further details, please see the [Tracks](https://axongenesis.gitbook.io/timeflow/user-guide/timeflow-view/tracks) and [Keyframes](https://axongenesis.gitbook.io/timeflow/user-guide/timeflow-view/keyframes) documentation.

## Vertical Scrollbar

A vertical scrollbar is displayed on the far right of the track view. This scrolls the view vertically when there are more objects listed than can be displayed.

<figure><img src="https://2067910529-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FC3dOuetlQfYgK5FPUKgn%2Fuploads%2Fn7GRdn9aiMekKiQ2Xumr%2Fimage.png?alt=media&#x26;token=1c764ebc-be36-4fad-ae09-9b217600c70c" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
The mouse scroll wheel also scrolls the view vertically. Note however, if the preference '[Scroll Time Without Alt Key](https://axongenesis.gitbook.io/timeflow/menus-and-shortcuts/preferences#scene-backup-path)' is enabled, then you must hover the mouse over the object list to scroll vertically.
{% 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://axongenesis.gitbook.io/timeflow/user-guide/timeflow-view/track-view.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.
