# Getting Started

{% hint style="info" %}
Before using Timeflow in production, please review this guide to get a decent understanding of how Timeflow works and how to best utilize it in your projects.
{% endhint %}

## How to use this guide

This documentation is written as both a user guide and feature reference. It is suggested to begin here and to go through each proceeding section for a high level understanding of the most important features.&#x20;

The [Timeflow Editor](https://axongenesis.gitbook.io/timeflow/user-guide/timeflow-editor) and [Timeflow View](https://axongenesis.gitbook.io/timeflow/user-guide/timeflow-view) sections are also essential to get the most out of the toolset. Additional documentation covering component behaviors and more advanced topics can be found under [Reference](https://axongenesis.gitbook.io/timeflow/reference).

## Tutorial Videos

There are also brief tutorial videos covering just about all topics of Timeflow. Click the video link below for the complete playlist, or jump to the section that you're interested in.

{% hint style="warning" %}
Please note that some features may have changed somewhat since these videos were originally created.
{% endhint %}

{% embed url="<https://youtu.be/HuWEMMBGXLs>" %}

## Where are the Samples?

After the main Timeflow package has been imported, samples may be installed from the Package Manager by going to **In Project** packages and locating Timeflow Animation System Samples. Please see the [installation](https://axongenesis.gitbook.io/timeflow/user-guide/getting-started/installation "mention") guide for complete instructions.&#x20;

{% content-ref url="getting-started/requirements" %}
[requirements](https://axongenesis.gitbook.io/timeflow/user-guide/getting-started/requirements)
{% endcontent-ref %}

{% content-ref url="getting-started/installation" %}
[installation](https://axongenesis.gitbook.io/timeflow/user-guide/getting-started/installation)
{% endcontent-ref %}

{% content-ref url="getting-started/quick-start" %}
[quick-start](https://axongenesis.gitbook.io/timeflow/user-guide/getting-started/quick-start)
{% endcontent-ref %}

{% content-ref url="getting-started/workflow" %}
[workflow](https://axongenesis.gitbook.io/timeflow/user-guide/getting-started/workflow)
{% endcontent-ref %}

{% content-ref url="getting-started/render-pipeline" %}
[render-pipeline](https://axongenesis.gitbook.io/timeflow/user-guide/getting-started/render-pipeline)
{% endcontent-ref %}

{% content-ref url="getting-started/editor-vs-runtime" %}
[editor-vs-runtime](https://axongenesis.gitbook.io/timeflow/user-guide/getting-started/editor-vs-runtime)
{% endcontent-ref %}

{% content-ref url="getting-started/how-it-works" %}
[how-it-works](https://axongenesis.gitbook.io/timeflow/user-guide/getting-started/how-it-works)
{% endcontent-ref %}

{% content-ref url="getting-started/potential-issues" %}
[potential-issues](https://axongenesis.gitbook.io/timeflow/user-guide/getting-started/potential-issues)
{% endcontent-ref %}

{% content-ref url="getting-started/3rd-party-tools" %}
[3rd-party-tools](https://axongenesis.gitbook.io/timeflow/user-guide/getting-started/3rd-party-tools)
{% endcontent-ref %}

{% hint style="info" %}

## Need help?

If anything in this documentation is unclear or you need any assistance using Timeflow, please get in touch using one of the methods listed in [support](https://axongenesis.gitbook.io/timeflow/reference/support "mention")
{% 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/getting-started.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.
