> For the complete documentation index, see [llms.txt](https://www.boxhero.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://www.boxhero.io/docs/documentation/es/conceptos/locations.md).

# Ubicaciones

<figure><img src="/files/5ded61bfe9214a2321e75b79e74c31a16cc1ff0a" alt=""><figcaption></figcaption></figure>

***

## Cuándo usar ubicaciones

* **Cuando almacenas el mismo artículo en diferentes lugares**
  * Ejemplo: almacén principal, piso 3 / estante B, tienda minorista
* **Cuando haces seguimiento del mismo artículo por estado o condición**
  * Ejemplo: listo para la venta, defectuoso, reacondicionado

<figure><img src="/files/6c3336ad98147ef464f513e5cba5a268af2ac152" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
**Nota**: Si solo tienes una ubicación de almacenamiento, usar la [Atributos](/docs/documentation/es/conceptos/attributes.md) podría ser una opción más sencilla. Puedes añadir un atributo "Ubicación" para llevar un registro de dónde se almacena cada artículo.
{% endhint %}

## Cómo añadir ubicaciones

Para añadir y gestionar las ubicaciones de tu equipo, ve a <mark style="color:$primary;">`Centro de datos`</mark> > <mark style="color:$primary;">`Ubicaciones`</mark>.

<figure><img src="/files/211766412c0dfe6ca0adecdce5662b54ea8aa199" alt=""><figcaption></figcaption></figure>

{% hint style="warning" %}
Cuando configuras un equipo en BoxHero por primera vez, *una* ubicación se crea de forma predeterminada.

Añadir ubicaciones solo está disponible en el [Plan Business](/docs/documentation/es/pricing.md#business-plan), que incluye hasta 3 ubicaciones. Si necesitas más ubicaciones, puedes mejorar tu plan yendo a <mark style="color:$primary;">`Ajustes`</mark> > <mark style="color:$primary;">`Facturación`</mark>.
{% endhint %}

***

## Artículos por ubicación

Puedes ver la cantidad total de cada artículo, así como cuántos se almacenan en cada ubicación.

<figure><img src="/files/b19e3c8a6d68d6eebf5ab33b46f71b65b5b50cbd" alt=""><figcaption></figcaption></figure>

Usa el menú desplegable para ver los artículos por ubicación: elige **Todas las ubicaciones** o una *específica* ubicación para filtrar la vista.

<figure><img src="/files/f0ba4b3e7418f2ce37ab86babb2ebf98aed109a2" alt=""><figcaption></figcaption></figure>

***

## Ubicaciones en las transacciones

### Mover stock

Transfiere artículos de una ubicación a otra y gestiona tus artículos en varias sedes.

<figure><img src="/files/9accdaf2f02ba26990b004800951bd38ed3a680e" alt=""><figcaption></figcaption></figure>

{% embed url="<https://customer-0jrbilsa8yt3k758.cloudflarestream.com/4c6612e76cbe4531adaa3e0702f75255/iframe?autoplay=true&controls=false&letterboxColor=transparent&loop=true&muted=true&poster=https://customer-0jrbilsa8yt3k758.cloudflarestream.com/4c6612e76cbe4531adaa3e0702f75255/thumbnails/thumbnail.jpg?height=1080&preload=true>" %}
Mover stock funciona igual en la aplicación móvil.
{% endembed %}

{% hint style="warning" %}
**Nota:** La <mark style="color:$primary;">`Mover stock`</mark> solo está disponible una vez que hayas añadido más de una ubicación.\
Si tu equipo tiene una *única* ubicación, la función se desactiva.
{% endhint %}

### Otras transacciones de stock

Para todas las demás acciones de inventario—**Stock** **Entrada**, **Stock** **Salida**, y **Ajustar** **Stock**—todavía tendrás que seleccionar una ubicación antes de completar la transacción.

<figure><img src="/files/1e7dc569ea5a2c21445d30aae2a078dde52e7193" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
**Nota:** Si solo tienes una ubicación, se seleccionará de forma predeterminada; no necesitas elegirla manualmente.
{% endhint %}

***

## Preguntas frecuentes

**¿Tienes preguntas sobre las ubicaciones?** Consulta nuestras preguntas frecuentes.

{% content-ref url="/spaces/2HSNaaMfPye6J7HoP6FU/pages/a6230cbd35cbe1e5ba83c93d1c5a11e273cede1e" %}
[Ubicaciones](/docs/faq/es/inventario-y-transacciones/ubicaciones.md)
{% endcontent-ref %}


---

# 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://www.boxhero.io/docs/documentation/es/conceptos/locations.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.
