> For the complete documentation index, see [llms.txt](https://docs.tacufactsv.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tacufactsv.com/manual-tacufact/04-inventario/04-stock-por-sucursal.md).

# 04 stock por sucursal

TacuFact controla el inventario de cada producto **por sucursal**: la misma camisa puede tener 10 unidades en tu tienda del centro y 3 en tu sucursal de la zona rosa, y el sistema lleva el control de cada una por separado.

## Ver el inventario de un producto

1. Abre el detalle de cualquier producto desde el [Catálogo](broken://pages/5c8580ea7be9026568e618e46f702668e4d70e88).
2. Ve a la pestaña **Inventario**.
3. Verás, sucursal por sucursal, la cantidad disponible y el estado del stock: **En Stock**, **Stock Bajo** o **Sin Stock**, según la cantidad actual comparada con la alerta mínima que configuraste.

## Ajustar el stock manualmente

Cuando necesites corregir una cantidad (por ejemplo, después de un inventario físico, por un producto dañado, o por una devolución de cliente), usa el **Ajuste de Stock**:

1. Elige si el ajuste es para **Sumar (+)** o **Restar (-)** unidades.
2. Indica la **cantidad** del ajuste.
3. Elige el **motivo:** Inventario físico, Producto dañado, Devolución de cliente, Error de conteo u Otro.
4. Si quieres, agrega una **nota** adicional con más detalle.
5. Confirma. El sistema te muestra una vista previa del **nuevo stock resultante** antes de guardar.

{% hint style="info" %}
La cantidad mínima de alerta que configuraste para cada producto te permite detectar a tiempo cuándo es momento de reabastecerte, sin tener que revisar cada producto manualmente.
{% endhint %}

## Registrar inventario en una nueva sucursal

Si abres una sucursal nueva y necesitas registrar las existencias iniciales de un producto que ya tenías en el catálogo, puedes hacerlo desde la pestaña **Inventario** del producto, indicando la sucursal y la cantidad inicial.


---

# 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.tacufactsv.com/manual-tacufact/04-inventario/04-stock-por-sucursal.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.
