> 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-nguoi-dung/them-moi-mot-tai-khoan.md).

# Thêm mới một tài khoản

Để tạo mới tài khoản cho nhân viên truy cập vào hệ thống, hãy làm theo 4 bước sau đây:

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

## <mark style="color:blue;">Truy cập Quản lý người dùng</mark>

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

<figure><img src="/files/4Lx9SzvQ1Hiy1VAzrmWL" alt=""><figcaption></figcaption></figure>

<br>
{% endtab %}

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

## <mark style="color:blue;">Tạo mới tài khoản</mark>&#x20;

Để tạo mới một tài khoản người dùng, nhấn chọn **Thêm  mới** để mở màn hình nhập thông tin

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

<br>
{% endtab %}

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

## <mark style="color:blue;">Nhập thông tin chi tiết</mark>

Nhập các thông tin để thêm mới bao gồm:

* Avatar - Cho phép tải ảnh lên từ thiết bị hoặc nhập URL
* Email - Dùng để đăng nhập vào hệ thống và liên hệ khi cần thiết
* Mật khẩu - Dùng để đăng nhập vào hệ thống
* Tên
* Họ
* Số điện thoại
* Ngôn ngữ - Ngôn ngữ khi sử dụng hệ thống
* Múi giờ
* Tiền tệ - Tiền tệ của sản phẩm
* Số máy nhánh
* Tên đăng nhập tổng đài
* Mật khẩu tổng đài
* Vai trò: Quyền của tài khoản khi sử dụng hệ thống

{% hint style="info" %}
Lưu ý: Để tạo mới quyền cho tài khoản, hãy tham khảo bài viết [Thêm mới phân quyền](/warehouse/cau-hinh-he-thong/quan-ly-role/them-moi-mot-vai-tro.md)
{% endhint %}

* Trạng thái

<figure><img src="/files/hpGBWa0yzkipJS7BMYmo" alt=""><figcaption></figcaption></figure>
{% endtab %}

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

## <mark style="color:blue;">Lưu tài khoản</mark>

Nhấn **Lưu** để hoàn tất thao tác thêm mới một tài khoản trong hệ thống

<figure><img src="/files/OUKZaQEPRgL5ZtzUQ44a" alt=""><figcaption></figcaption></figure>
{% 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-nguoi-dung/them-moi-mot-tai-khoan.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.
