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

# Introduction

> Welcome to the UseDropTrail API documentation

UseDropTrail is a delivery and logistics platform that connects businesses and individuals with local delivery partners. Our platform enables real-time delivery tracking, bidding system for delivery requests, and seamless payment processing.

## System Overview

The core workflow consists of:

1. Creating delivery requests with pickup/dropoff details
2. Delivery partners bidding on available requests
3. Request acceptance and assignment
4. Real-time location tracking during delivery
5. Delivery confirmation and payment processing

## Base URL

All API requests should be made to the following base URL:

```
https://api.usedroptrail.com
```

## Authentication

UseDropTrail uses bearer token authentication. To authenticate your requests, you'll need to include your API token in the Authorization header.

See [Authentication](/authentication) for more information.

## Errors

See [Errors](/errors) for more information.

## Rate Limiting

See [Rate Limiting](/rate-limiting) for more information.

## WebSocket

See [WebSocket](/websocket) for more information.

## Webhooks

See [Webhooks](/webhooks) for more information.
