# Delivery Statuses

Here's a list of available delivery statuses

<table><thead><tr><th width="258">Status</th><th>Meaning</th></tr></thead><tbody><tr><td>PENDING</td><td>Delivery has been booked</td></tr><tr><td>ASSIGNED</td><td>Delivery has been assigned to a partner</td></tr><tr><td>ACCEPTED</td><td>Partner has acknowledged and accepted the job</td></tr><tr><td>REJECTED</td><td>Partner has acknowledged and rejected the job</td></tr><tr><td>PICKED_UP</td><td>Partner has picked up the package</td></tr><tr><td>IN_TRANSIT</td><td>Package is in transit to the destination </td></tr><tr><td>ARRIVED_FOR_DELIVERY</td><td>Partner has arrived at the destination </td></tr><tr><td>DELIVERED</td><td>Partner has delivered the package to the recipient </td></tr><tr><td>UNABLE_TO_DELIVER</td><td>Partner couldn't deliver the package </td></tr><tr><td>ARRIVED_FOR_PICKUP</td><td>Partner has arrived at pickup location</td></tr><tr><td>CANCELLED</td><td>Booking has been cancelled </td></tr></tbody></table>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.sendstackhq.com/guides/delivery-statuses.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
