> For the complete documentation index, see [llms.txt](https://sexytrees.savimbo.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://sexytrees.savimbo.com/practice-guide/es/iteracion/que-es-la-prueba-a-b.md).

# ¿Qué es la prueba A/B?

La academia tiene su valor. Por ejemplo, gran parte del trabajo central de soluciones como Inga fue realizado en estructuras académicas adecuadas por la Fundación Inga.&#x20;

Pero aún hay muchas preguntas regionales del mundo real por responder que pueden o no estar cubiertas por la literatura. Esto incluye cultivos afectados por el cambio climático, estructuras económicas e intersecciones con créditos climáticos.&#x20;

En la medida de lo posible, hemos documentado las respuestas académicas a las preguntas que pudimos responder, soluciones como [añadir fosfato de roca](/practice-guide/es/inga-agroforestry/fertilizer-and-mulch.md) a suelos agotados en la recuperación de suelos de Inga en los Andes. &#x20;

Pero algunas preguntas como la siembra directa frente al cultivo de plántulas son más específicas del sitio, y ahí es donde las pruebas A/B son esenciales.&#x20;

### Pruebas A/B como mejora continua

La academia no es el único campo que construye cosas o las descubre. Toyota utiliza la mejora continua, la medicina usa ensayos clínicos aleatorizados y la tecnología utiliza pruebas A/B para perfeccionar las cosas en ciclos más rápidos en el mundo real.&#x20;

### Cómo realizar una prueba A/B en una parcela agrícola


---

# 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://sexytrees.savimbo.com/practice-guide/es/iteracion/que-es-la-prueba-a-b.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.
