> 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/02-dte/05-nota-debito.md).

# 05 nota debito

La **Nota de Débito** es el documento opuesto a la Nota de Crédito: se usa para **aumentar** el valor de un documento ya emitido, por ejemplo cuando se omitió cobrar un cargo adicional, hubo un error de precio a favor del cliente, o se necesita facturar un cargo extra relacionado con una venta anterior. Igual que la Nota de Crédito, siempre va relacionada con un documento original (normalmente un CCF o un Comprobante de Retención).

TacuFact te ofrece las mismas dos formas de generarla que la Nota de Crédito.

## Opción 1 — Generar la Nota de Débito desde un documento ya emitido en TacuFact

1. Ve a la lista de [DTE](broken://pages/46d844d835de1bdb63a5281df25afb4d3dac30eb).
2. Busca el CCF (u otro documento) al que le quieres agregar el cargo.
3. Abre el menú de acciones de esa fila y elige **Nota de Débito**.
4. El formulario llega precargado con los datos del receptor original.
5. Indica el **motivo de la Nota de Débito**.
6. Agrega los ítems o cargos adicionales y confirma.

## Opción 2 — Nota de Débito manual ("CCF Externo")

Para corregir al alza un documento que **no fue emitido desde TacuFact**:

1. Presiona **Emitir DTE** y elige la tarjeta de **Nota de Débito**; te llevará directo al formulario manual.
2. Ingresa el **número de documento** (código de generación) del CCF externo y su fecha.
3. Completa los datos del receptor: **nombre, tipo y número de documento, NRC** y, opcionalmente, su **correo**.
4. Indica el **motivo de la Nota de Débito**.
5. Agrega los cargos adicionales y confirma.

## ¿Qué pasa después?

La Nota de Débito queda relacionada al documento original. Para anularla más adelante, consulta [Anular un DTE](broken://pages/09eb16f908bade07f80f1e1adf0b068646a772e4).


---

# 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/02-dte/05-nota-debito.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.
