# Start

*Start* is the point from which all tasks start.

<figure><img src="https://3895963154-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FTcOUG6rfWxqGM0N4db2P%2Fuploads%2FsVjGmkcDf8X8bntzBsSI%2Fimage.png?alt=media&#x26;token=35da21e4-24dd-48db-aced-0277692e2aa8" alt="" width="392"><figcaption></figcaption></figure>

When new assets are uploaded, depending on your settings for the *Start* stage, tasks are either held in *Start* (e.g., if you wish to pre-label them before sending them to a labeling task), or are immediately sent to the stage plugged into the output of *Start*.

The *Start* stage will show you a number of statistics related to your project, such as how many tasks are in your project and how many have and have not reached the *Complete* stage.

#### Settings

<figure><img src="https://3895963154-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FTcOUG6rfWxqGM0N4db2P%2Fuploads%2FHUzyOSbLhvL3GxNdRJQo%2Fimage.png?alt=media&#x26;token=878bdffa-c157-4d68-bc7f-d8d8a52ba1c1" alt=""><figcaption></figcaption></figure>

**Auto Forward on Upload** (default: on): When Auto Forward is toggled on, whenever new tasks are created, e.g. by uploading new assets, they are immediately sent to the stage connected to the output of *Start.* They are not held in start. By toggling it off, tasks will stay in the *Start* stage until you re-queue them to another stage.

{% hint style="warning" %}
If you have tasks (e.g. Task 1, Task 2, and Task 3) in the Start stage, then turn on Auto Forward, then upload more assets (Task 4, Task 5), **all** tasks in the Start stage will be forwarded to the next stage, including Task 1, 2, and 3, even though they were uploaded when Auto Forward was off.
{% endhint %}

**Manual Forward**: Clicking on *Next Stage* will send all tasks currently in the *Start* stage to the stage connected to the output of *Start*. If you wish to only forward tasks from a certain stage, you may do so by clicking on the search bar next to the button and by picking the stage(s) to forward from the dropdown. You may type to quickly search for batches.


---

# 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://docs.imerit.net/core-concepts/workflow/start.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.
