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

# About task manager

> Schedule, monitor, and manage tasks for withdrawals and transfers

## Overview

The task manager is the central dashboard for monitoring all scheduled and running tasks. Tasks are created from the [transfer module](/transfers/about-transfers) and tracked here across three tabs: **Scheduled**, **Processing**, and **Archive**.

<Frame>
  <img src="https://mintcdn.com/oxygenparadigm/WVKU6cYMibX-8Goj/images/atmos_ui/task_manager/atmos_task_manager_dashboard_v040.png?fit=max&auto=format&n=WVKU6cYMibX-8Goj&q=85&s=aacb059eb7add6b9f9346d3574a6b7ea" alt="Task manager with Scheduled, Processing, and Archive columns" width="2209" height="1327" data-path="images/atmos_ui/task_manager/atmos_task_manager_dashboard_v040.png" />
</Frame>

<Frame>
  <img src="https://mintcdn.com/oxygenparadigm/St-k5Qis-oqMiVg_/images/atmos_ui/task_manager/atmos_task_manager_tasks_dashboard.png?fit=max&auto=format&n=St-k5Qis-oqMiVg_&q=85&s=62179832c18495cdffba8e9847b21e51" alt="Task manager dashboard" width="1400" height="840" data-path="images/atmos_ui/task_manager/atmos_task_manager_tasks_dashboard.png" />
</Frame>

## Task tabs

### Scheduled

Tasks waiting to execute at a specified date and time.

| Column        | Description                         |
| ------------- | ----------------------------------- |
| **Wallets**   | Total wallets in the task           |
| **Created**   | When the task was created           |
| **Scheduled** | Launch date and time                |
| **Cancel**    | Cancel the task and move to archive |
| **Open**      | View and edit the task              |

### Processing

Tasks currently being executed.

| Column            | Description                        |
| ----------------- | ---------------------------------- |
| **Wallets**       | Total wallets in the task          |
| **Created**       | When the task was created          |
| **Running since** | When execution started             |
| **Stop**          | Stop execution and move to archive |
| **Open**          | View live progress and logs        |

### Archive

Completed, cancelled, or stopped tasks.

| Column      | Description                                 |
| ----------- | ------------------------------------------- |
| **Wallets** | Total wallets in the task                   |
| **Created** | When the task was created                   |
| **Status**  | Cancelled / Partially completed / Completed |
| **Open**    | View final logs                             |

<Warning>
  Scheduled tasks execute locally — your device and Oxygen Atmos must be running at the scheduled time.
</Warning>

## Quick links

<CardGroup cols={2}>
  <Card title="Creating tasks" icon="plus" href="/task-manager/creating-tasks">
    Schedule tasks and configure parameters.
  </Card>

  <Card title="Progress tracking" icon="chart-line" href="/task-manager/progress-tracking">
    Monitor execution, view logs, and recover from errors.
  </Card>
</CardGroup>
