> For the complete documentation index, see [llms.txt](https://encom-1.gitbook.io/encom-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://encom-1.gitbook.io/encom-docs/panel-de-control/articulos/crear/crear-combos.md).

# Combos

{% columns %}
{% column width="58.333333333333336%" valign="middle" %}
Para crear un combo debe ir a la sección artículos y luego al botón **Crear > Kit o Combo**
{% endcolumn %}

{% column width="41.666666666666664%" %}

<figure><picture><source srcset="/files/zhbAyy4cSBiIETllPvy9" media="(prefers-color-scheme: dark)"><img src="/files/tgWR6Kf4TpuKDnc4BNUa" alt=""></picture><figcaption></figcaption></figure>
{% endcolumn %}
{% endcolumns %}

Le asigna un nombre, precio de venta, categoría, etc.

<picture><source srcset="/files/ekosyU8dvP439JcOoOHH" media="(prefers-color-scheme: dark)"><img src="/files/H1fkJoGVbjZnlc4Wd2Uu" alt=""></picture>

Luego va a la pestaña del combo y selecciona el tipo de combo

### **Dinámico**

El combo dinámico se utiliza en caso de que el cliente necesite seleccionar alguna variación del producto al momento de la venta. Por ej. Si el cliente necesita seleccionar el sabor de un helado o el color de una prenda de vestir.

<picture><source srcset="/files/r48jk01tqwVPGS9uCpwB" media="(prefers-color-scheme: dark)"><img src="/files/pJ3A3IrgyLUFv8UARtSu" alt=""></picture>

Al seleccionar la opción Combo Dinámico más abajo le permitirá agregar las categorías de los productos que desee que el cliente pueda seleccionar y la cantidad.

<picture><source srcset="/files/L84Nl5dr12p7SVvzvz8z" media="(prefers-color-scheme: dark)"><img src="/files/dNIyVylYs6Y3kAnWeImu" alt=""></picture>

### **Predefinido**

Al seleccionar esta opción, le permitirá seleccionar los productos y cantidades que incluyen en el combo.

A diferencia del Combo Dinámico, al momento de la venta no podrá cambiar la configuración del combo, se añadirán automáticamente los productos y cantidades definidas

{% hint style="info" %}
Los productos y categorías que incluyan en el combo deberán de estar previamente cargados en su listado de artículos.
{% endhint %}


---

# 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://encom-1.gitbook.io/encom-docs/panel-de-control/articulos/crear/crear-combos.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.
