> For the complete documentation index, see [llms.txt](https://guia.fenicio.help/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guia.fenicio.help/logistica/etiquetas-de-entrega.md).

# Etiquetas de logística

Cuando el pedido esté listo para enviar, se debe seleccionar en la columna de entrega el estado "Listo para enviar". Según la configuración del módulo de Logística, este cambio puede activar automáticamente la generación de la etiqueta. En algunos casos, el sistema de gestión realiza este cambio de estado de forma automática.

El cliente recibirá notificaciones por email sobre el estado de su paquete, configurables desde el módulo de [Notificaciones al Cliente](/comunicaciones/notificaciones-a-clientes.md).

El código de tracking se completa automáticamente con la información del proveedor de envío.

La etiqueta se puede obtener desde el [Panel de ventas](/ventas/panel-de-ventas.md) o desde el [Detalle de una venta](/ventas/detalle-de-una-venta.md).

{% hint style="info" %}
Para integración con Mercado Libre, se habilita una etiqueta oficial de envío lista para imprimir.
{% endhint %}


---

# 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://guia.fenicio.help/logistica/etiquetas-de-entrega.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.
