# 地点

***

#### **团队和地点有什么区别？**

* “**团队**”是 BoxHero 中的一个虚拟工作区，所有库存物品都在其中统一管理。
* “**地点**”是团队内的一个具体位置（例如：存储区、仓库、零售店），物品可以存放或移动到那里。

你可以在 BoxHero 中管理多个团队，但每个团队都有自己独立的库存。

{% hint style="info" %}
标准 [商业方案](https://www.boxhero.io/docs/pricing#business-plan) 包含单个团队内最多 3 个地点，并可付费添加更多地点。&#x20;
{% endhint %}

#### **如何添加新地点？**

前往 <mark style="color:$primary;">`数据中心`</mark> > <mark style="color:$primary;">`地点`</mark> > <mark style="color:$primary;">`添加地点`</mark>，输入该地点的名称，然后保存。新地点将立即可用于所有库存交易和报表中。

#### **如何重命名或删除地点？**

前往 <mark style="color:$primary;">`数据中心`</mark> > <mark style="color:$primary;">`地点`</mark>，然后选择你想要 <mark style="color:$primary;">`编辑`</mark> 或 <mark style="color:$primary;">`删除`</mark>.

<figure><img src="/files/8d10676753703cb1837d0f5241b5428b2cc609c5" alt=""><figcaption></figcaption></figure>

{% hint style="warning" %}
在删除地点之前，请确保其中不包含任何库存——分配到该地点的物品需要先使用 **移动** **库存** 交易移到其他地方。
{% endhint %}

#### **我可以在地点之间转移库存吗？**

可以，只要这些地点属于同一个团队。使用 <mark style="color:$primary;">`移动库存`</mark> 交易即可在团队内的地点之间转移物品。

库存转移在 *不同团队* 之间不受支持——每个团队都独立运作，拥有自己独立的库存。

#### **如何查看每个地点有多少库存？**

你可以通过以下几种方式查看各地点的库存数量：

* **物品列表**：按地点筛选，可查看特定站点的数量。
* **物品信息**：打开任意物品，即可查看按地点细分的数量。
* **库存报表**：按地点分组查看完整的库存快照。

{% columns %}
{% column %}

<figure><img src="/files/aa9cae18a79a26b76ab0deeb805ba91e9820ad61" alt=""><figcaption><p>物品列表</p></figcaption></figure>
{% endcolumn %}

{% column %}

<figure><img src="/files/4ef5e9b0e85024d94fe2780fd7461273e442a3fa" alt=""><figcaption><p>物品信息</p></figcaption></figure>
{% endcolumn %}

{% column %}

<figure><img src="/files/a1ea205ef7d39b45333de36bd2946c9d6d0705a3" alt=""><figcaption><p>库存报表</p></figcaption></figure>
{% endcolumn %}
{% endcolumns %}

#### **我可以针对特定地点接收低库存提醒吗？**

可以。 <mark style="color:$primary;">`低库存提醒`</mark> 可以按地点进行设置，并且每位团队成员都可以自定义自己的通知设置。更多详情，请参阅 [分步指南](https://www.boxhero.io/docs/other-features/low-stock-alert).

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

#### **我可以使用地点来管理不同的库存类别吗？**

可以，但这是一种变通方法，而不是推荐做法。例如，你可以在同一个团队内创建两个地点——一个用于帽子，另一个用于手套。

请注意 *所有* 团队内的库存都是共享的，因此来自每个地点的物品会一起显示在 <mark style="color:$primary;">`物品列表`</mark>中。如果你需要将库存类别完全分开，或限制对特定类别的访问，我们建议为每个类别创建一个 **独立团队** 。

#### **如果我降级我的方案，我的地点会怎样？**

如果你降级到地点数量限制更低的方案，现有地点及其数据会被保留，但在低于新限制之前，你将无法创建新地点或执行某些操作。若要恢复全部功能，请删除多余地点，或升级回支持你当前设置的方案。

{% content-ref url="/pages/47c98460eae7912dcb9581fbb4061a83b228398f" %}
[套餐与价格](/docs/faq/zh/zhang-dan/tao-can-yu-jia-ge.md)
{% endcontent-ref %}


---

# 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://www.boxhero.io/docs/faq/zh/ku-cun-yu-jiao-yi/di-dian.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.
