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

# Managing Riders

Rider management involves two core tasks: adding new personnel to your fleet and assigning deliveries to them.

### 1. Creating a Rider

Before you can assign deliveries, you need to add riders to your fleet. You can do this via the dashboard or the API.

<iframe className="w-full aspect-video rounded-xl" src="https://www.youtube.com/embed/RSZbOhxWIw8" title="Dora API Guide: How to Create a Delivery" frameBorder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowFullScreen />

### 2. Assigning a Delivery to a Rider

Now, let's connect the delivery you created in the last guide to the rider you just made.

<iframe className="w-full aspect-video rounded-xl" src="https://www.youtube.com/embed/0_Zk9f8Nywg?si" title="Dora API Guide: Rider Assignment Tutorial" frameBorder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowFullScreen />

### Next Steps: Full API Details

* **View API Endpoint:** **[Manage Riders: Assign Delivery](/api-reference/endpoints/deliveries/assign-delivery)**
* **View API Endpoint:** **[Manage Riders: Create Rider](/api-reference/endpoints/riders/create-rider)**
