# 自定义分析

***

#### **Custom Analytics 中的数据有多新？**

数据每天会自动同步一次。若要按需获取最新数据，请点击侧边栏底部的同步图标（🔄）。

<figure><img src="/files/457450105160142b3203eac6d43913259c5b5931" alt=""><figcaption></figcaption></figure>

#### **我可以在 Custom Analytics 中合并来自多个团队的数据吗？**

不可以，数据仅限于单个团队。\
你只能分析你当前登录所在团队的数据。

#### **AI Assistant 会如何处理我的问题？我的数据会发送到其他地方吗？**

AI <mark style="color:$primary;">`Assistant`</mark> 会使用你的问题和数据的架构来生成 SQL。你的实际库存记录不会发送给模型；查询会在 BoxHero 内基于你同步的数据运行。

#### **谁可以看到我保存的查询？**

保存的查询对所有 **管理员** 以及普通 **成员** 你团队中的成员可见。任何有权限的人都可以打开、运行和编辑它们。请使用清晰的名称，这样队友就能找到正确的查询。

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

#### **我可以限制对自定义分析的访问吗？**&#x20;

默认情况下，管理员和成员可以在 [自定义分析](https://www.boxhero.io/docs/other-features/custom-analytics)中创建和查看查询。要限制某个成员的访问权限，请为其分配自定义角色—— **自定义分析** 是 *不* 包含在自定义角色权限中，因此即使选择了所有其他权限，拥有自定义角色的成员也无法使用此功能。

{% content-ref url="/spaces/lRf1QqJGoevCQqGbfI80/pages/IX9cXICL0ZvUEaxCOer7" %}
[Members](/docs/concepts/members.md)
{% endcontent-ref %}

<figure><img src="/files/4639ca116cfa025dfa7ef71041a11d099f40026c" alt=""><figcaption></figcaption></figure>


---

# 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/bao-biao/zi-ding-yi-fen-xi.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.
