> For the complete documentation index, see [llms.txt](https://docs.zipnova.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.zipnova.com/documentacion-de-integracion.md).

# Documentación de integración

#### Zipnova Envíos

{% hint style="info" %}
**Zipnova Envíos** es nuestra plataforma de gestión de envíos, con integraciones a múltiples transportes, canales de venta y marketplaces.
{% endhint %}

{% columns %}
{% column %}
**Documentación API**

{% content-ref url="/spaces/3YJzYGGHMi31iTYlarRo" %}
[Envíos](https://docs.zipnova.com/envios/)
{% endcontent-ref %}
{% endcolumn %}

{% column %}
**Portal de ayuda**

{% embed url="<https://ayuda-envios.zipnova.com>" %}
{% endcolumn %}
{% endcolumns %}

***

#### Zipnova Rutas

{% hint style="info" %}
**Zipnova Rutas** es nuestra plataforma de optimización y monitoreo de rutas de entrega.
{% endhint %}

{% columns %}
{% column width="50%" %}
**Documentación API**

{% content-ref url="/spaces/ITffP6laRDwvNxAgsCst" %}
[Rutas](https://docs.zipnova.com/rutas/)
{% endcontent-ref %}
{% endcolumn %}

{% column width="50%" %}
**Portal de ayuda**

{% embed url="<https://support-routes.zipnova.com/hc/es-419>" %}
{% endcolumn %}
{% endcolumns %}

***

### Otros recursos

{% columns %}
{% column %}
{% embed url="<https://status.zipnova.app/>" fullWidth="false" %}
{% endcolumn %}

{% column %}
{% content-ref url="/spaces/vapRjK1iJDRSdjEDOsdS" %}
[Brand Kit](https://docs.zipnova.com/brand/)
{% endcontent-ref %}
{% endcolumn %}
{% endcolumns %}

***

## :envelope\_with\_arrow: Suscripción a novedades

Suscríbete a la lista para ser notificado de novedades sobre la API o aspectos importantes relacionados a las integraciones con Zipnova.

{% @mailchimp/mailchimpSubscribe cta="Recibir actualizaciones por e-mail" fullWidth="false" %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.zipnova.com/documentacion-de-integracion.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
