# บทบาทผู้ใช้

### ภาพรวม

เมื่อคุณเพิ่มสมาชิกทีมคนใหม่ใน Zaapi คุณสามารถกำหนดบทบาทเฉพาะของพวกเขาได้ เพื่อกำหนดว่าพวกเขามีสิทธิ์อะไรบ้างภายในผลิตภัณฑ์ มี 3 บทบาท ได้แก่ เจ้าของ, ผู้ดูแลระบบ และเอเจนต์แชท

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

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


---

# 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://help.zaapi.com/th/team-management/user-roles.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.
