> 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/faq/ko/inventory-and-transactions/locations.md).

# 위치

***

### 멤버가 특정 위치만 볼 수 있도록 제한할 수 있나요? <a href="#location-visibility-control" id="location-visibility-control"></a>

멤버는 팀 내 **모든 위치에 접근**할 수 있으며, 위치별 접근 제한은 지원하지 않습니다. 위치별 접근 권한이 필요하다면 팀을 분리해 운영하는 것을 권장합니다.

### 팀과 위치의 차이는 무엇인가요? <a href="#team-vs-location" id="team-vs-location"></a>

* **팀 :** 박스히어로에서 **재고를 관리하는 작업 공간**입니다. 팀에 합류된 멤버들은 팀에 등록된 제품들을 함께 관리하며, 각 팀은 서로 독립적으로 운영됩니다.
* **위치 : 하나의 팀 안에서 설정할 수 있는 재고 보관 장소**입니다. 재고가 여러 위치에 분산되어 있거나 재고 이동 내역을 기록해야 할 때 설정하여 사용합니다.&#x20;

예를 들어 지점을 관리하는 경우, 운영 방식에 따라 지점을 '팀'으로 운영할 수도 있고 '위치'로 운영할 수도 있습니다.

모든 지점이 같은 팀 안에서 전체 재고와 히스토리를 함께 관리해도 된다면 위치로 사용하는 것이 적합합니다. 반대로 다른 지점의 재고나 히스토리를 볼 수 없도록 운영하려는 경우에는 팀을 분리해 사용하는 것을 권장합니다.

팀과 위치를 어떻게 설정해야 할 지 어려운 경우, [**고객센터**](/docs/ko/resources/contact.md)로 상황을 설명해 주시면 자세히 안내드리겠습니다.

{% hint style="warning" %}
하나의 계정으로 여러 팀을 운영할 수 있으며, **결제는 '팀' 단위로 진행**됩니다.\
\&#xNAN;**'위치'는 비즈니스 플랜에서 기본 3개까지 사용**할 수 있으며, 위치가 더 필요한 경우 추가 결제해서 사용할 수 있습니다.
{% endhint %}

### 하나의 제품을 한 장소에서만 보관할 경우에도 위치 기능을 사용하나요? <a href="#single-storage-location" id="single-storage-location"></a>

제품이 여러 장소에 분산되어 있지 않고 **단순히 보관 위치만 확인하려는 경우**에는 **위치 기능 대신** [**속성**](/docs/ko/concepts/attributes.md)**을 사용**해 주세요.

속성에 '보관 위치'라는 항목을 추가하고, 각 제품마다 보관 위치를 입력해 두세요.

<figure><img src="/files/7B6Uu3f91eAKBYcXCCxV" alt="보관 위치를 속성으로 입력"><figcaption></figcaption></figure>

### 특정 위치만 재고 부족 알림을 받을 수 있나요? <a href="#low-stock-alert-by-location" id="low-stock-alert-by-location"></a>

원하는 위치의 **재고 부족 알림**만 받을 수 있습니다. [**위치별로 안전 재고를 설정**](/docs/ko/other-features/low-stock-alert.md#configure-by-location)한 뒤, [**각 멤버가 개별적으로 해당 위치의 알림을 설정**](/docs/ko/other-features/low-stock-alert.md#set-up-notifications)해 주세요.

{% hint style="success" %}
원하는 답변을 찾지 못하셨다면 [**고객센터**](/docs/ko/resources/contact.md)로 문의해 주세요.
{% endhint %}


---

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

```
GET https://www.boxhero.io/docs/faq/ko/inventory-and-transactions/locations.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.
