> For the complete documentation index, see [llms.txt](https://help-cdp.hub-js.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help-cdp.hub-js.com/warehouse/cau-hinh-he-thong/quan-ly-role/them-moi-mot-vai-tro.md).

# Thêm mới một vai trò

Để tạo mới vai trò trong hệ thống, vui lòng làm theo 4 bước sau:

{% tabs %}
{% tab title="Bước 1" %}

## <mark style="color:blue;">Truy cập Quản lý role</mark>

Tại menu bên trái, nhấn vào **Cấu hình chung** -> **Quản lý role**. Hệ thống sẽ hiển thị màn hình quản lý role như sau:

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

{% hint style="info" %}
Thông tin: Các thành viên có cùng role thì có quyền truy cập vào hệ thống giống nhau
{% endhint %}
{% endtab %}

{% tab title="Bước 2" %}

## <mark style="color:blue;">Tạo mới vai trò</mark>

Nhấn vào biểu tượng **Tạo mới** ở góc trên bên phải màn hình **Quản lý role** để tạo một Vai trò mới

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

{% hint style="info" %}
Thông tin: Các thành viên có cùng role thì có quyền truy cập vào hệ thống giống nhau
{% endhint %}
{% endtab %}

{% tab title="Bước 3" %}

## <mark style="color:blue;">Điền thông tin chi tiết cho Vai trò</mark>

Hãy điền thông tin chi tiết vai trò mà bạn muốn tạo lập:

* **Tên role**: Tên của vai trò (tương ứng với vị trí/ chức vụ trong công ty)
* **Mô tả**: Mô tả thêm thông tin về vai trò

{% hint style="info" %}
Lưu ý: Tên role là trường bắt buộc nhập (ít nhất phải có 2 ký tự), Mô tả không bắt buộc phải nhập.
{% endhint %}

* Chọn nhóm quyền mà role này có thể thao tác trên hệ thống&#x20;
* Ở mỗi nhóm quyền, bạn sẽ tick vào các quyền mà role này role được phép truy cập và sử dụng tại cột bên phải.

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

{% hint style="info" %}
Thông tin: Các thành viên có cùng role thì có quyền truy cập vào hệ thống giống nhau
{% endhint %}
{% endtab %}

{% tab title="Bước 4" %}

## <mark style="color:blue;">Lưu vai trò</mark>

Nhấn nút ![](/files/LaHAbIRDOkwDKAjNTSxe) để hoàn tất thao tác thêm mới một vai trò trong hệ thống

{% hint style="info" %}
Thông tin: Các thành viên có cùng role thì có quyền truy cập vào hệ thống giống nhau
{% endhint %}
{% endtab %}
{% endtabs %}


---

# 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://help-cdp.hub-js.com/warehouse/cau-hinh-he-thong/quan-ly-role/them-moi-mot-vai-tro.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.
