> For the complete documentation index, see [llms.txt](https://docs.tacufactsv.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tacufactsv.com/manual-tacufact/03-dte-recibidos/readme.md).

# README

La sección **DTEs Recibidos** reúne los documentos tributarios electrónicos que **otras empresas te emiten a ti** — por ejemplo, los CCF que tus proveedores te entregan cuando les compras algo. Aquí puedes guardarlos, organizarlos y, cuando corresponda, generar el Comprobante de Retención relacionado.

## Subir un DTE recibido

1. Presiona **Subir DTE JSON** en la parte superior de la pantalla.
2. Selecciona el archivo `.json` del documento que te entregó tu proveedor.

TacuFact analiza el archivo, identifica al emisor, el tipo de documento y los montos, y lo agrega a tu lista.

## Buscar y filtrar

Puedes filtrar tus documentos recibidos por:

* **Búsqueda** por nombre del emisor, número de control o código.
* **Tipo de DTE.**
* **Estado de verificación** (si el documento pudo confirmarse como válido ante Hacienda).
* **Origen** (cómo llegó el documento a tu sistema).
* **Rango de fechas** (desde / hasta).

## Generar un Comprobante de Retención desde un documento recibido

Si recibiste un CCF al que le corresponde aplicarle una retención de IVA (porque tu empresa es agente de retención), puedes generar el **Comprobante de Retención** directamente desde esa fila, sin tener que volver a escribir los datos del proveedor — TacuFact los toma automáticamente del documento recibido. Consulta [Comprobante de Retención](file:///6769597/02-dte/06-comprobante-retencion.md) para más detalle sobre este documento.

## Ver el detalle de un documento recibido

Haz clic sobre cualquier fila para abrir un panel con toda la información del documento: datos del emisor, ítems, montos y el contenido completo del archivo recibido.


---

# 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.tacufactsv.com/manual-tacufact/03-dte-recibidos/readme.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.
