> 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/chinh-sua-quyen.md).

# Chỉnh sửa quyền

Hệ thống cung cấp tính năng sửa quyền để quản lý và điều chỉnh các quyền hạn đã phân cho các nhóm nhân viên. Đ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ả.

Để sửa 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: Chọn quyền cần chỉnh sửa**

* Trong danh sách các quyền, bạn tìm quyền cần chỉnh sửa và nhấn vào biểu tượng chỉnh sửa (có hình cây bút) tương ứng với quyền đó.

**Bước 3: Chỉnh sửa thông tin quyền**

* Một cửa sổ chỉnh sửa sẽ xuất hiện, bạn có thể cập nhật các thông tin sau:

  * **Tên quyền**: Nhập tên mới cho quyền (nếu cần thay đổi). Đây là ***trường thông tin bắt buộc***.
  * **Mô tả**: Cập nhật mô tả ngắn gọn cho quyền (nếu cần).
  * **Code**: Mã code của quyền ***không được phép thay đổi.***
  * **Màn hình**: Màn hình mà quyền này áp dụng ***không được phép thay đổi.***
  * **Nhóm quyền được gán quyền này**: Bạn có thể thêm hoặc xóa các nhóm quyền được gán quyền này bằng cách nhấn vào biểu tượng dấu "X" để xóa hoặc nhập tên nhóm quyền mới để thêm.

  <figure><img src="/files/vxXycofKyk0kRfgdW5zj" alt="" width="374"><figcaption></figcaption></figure>

**Bước 4: Lưu thông tin**

* Sau khi đã chỉnh sửa đầy đủ các thông tin cần thiết, bạn nhấn **"Lưu"** để hoàn tất việc chỉnh sửa quyền.


---

# 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/chinh-sua-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.
