> 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/pt-br/iteracao/o-que-e-teste-a-b.md).

# O que é teste A/B?

A academia tem seu valor. Por exemplo, grande parte do trabalho central de soluções como a Inga foi feita em estruturas acadêmicas adequadas pela Fundação Inga.&#x20;

Mas ainda há muitas questões regionais do mundo real a serem respondidas que podem ou não estar cobertas pela literatura. Isso inclui culturas afetadas pelas mudanças climáticas, estruturas econômicas e interseções com créditos de carbono.&#x20;

Na medida do possível, documentamos as respostas acadêmicas para as perguntas que conseguimos responder, soluções como [adicionar fosfato de rocha](/practice-guide/pt-br/inga-agroforestry/fertilizer-and-mulch.md) a solos esgotados na recuperação do solo Inga nos Andes. &#x20;

Mas algumas perguntas, como semeadura direta versus cultivo de mudas, são mais específicas do local, e é aí que os testes A/B são essenciais.&#x20;

### Teste A/B como melhoria contínua

A academia não é o único campo que constrói coisas ou descobre como fazê-las. A Toyota usa melhoria contínua, a medicina usa ensaios clínicos randomizados e a tecnologia de ponta usa testes A/B para refinar as coisas em ciclos mais rápidos no mundo real.&#x20;

### Como executar um teste A/B em uma 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/pt-br/iteracao/o-que-e-teste-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.
