> For the complete documentation index, see [llms.txt](https://softypaq.gitbook.io/centro-de-ayuda-softypaq/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://softypaq.gitbook.io/centro-de-ayuda-softypaq/administracion/plantillas-de-guias.md).

# Plantillas de guías

Define el **diseño de la etiqueta** que se imprime al generar una guía: qué elementos aparecen, en qué formato de papel y con qué datos de la empresa.

### Formatos de papel disponibles

| Formato          | Dimensiones                        |
| ---------------- | ---------------------------------- |
| Carta (`letter`) | 216 × 279 mm (se imprime apaisado) |
| A4               | 210 × 297 mm                       |
| Etiqueta 10×15   | 100 × 150 mm                       |
| Etiqueta 10×21   | 100 × 210 mm                       |
| Etiqueta 102×152 | 102 × 152 mm                       |
| Etiqueta 102×102 | 102 × 102 mm                       |
| Carta compacta   | 216 × 140 mm                       |

### Elementos configurables en la plantilla

* **Encabezado**: URL del logotipo, subtítulo, sitio web, teléfono.
* **Identificadores**: número de guía, código de rastreo, mostrar código QR, código de barras.
* **Contenido del paquete**: dimensiones, peso real, tipo de embalaje, contador de paquetes (cuando la guía tiene varios), valor declarado, contenido.
* **Dirección** de destino y **mostrar ruta destino**.
* **Cintillo de seguridad** y **sección de firma** (para acuse de recibo).
* **Fecha de creación**.
* Código **IATA**, cuando aplica.

### Vista previa

La pantalla incluye una **guía de ejemplo** para previsualizar en vivo cómo se vería la etiqueta con la configuración actual, antes de guardarla.

### Relación con Guías

El formato definido aquí es el que se ofrece por defecto al imprimir desde Guías de envío; desde ahí también se puede elegir, al momento de imprimir, un formato de papel distinto al configurado como predeterminado.


---

# 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://softypaq.gitbook.io/centro-de-ayuda-softypaq/administracion/plantillas-de-guias.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.
