# カスタム分析

***

#### **カスタム分析のデータはどの程度最新ですか？**

データは1日1回自動的に同期されます。必要に応じて最新データを取得するには、サイドバー下部の同期アイコン（🔄）をクリックしてください。

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

#### **カスタム分析で複数チームのデータを組み合わせることはできますか？**

いいえ、データは1つのチームに限定されます。\
現在ログインしているチームのデータのみを分析できます。

#### **AIアシスタントは私の質問に対して何をしますか？私のデータはどこかに送信されますか？**

この <mark style="color:$primary;">`AIアシスタント`</mark> は、SQLを生成するためにあなたの質問とデータのスキーマを使用します。実際の在庫レコードはモデルに送信されず、クエリはBoxHero内で同期済みデータに対して実行されます。

#### **保存したクエリは誰が見ることができますか？**

保存されたクエリはすべての **管理者** と標準の **メンバー** チームメンバーに表示されます。アクセス権のある人なら誰でも開く、実行する、編集することができます。チームメンバーが適切なクエリを見つけられるよう、わかりやすい名前を付けてください。

<figure><img src="/files/31f3dc6d4f40978ef6cd3bf5a9ce4a072d75594f" 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/5b580f515434832e3ad94c3bbf55eee3b27cd7b3" 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/ja/repto/kasutamu.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.
