> For the complete documentation index, see [llms.txt](https://docs.aurora.net.pe/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.aurora.net.pe/documentos/generar-guias-de-remision.md).

# Generar guías de remisión

## Ver guías de remisión

Puede buscar y filtrar guías de remisión por fecha de emision y cliente (denominación o número de documento).

El filtro también permite establecer un rango de fechas.

<figure><img src="/files/nMggEPp53odsieXlfD9L" alt=""><figcaption></figcaption></figure>

El botón `Opciones` permite las siguientes acciones:

* Enviar por email
* Imprimir
* Enviar a SUNAT (modo sin conexión habilitado)
* Consultar estado SUNAT (para obtener estado en SUNAT)
* Descargar PDF
* Descargar XML
* Descargar CDR (solo si estado en SUNAT es aceptado)

La opción `Descargar reporte` genera un archivo Excel con las guías de remisión emitidas en base a los filtros aplicados.

## Emitir guía de remisión remitente

Puede emitir una guía de remisión remitente haciendo clic en el botón `Nuevo` desde la página principal de guías de remisión.

<figure><img src="/files/jVPH5IXQornnvmRjJgx5" alt=""><figcaption></figcaption></figure>

Debe completar los campos solicitados para emitir una guía de remisión.

* Entidad
* Serie
* Número (autogenerado)
* Fecha emisión
* Fecha inicio de traslado
* Peso total
* Unidad de medida
* Motivo de traslado
* Modalidad de transporte
* Dirección punto partida
* Ubigeo punto partida
* Dirección punto llegada
* Ubigeo punto llegada
* Observaciones (opcional)

Para agregar productos haga clic en el botón ![](/files/yql87QW9jan5iH6OwSQT)para abrir un modal donde puede filtrar y buscar.

<figure><img src="/files/Pq9ct16TtybRF48xiaep" alt=""><figcaption></figcaption></figure>

Haga clic en el botón ![](/files/4e0EnbNkA35q9UG7pBaE)para agregar el producto a la guía de remisión.

Ahora puede agregar o editar detalles adicionales y cantidad o eliminar el producto de la guía de remisión.

<figure><img src="/files/HPZY5dxv5CQzRL2qdxER" alt=""><figcaption></figcaption></figure>


---

# 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.aurora.net.pe/documentos/generar-guias-de-remision.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.
