> 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/th/reporting/custom-analytics.md).

# การวิเคราะห์แบบกำหนดเอง

***

#### **ข้อมูลใน Custom Analytics เป็นปัจจุบันแค่ไหน?**

ข้อมูลจะซิงค์อัตโนมัติวันละครั้ง หากต้องการดึงข้อมูลล่าสุดตามต้องการ ให้คลิกไอคอนซิงค์ (🔄) ที่ด้านล่างของแถบด้านข้าง

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

#### **ฉันสามารถรวมข้อมูลจากหลายทีมใน Custom Analytics ได้ไหม?**

ไม่ได้ ข้อมูลจะจำกัดอยู่ที่ทีมเดียว \
คุณสามารถวิเคราะห์ข้อมูลได้เฉพาะจากทีมที่คุณกำลังเข้าสู่ระบบอยู่เท่านั้น

#### **AI Assistant ทำอะไรกับคำถามของฉัน? ข้อมูลของฉันจะถูกส่งไปที่ไหนไหม?**

ตัว <mark style="color:$primary;">`AI Assistant`</mark> ใช้คำถามของคุณและสคีมาของข้อมูลของคุณเพื่อสร้าง SQL เรคคอร์ดสินค้าคงคลังจริงของคุณจะไม่ถูกส่งไปยังโมเดล; คำสั่งจะทำงานกับข้อมูลที่ซิงค์แล้วของคุณภายใน BoxHero

#### **ใครสามารถเห็นคำสั่งค้นหาที่ฉันบันทึกไว้?**

คำสั่งค้นหาที่บันทึกไว้จะมองเห็นได้โดยทุก **ผู้ดูแลระบบ** และมาตรฐาน **สมาชิก** ในทีมของคุณ ผู้ที่มีสิทธิ์เข้าถึงสามารถเปิด เรียกใช้ และแก้ไขได้ ใช้ชื่อที่ชัดเจนเพื่อให้เพื่อนร่วมทีมค้นหาคำสั่งค้นหาที่ถูกต้องได้

<figure><img src="/files/978af6f65307e83ed8a8fb05d53d0191fc38df8b" alt=""><figcaption></figcaption></figure>

#### **ฉันสามารถจำกัดการเข้าถึงการวิเคราะห์แบบกำหนดเองได้ไหม?**&#x20;

ตามค่าเริ่มต้น ผู้ดูแลระบบและสมาชิกสามารถสร้างและดูคำสั่งค้นหาใน [การวิเคราะห์แบบกำหนดเอง](https://www.boxhero.io/docs/other-features/custom-analytics). หากต้องการจำกัดการเข้าถึงของสมาชิก ให้กำหนดบทบาทแบบกำหนดเองให้กับพวกเขา — **การวิเคราะห์แบบกำหนดเอง** คือ *ไม่* รวมอยู่ในสิทธิ์ของบทบาทแบบกำหนดเอง ดังนั้นสมาชิกที่อยู่ในบทบาทแบบกำหนดเองจะไม่สามารถเข้าถึงฟีเจอร์นี้ได้ แม้ว่าจะเลือกสิทธิ์อื่นทั้งหมดแล้วก็ตาม

{% content-ref url="/spaces/QUi3WFApwFwMwjmFkdKY/pages/03a028d913e05b86548b889c1c06bf5286435d2d" %}
[สมาชิก](/docs/th/concepts/members.md)
{% endcontent-ref %}

<figure><img src="/files/847cee00d39f9be9bd41ee244a14ac2639fd91eb" alt=""><figcaption></figcaption></figure>


---

# 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/faq/th/reporting/custom-analytics.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.
