> For the complete documentation index, see [llms.txt](https://factorypos.gitbook.io/pos-tablet-es/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://factorypos.gitbook.io/pos-tablet-es/main/setup/groups.md).

# Clasificaciones

## Configurar - Mantenimientos Avanzados

Las **Clasificaciones** se usan para generar **informes de ventas de artículos** filtrados según los Grupos y Sub-Grupos que aquí introduzcamos.

![](/files/-MVRsSSC9uRVAVjtlRkn)

En esta pantalla, añadiremos **los Grupos y Sub-Grupos**.

Primero pulse el botón <img src="/files/-MVO8jiPva9bQMwZPdNB" alt="" data-size="original"> y a continuación pulse el botón <img src="/files/-MVOiRlXryvXYVzYASqK" alt="" data-size="original"> correspondiente a la opción de añadir un **nuevo Grupo**.

Si desea editar/borrar los grupos existentes, pulse 2 veces sobre ellos.

![](/files/-MVRskEPoiEmCNe-yU0M)

Aquí, usted puede entrar los datos de los Grupos:

* ***Código:*** Aquí podrá definir el código del Grupo. Por defecto, el sistema genera un código secuencial, que puede ser cambiado siempre y cuando este sea único.
* ***Nombre:*** Aquí deberá introducir el nombre del Grupo.

##

![](/files/-MVRsvvLHt1Pm9DzcHs3)

Ahora, usted ya tiene unos **Grupos** creados.

![](/files/-MVRsyhaoUxJzFg2HRLu)

Si usted selecciona uno de ellos y pulsa el botón <img src="/files/-MVO8jiPva9bQMwZPdNB" alt="" data-size="original"> podrá escoger entre las opciones que se brinda: crear un **nuevo Grupo** o **añadir Sub-Grupos** al Grupo seleccionado haciendo uso del botón <img src="/files/-MVOiRlXryvXYVzYASqK" alt="" data-size="original"> correspondiente.

![](/files/-MVRt143zbq18Fz55lCw)

Aquí podrá entrar los datos del Sub-Grupo:

* ***Código:*** Aquí podrá definir el código del Sub-Grupo. Por defecto, el sistema genera un código secuencial, que puede ser cambiado siempre y cuando este sea único.
* ***Nombre:*** Aquí deberá introducir el nombre del Sub-Grupo.
* ***Clasificación:*** Aquí podrá escoger el grupo de clasificación.

##

![](/files/-MVRt4k9Uc4XsD6q02SP)

Aquí puede ver un ejemplo, donde hemos creado el **Grupo BEBIDAS** que tiene los **Sub-Grupos&#x20;*****CON ALCOHOL*****&#x20;y&#x20;*****SIN ALCOHOL***.


---

# 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://factorypos.gitbook.io/pos-tablet-es/main/setup/groups.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.
