# Administrar inventario sin conexión

El inventario fuera de línea de tu tienda consiste en artículos que no están a la venta. Estos pueden incluir artículos que:

* Se dañaron durante el envío a la tienda
* Se dañaron mientras estaban en exposición en la tienda
* Han sido devueltos por los clientes

Mover artículos al inventario fuera de línea los elimina del inventario principal de la tienda y garantiza que no se incluyan en los cálculos del margen de beneficio, los recuentos de inventario y los informes de ventas.


---

# Agent Instructions: 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:

```
GET https://docs.rmhpos.com/es/store-manager/manage-inventory/manage-offline-inventory/managing-offline-inventory.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
