> 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/configure-pos-and-store-manager/merchandising/setting-up-automatic-item-lookup-codes.md).

# Generar códigos automáticos de búsqueda de artículos

Puede simplificar el proceso de agregar artículos a la base de datos de la tienda y crear coherencia entre los artículos generando automáticamente códigos de búsqueda de artículos para los nuevos artículos.

1. Haga clic en **Configuración**.
2. Expandir **Mercadotecnia**.
3. Haga clic en **Configuración de artículos**.
4. Seleccione **Usar códigos de búsqueda automáticos de artículos**.
5. En **Formato del código de búsqueda**, introduzca cualquier carácter que desee incluir en el código de búsqueda y use el símbolo de almohadilla (#) para definir la longitud de la parte numérica del código de búsqueda.

{% hint style="info" %}
Asegúrese de que la longitud de la parte numérica del código de búsqueda incluya margen para el crecimiento del inventario. Por ejemplo, si usa ###, el código de búsqueda admitirá una secuencia de numeración de 001 a 999, pero no admitirá una secuencia de numeración de 1000 y superior.
{% endhint %}

6. En **Siguiente número**, introduzca el número inicial para la secuencia numérica. Por ejemplo, si introduce 100, la secuencia de numeración comenzará en 100.
7. Si lo desea, use **Incrementar siguiente número en** para controlar cómo se incrementa la secuencia numérica. Por ejemplo, si la secuencia numérica comienza en 100 y usted introduce 5 como número de incremento, la secuencia de numeración será 100, 105, 110, 115, etc. El valor máximo de incremento es 10.
8. Haga clic en **Guardar y cerrar**.


---

# 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/configure-pos-and-store-manager/merchandising/setting-up-automatic-item-lookup-codes.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.
