# Shippify Api

- [First steps](https://docs.shippify.co/developers/en/shippify-api/first-steps.md): In this section we will guide you through your first request.
- [Deliveries](https://docs.shippify.co/developers/en/shippify-api/deliveries.md)
- [Delivery creation](https://docs.shippify.co/developers/en/shippify-api/deliveries/delivery-creation.md): In this section you will learn how to create your first delivery with Shippify.
- [Delivery Quotes](https://docs.shippify.co/developers/en/shippify-api/deliveries/delivery-quotes.md): In this section, you can find the endpoint to get delivery quotes.
- [Get delivery information](https://docs.shippify.co/developers/en/shippify-api/deliveries/get-delivery-information.md)
- [Update pickup point](https://docs.shippify.co/developers/en/shippify-api/deliveries/update-pickup-point.md)
- [Update delivery](https://docs.shippify.co/developers/en/shippify-api/deliveries/update-delivery.md)
- [Change delivery statuses](https://docs.shippify.co/developers/en/shippify-api/deliveries/change-delivery-statuses.md)
- [Assign driver](https://docs.shippify.co/developers/en/shippify-api/deliveries/assign-driver.md)
- [Print delivery labels](https://docs.shippify.co/developers/en/shippify-api/deliveries/print-delivery-labels.md)
- [Get a tracking link](https://docs.shippify.co/developers/en/shippify-api/deliveries/get-a-tracking-link.md)
- [Attach documents to a delivery](https://docs.shippify.co/developers/en/shippify-api/deliveries/attach-documents-to-a-delivery.md)
- [Routes](https://docs.shippify.co/developers/en/shippify-api/routes.md)
- [Create route](https://docs.shippify.co/developers/en/shippify-api/routes/create-route.md): This process is asynchronous. You can log into the system to check its progress or the route created.
- [Get route information](https://docs.shippify.co/developers/en/shippify-api/routes/get-route-information.md): You can retrieve a route by its ID or by any delivery ID belonging to the route
- [Add a delivery](https://docs.shippify.co/developers/en/shippify-api/routes/add-a-delivery.md): With this endpoint, you can add deliveries to a created route.
- [Remove a delivery](https://docs.shippify.co/developers/en/shippify-api/routes/remove-a-delivery.md): With this endpoint, you can remove deliveries from a created route.
- [Break a route](https://docs.shippify.co/developers/en/shippify-api/routes/break-a-route.md): Multiple routes can be broken, where the route is deleted and the tasks change to "processing".
- [Change the status of a route](https://docs.shippify.co/developers/en/shippify-api/routes/change-the-status-of-a-route.md): You can use this endpoint to change the status of all deliveries within a route.


---

# 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.shippify.co/developers/en/shippify-api.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.
