> For the complete documentation index, see [llms.txt](https://manual.unosofbooks.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://manual.unosofbooks.com/guia-de-usuario-es/exportaciones.md).

# Exportaciones

- [Guías Aéreas](https://manual.unosofbooks.com/guia-de-usuario-es/exportaciones/airway-bills.md)
- [Impresión Masiva de Facturas Comerciales y de Clientes](https://manual.unosofbooks.com/guia-de-usuario-es/exportaciones/airway-bills/impresion-masiva-de-facturas-comerciales-y-de-clientes.md)
- [O.E / DAE](https://manual.unosofbooks.com/guia-de-usuario-es/exportaciones/o.e-dae.md): Este módulo gestiona la adición y edición de O.E. o DAE. Un O.E es un Documento de Declaración Aduanera necesario para la exportación que incluye tipo de envío, producto, destino y fecha, etc.
- [Manejo de Cajas](https://manual.unosofbooks.com/guia-de-usuario-es/exportaciones/boxes.md): Este módulo gestiona la adición y edición de cajas dentro de UNOSOF.
- [Incoterms](https://manual.unosofbooks.com/guia-de-usuario-es/exportaciones/incoterms.md): Este módulo gestiona la adición y edición de Incoterms dentro de UNOSOF.
- [Maestro de Agencias de Carga](https://manual.unosofbooks.com/guia-de-usuario-es/exportaciones/cargo-agencies.md): Este módulo gestiona la adición y edición de agencias de carga dentro de UNOSOF.
- [Maestro de Conductores](https://manual.unosofbooks.com/guia-de-usuario-es/exportaciones/drivers.md): Este módulo gestiona la adición y edición de controladores dentro de UNOSOF.
- [Compañías de Camiones](https://manual.unosofbooks.com/guia-de-usuario-es/exportaciones/truck-companies.md): Este módulo gestiona la adición y edición de las compañías de camiones dentro de UNOSOF.
- [Guía de Embarque](https://manual.unosofbooks.com/guia-de-usuario-es/exportaciones/guia-de-embarque.md): Este módulo genera los documentos del camión, como la información del camión y la guía de remisión necesaria para respaldar y declarar el transporte de productos.
- [Integraciones LAG](https://manual.unosofbooks.com/guia-de-usuario-es/exportaciones/integraciones-lag.md): Para el beneficio de todos, para estandarizar la industria, por eficiencia y precisión, UNOSOF ha establecido integraciones con Logistics Alliance Group para cada granja con la que trabajamos.


---

# 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://manual.unosofbooks.com/guia-de-usuario-es/exportaciones.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.
