> For the complete documentation index, see [llms.txt](https://manual.unosofbooks.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://manual.unosofbooks.com/guia-de-usuario-es/taxonomia-y-definiciones./productos/variedades-no-reales.md).

# Variedades No-Reales

En ocasiones, se solicita una demanda de ventas que no especifica una variedad en particular. La característica identificativa suele basarse en la Especie/Color. Un ejemplo sería Rosas Blancas. Aunque existen más de 20 variedades de rosas blancas, todas pueden utilizarse para satisfacer la demanda de una rosa blanca.

En estos casos, la finca tomará la orden de demanda como un producto genérico. Siguiendo el ejemplo anterior, Rosas Blancas. Esta es la Especie de Rosa con el atributo de color blanco. Cualquiera de las más de 20 variedades mencionadas puede utilizarse para completar el pedido.

La finca llevará un seguimiento de qué variedades se están utilizando en la demanda (importante desde una métrica de seguimiento de costos/ventas a nivel de la finca). Tomarán Mondial, Akito, Creme de la Creme y lo procesarán como un producto genérico de Rosa Blanca. La variedad siempre se conocerá a nivel de proveedor.

<figure><img src="/files/3mljL5qNZ4ZTPLLGHlJW" alt=""><figcaption><p>Diferente tipos de rosas blacas.</p></figcaption></figure>


---

# 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://manual.unosofbooks.com/guia-de-usuario-es/taxonomia-y-definiciones./productos/variedades-no-reales.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.
