> For the complete documentation index, see [llms.txt](https://docs.rmhpos.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.rmhpos.com/es/store-manager/manage-items/use-the-advanced-item-wizard-to-update-items/advanced-item-wizard-adding-removing.md).

# Agregar o quitar artículos de la vista de cuadrícula

## Agregar elementos

Para agregar elementos a la vista de cuadrícula, haga una o ambas de las siguientes acciones:

* Haga clic en el **Asistente** botón para relanzar el **Asistente avanzado de artículos** y cambie sus criterios de selección de elementos.

<div align="left"><img src="/files/95a3780eb2425168d0d7bf307479b0e41e7fbd11" alt=""></div>

* Haga clic en **Escaneo rápido**, introduzca el código de búsqueda del elemento o el alias y pulse **Intro**. Cuando haya terminado de agregar elementos manualmente, haga clic en **Listo** para cerrar el **Escaneo rápido** diálogo.

<div align="left"><img src="/files/e04471ff2a00c3ef1b3bf235c358f3b7e07ddc6a" alt=""></div>

Si el elemento no se agrega a la lista (porque el código de búsqueda del elemento o el alias no coincide con un elemento existente en la base de datos), introduzca parte del código de búsqueda del elemento o del alias y haga clic en **Buscar**. El sistema mostrará todas las coincidencias posibles. Seleccione el elemento adecuado de la lista y haga clic en **Aceptar**, luego haga clic en **Aceptar**.

<div align="left"><img src="/files/6bc5893072f61a01bc79e0438a09e399c9803294" alt=""></div>

## Eliminar elementos

Para eliminar elementos de la vista de cuadrícula, seleccione el/los elemento(s) y haga clic en **Eliminar**.

<div align="left"><img src="/files/fe68549c24d744eaa5b689114f27af3638bd420f" alt=""></div>


---

# 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://docs.rmhpos.com/es/store-manager/manage-items/use-the-advanced-item-wizard-to-update-items/advanced-item-wizard-adding-removing.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.
