> For the complete documentation index, see [llms.txt](https://iteracion0.aldea-dao.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://iteracion0.aldea-dao.org/en/recaudacion-de-fondos/auditoria.md).

# Audit

An **audit** is the process of verifying and / or validating compliance with an activity as it was planned and in accordance with the stipulated instructions. Its purpose is to **diagnose** and **identify** which functions are developing as expected and which are not, in order to detect those that are susceptible to **improvement**.

The result of an audit is generally recorded in a **report**. Before its issuance, a draft is usually sent to the authorities for clarification of doubtful points and any discrepancies that may arise with respect to the auditors' criteria. Ideally, there should be maximum interaction and collaboration between the auditor and the auditee, so that a proper and realistic assessment of the situation can be made.

Consequently with one of ALDEA’s main values, which is transparency, we consider that this process should be a fundamental part of **Iteration 0**. For this reason, once the fundraising period is over, we will prepare a report with the details of its use as previously stated in [Administration](/en/recaudacion-de-fondos/administracion.md).

This report will be published in the following [document](https://docs.google.com/spreadsheets/d/1g5bFvbFH2yK3rLbNZ2Gue6k2TWml16XDhW7moFKO7fY/edit#gid=0) and will be available to the community to be audited.


---

# 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://iteracion0.aldea-dao.org/en/recaudacion-de-fondos/auditoria.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.
