# Shippify Api

- [Primeros pasos](https://docs.shippify.co/developers/shippify-api/primeros-pasos.md): En esta sección te guiaremos para que consigas realizar tu primer request.
- [Entregas](https://docs.shippify.co/developers/shippify-api/entregas.md)
- [Creación de entregas](https://docs.shippify.co/developers/shippify-api/entregas/creacion-de-entregas.md): En esta sección aprenderás a crear tu primera entrega dendro de Shippify
- [Cotización de entregas](https://docs.shippify.co/developers/shippify-api/entregas/cotizacion-de-entregas.md): En esta sección podrás encontrar el endpoint para cotizar tus entregas
- [Obtener información de una entrega](https://docs.shippify.co/developers/shippify-api/entregas/obtener-informacion-de-una-entrega.md)
- [Modificar recolección](https://docs.shippify.co/developers/shippify-api/entregas/modificar-recoleccion.md)
- [Modificar entrega](https://docs.shippify.co/developers/shippify-api/entregas/modificar-entrega.md)
- [Cambiar estados de entrega](https://docs.shippify.co/developers/shippify-api/entregas/cambiar-estados-de-entrega.md)
- [Asignar conductor](https://docs.shippify.co/developers/shippify-api/entregas/asignar-conductor.md)
- [Imprimir etiquetas de la entrega](https://docs.shippify.co/developers/shippify-api/entregas/imprimir-etiquetas-de-la-entrega.md)
- [Obtener enlace de seguimiento](https://docs.shippify.co/developers/shippify-api/entregas/obtener-enlace-de-seguimiento.md)
- [Adjuntar documentos a una entrega](https://docs.shippify.co/developers/shippify-api/entregas/adjuntar-documentos-a-una-entrega.md)
- [Rutas](https://docs.shippify.co/developers/shippify-api/rutas.md)
- [Crear ruta](https://docs.shippify.co/developers/shippify-api/rutas/crear-ruta.md): Este proceso es asíncrono, puedes entrar en el sistema para ver su progreso o la ruta creada.
- [Obtener información de una ruta](https://docs.shippify.co/developers/shippify-api/rutas/obtener-informacion-de-una-ruta.md): Puedes obtener una ruta por su id o por algún id de entrega que pertenezca a la ruta.
- [Añadir entrega](https://docs.shippify.co/developers/shippify-api/rutas/anadir-entrega.md): Con este endpoint puedes añadir entregas a una ruta creada.
- [Eliminar entrega](https://docs.shippify.co/developers/shippify-api/rutas/eliminar-entrega.md): Con este endpoint puedes eliminar entregas de una ruta creada.
- [Quebrar ruta](https://docs.shippify.co/developers/shippify-api/rutas/quebrar-ruta.md): Se pueden quebrar varias rutas, la ruta se elimina y las tareas cambian a procesando.
- [Cambiar de estado una ruta](https://docs.shippify.co/developers/shippify-api/rutas/cambiar-de-estado-una-ruta.md): Puede utilizar este endpoint para cambiar el estado de todas las entregas de una ruta.


---

# 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/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.
