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

# Dispatch & Tasks

> Creating and managing delivery tasks

## Creating Tasks

Tasks represent individual delivery assignments. Each task includes:

* **Origin** - Pickup location
* **Destination** - Delivery location
* **Priority** - Critical, High, Normal, Low
* **Type** - Freight, Palletized, RX, Documents, Linehaul
* **Time Window** - Expected pickup/delivery times
* **Special Instructions** - Notes for the driver

<Frame>
  <img src="https://mintcdn.com/abe-1e2c956f/PNhdi2RbY1bxYRvV/images/creating-task.png?fit=max&auto=format&n=PNhdi2RbY1bxYRvV&q=85&s=74fd6ac27afdb54933572744245e7a7b" alt="Create Task Form" width="509" height="655" data-path="images/creating-task.png" />
</Frame>

## Task Lifecycle

1. **Created** - Task entered into the system
2. **Assigned** - Driver assigned to the task
3. **Accepted** - Driver acknowledges assignment
4. **En Route to Pickup** - Driver heading to origin
5. **At Pickup** - Driver arrived at origin
6. **In Transit** - Goods picked up, heading to destination
7. **At Destination** - Driver arrived at delivery location
8. **Delivered** - Proof of delivery captured
9. **Completed** - Task closed

## Assigning Drivers

Select an available driver based on:

* Current location and proximity
* Vehicle type requirements
* Driver status and availability
* Current workload

<Frame>
  <img src="https://mintcdn.com/abe-1e2c956f/dAY9cezE1BHBIJvd/images/drivers.png?fit=max&auto=format&n=dAY9cezE1BHBIJvd&q=85&s=81fbb40da24b0e4a79c79d2e6f1f0b21" alt="Driver Roster" width="456" height="512" data-path="images/drivers.png" />
</Frame>
