> For the complete documentation index, see [llms.txt](https://document.o2skin.asia/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://document.o2skin.asia/thiet-lap-ban-dau/quan-ly-nhom-quyen/xem-danh-sach-quyen.md).

# Xem danh sách quyền

Hệ thống cung cấp tính năng xem danh sách quyền để quản lý và phân quyền cho nhân viên theo các nhóm quyền khác nhau. Điều này giúp tổ chức và kiểm soát quyền hạn của từng nhóm nhân viên một cách hiệu quả.

Để xem danh sách quyền, bạn thực hiện theo các bước sau:

**Bước 1: Truy cập vào mục danh sách quyền**

* Bạn vào mục **Nhân viên > Danh sách quyền.**

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

**Bước 2: Xem danh sách quyền**

* Trong giao diện danh sách quyền, bạn sẽ thấy các thông tin sau:
  * **ID**: Số thứ tự của quyền.
  * **Tên quyền**: Tên của quyền.
  * **Màn hình**: Màn hình hoặc chức năng mà quyền này áp dụng.
  * **Mô tả**: Mô tả ngắn gọn về quyền.
  * **Code**: Mã code của quyền.
* Bạn có thể tìm kiếm quyền nhanh chóng bằng cách nhập tên quyền vào ô tìm kiếm.


---

# 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://document.o2skin.asia/thiet-lap-ban-dau/quan-ly-nhom-quyen/xem-danh-sach-quyen.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.
