> ## Documentation Index
> Fetch the complete documentation index at: https://docs.activeviam.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Upload tasks

> How to create multiple sign-off task definitions at once by uploading a CSV file in the Task Configuration screen, including file format requirements and upload steps.

Another way to create tasks is to upload them in a CSV file within the **Task Configuration** screen.

<Info>
  **CSV file criteria**

  * Prepare your tasks in line with the formats required for each field. For details on the format, see [Sign-off task definitions](../../input-files/sign-off-task-definitions).
  * Your input file must contain every field to be considered valid. You can use the Download feature to generate example CSV files. This creates a CSV file line by line.
</Info>

To import task definitions in bulk:

1. Click the Upload button.
   A dialog is displayed, letting you choose your file.

2. Choose a valid CSV file from your local drive: click **Choose file** and navigate to the required file, then click **Open**.
   Atoti Sign-Off displays a preview of your file in a table before the upload:

3. Click **Upload Sign-Off definition file**.
   If there are any errors, the preview displays detailed error messages:

If the file is valid, the file is uploaded to the server and the **Task Configuration** table automatically updates and displays the newly uploaded definitions.

<Warning>
  By default, you are not allowed to create definitions on overlapping scopes. This behavior can be disabled by setting the
  property `sign-off.application.overlapping-scopes.allowed=true`. See [Overlapping scopes](./create-task-ui#overlapping-scopes) for details.
</Warning>
