> For the complete documentation index, see [llms.txt](https://doc-op.blurit.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc-op.blurit.io/2.15.0/blurit-on-premise/usage/manager-webapp/tasks/create-a-task.md).

# Create a task

To start a task, go to Tasks page `/tasks` by clicking on side menu **Tasks** and click on the  **Anonymize** button.

<figure><img src="https://1141784043-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FcRuVBwKJviaiQQZy6xLi%2Fuploads%2FtrfOlyXxSDtvCxBHge6V%2Ftask-anonymize-button.png?alt=media&amp;token=6e132390-98c9-4e9f-9264-2a73b0c11f6f" alt=""><figcaption><p>Anonymize button</p></figcaption></figure>

You can now follow 3 simple steps to create a new task:

1. **Source**: Choose either a file from your PC or a whole folder to process from the local storage or S3.
   * To process a file from your PC, use the file selection option or simply drag and drop the file into the designated area.
   * To process a folder, enter its path in the field. The path you enter represents a subdirectory of the `LOCAL_STORAGE_INPUT_PATH` (or `STORAGE_S3_BUCKET` if you use S3 storage) set in the [Configuration](/2.15.0/blurit-on-premise/installation/configuration.md) section. Please ensure that the directory already exists and has some files in it. If you don't enter anything, BurIt OP will process files directly in `LOCAL_STORAGE_INPUT_PATH` (or `STORAGE_S3_BUCKET`)
2. **Blur options**: Select the desired task options from the following choices:
   * `Face anonymisation`
   * `Plates anonymisation`
   * `Coordinates` position
   * Add  `_anonymized` suffix
   * `Keep the audio track` (only for zip/directory/videos)
   * Processing report (zip files only)
     * This option allows you to include in the ZIP file a CSV summary indicating the anonymization success status for all the files that were part of the original ZIP
   * Keep the files that cannot be blured (zip files only)
     * This option allows you to keep, within the anonymized ZIP, the files with unsupported formats that cannot be processed by the software
3. **Output path**: Specify the desired output location, whether it's local storage or S3. You can either change the name of the output file or create a new directory in the output to store your processed media. As for the source, the directory you enter here represents a subdirectory of `LOCAL_STORAGE_OUTPUT_PATH` (or `STORAGE_S3_BUCKET` if you use S3 storage). If you don't enter anything, BurIt OP will save processed files directly in `LOCAL_STORAGE_OUTPUT_PATH` (or `STORAGE_S3_BUCKET`)

<figure><img src="https://1141784043-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FcRuVBwKJviaiQQZy6xLi%2Fuploads%2FJngoUchf60gh9HpIMHz6%2Ftask-creation.png?alt=media&amp;token=28d631a1-b957-40f9-9000-0cef47c76306" alt=""><figcaption><p>Task creation steps</p></figcaption></figure>

Click on the **Create** button and confirm to initiate the task.

{% embed url="<https://cloud.wassa.io/s/FGCMGv3KbHclSAk/download>" %}

After a task is created successfully, you are redirected to the [Tasks list](/2.15.0/blurit-on-premise/usage/manager-webapp/tasks.md).
