> For the complete documentation index, see [llms.txt](https://learn.ledgifi.com/chile/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://learn.ledgifi.com/chile/impuestos-cripto/que-tengo-que-declarar/donaciones.md).

# Donaciones

La donación entre vivos es un acto por el cual una persona transfiere gratuita e irrevocablemente una parte de sus bienes a otra persona, encontrandose afecta esta donación al impuesto a las donaciones.

Desde el punto de vista tributario, una Donación es el desembolso financiero que se efectúa libre y gratuitamente. Estas se deberán declarar al SII en los dos primeros meses del año siguiente a cuando se recibieron, o sea, si recibiste una donación en 2022, esta deberás declararla entre enero y febrero de 2023.

* [Regalo o Donación](/chile/tipos-de-transacciones/regalo-o-donacion.md)

Cabe señalar que para que una donación sea considerada como tal, debe cumplir ciertos requisitos, en caso de no cumplirlos, solamente pasaran a ser un gasto que no podrás aprovechar para rebajar tu ganancia a declarar, como lo que ocurre con los Regalos.


---

# 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://learn.ledgifi.com/chile/impuestos-cripto/que-tengo-que-declarar/donaciones.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.
