> For the complete documentation index, see [llms.txt](https://docs.miniapp.vn/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.miniapp.vn/goi-tinh-nang/goi-combo-co-ban/nhan-vien/them-nhan-vien.md).

# Thêm nhân viên

### Bước 1: Vào Dashboard -> Nhân viên -> chọn "Thêm nhân viên" nút ở bên phải màn hình

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

### Bước 2: Điền các thông tin của nhân viên: Họ tên, Email, SĐT, Hình ảnh

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

<table><thead><tr><th width="89">STT</th><th width="344">Tiêu đề</th><th>Mô tả</th></tr></thead><tbody><tr><td>1</td><td>Đang hoạt động</td><td>Nhân viên còn làm việc hãy chọn trạng thái "Đang hoạt động"</td></tr><tr><td>2</td><td>Dừng hoạt động</td><td>Nhân viên nghỉ việc hãy chọn trạng thái "Dừng hoạt động"</td></tr><tr><td>3</td><td>Họ tên</td><td>Nơi nhập họ tên của nhân viên</td></tr><tr><td>4</td><td>Email</td><td>Nơi nhập email của nhân viên (Email này cần chính xác, vì mật khẩu sẽ được gửi về email của nhân viên)</td></tr><tr><td>5</td><td>Số điện thoại</td><td>Nơi nhập số điện thoại của nhân viên</td></tr><tr><td>6</td><td>Hình ảnh</td><td>Nơi tải ảnh Profile của nhân viên</td></tr></tbody></table>

Khi nhập xong các thông tin trên -> nhấn nút "Đồng ý" bên dưới để hoàn thành

<figure><img src="/files/6omBKh2aJlJZVKdWP0o7" alt=""><figcaption></figcaption></figure>

### Bước 3: Check mail để nhận mật khẩu đăng nhập của nhân viên

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

<figure><img src="/files/2PJVM04RJiu2T6UnX4Ih" alt=""><figcaption><p>Dùng tài khoản này để đăng nhập tài khoản nhân viên</p></figcaption></figure>

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

Khi đăng nhập vào dashboard, nhớ chọn mục "Nhân viên" nhé.

Chúc các bạn thành công!


---

# 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://docs.miniapp.vn/goi-tinh-nang/goi-combo-co-ban/nhan-vien/them-nhan-vien.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.
