# B3. Phân quyền

Để có thể phân quyền xử lý công việc trên hệ thống, người dùng cần thao tác truy cập vào link hệ thống, ví dụ:

* Hệ thống quản lý chung **Admin**: cú pháp chung thường là admin.tên miền (admin.demo.gobiz.vn)
* Hệ thống quản lý **Mua hàng**: Mua. tên miền (mua.demo.gobiz.vn)
* Hệ thống quản lý **Kho hàng**: Kho. tên miền (kho.demo.gobiz.vn)
* Hệ thống xử lý **Khiếu nại**: Khiếu nại. tên miền (khieunai.demo.gobiz.vn)
* Hệ thống quản lý **Sale**: Sale.tên miền (sale.demo.gobiz.vn)

Đăng nhập thành công, hệ thống sẽ hiển thị giao diện trống, không có thông tin hoặc báo lỗi không có quyền truy cập.

![image](https://user-images.githubusercontent.com/73226975/123084869-d40a1b80-d44b-11eb-897d-0a66e8df603e.png)

**Tiến hành phân quyền**

Quý khách chọn hệ thống cần phân quyền và thao tác thêm thành viên như hình minh họa:

![image](https://user-images.githubusercontent.com/73226975/123085755-d1f48c80-d44c-11eb-95f0-fcd36ea78e92.png)

![image](https://user-images.githubusercontent.com/73226975/123085948-0cf6c000-d44d-11eb-8af2-d3e2a2b134f5.png)

Phân quyền thành công, tài khoản vừa được phân quyền cần *logout* và *login* lại mới có thể thao tác được trên hệ thống.

![image](https://user-images.githubusercontent.com/73226975/123086470-a8883080-d44d-11eb-9dd5-402f0b031778.png)

![image](https://user-images.githubusercontent.com/73226975/123086221-5a732d00-d44d-11eb-9f01-fa64853df08f.png)


---

# 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://hd.gobiz.vn/m10/phanquyen.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.
