# Chức vụ và quyền hạn

### Chức vụ trong công ty

| Chức vụ                              | Nội dung                                                                                                                                                   |
| ------------------------------------ | ---------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Người sở hữu (**Owners**)            | <p>Là chức vụ cao nhất, có thể quản lý tất cả mọi thứ liên quan tới công ty, bao gồm thông tin thanh toán.<br><br>Phù hợp với: CEO, Head of People,...</p> |
| Quản lý cấp cao (**Administrators**) | <p>Là chức vụ cao nhì, có thể quản lý tất cả mọi thứ liên quan tới công ty (trừ thông tin thanh toán).<br><br>Phù hợp với: HR Managers, HR, People,...</p> |
| Quản lý nhóm (**Managers**)          | <p>Là người quản lý một hoặc nhiều nhóm nhỏ trong công ty.<br><br>Phù hợp với: Team Leaders, Engineering Managers,...</p>                                  |
| Thành viên (**Members**)             | Là các thành viên sử dụng phần mềm.                                                                                                                        |

### Quyền hạn

<table><thead><tr><th>Quyền</th><th>Người sở hữu</th><th width="152">Quản lý cấp cao</th><th>Quản lý nhóm</th><th>Thành viên</th></tr></thead><tbody><tr><td>Thanh toán</td><td>✅</td><td>⛔️</td><td>⛔️</td><td>⛔️</td></tr><tr><td>Thành viên</td><td>✅</td><td>✅</td><td>⛔️</td><td>⛔️</td></tr><tr><td>Đội nhóm</td><td>✅</td><td>✅</td><td>✅ (1)</td><td>⛔️</td></tr><tr><td>Nghỉ phép</td><td>✅</td><td>✅</td><td>✅ (1)</td><td>✅ (2)</td></tr><tr><td>Báo cáo</td><td>✅</td><td>✅</td><td>✅ (1)</td><td>⛔️</td></tr><tr><td>Cài đặt</td><td>✅</td><td>✅</td><td>⛔️</td><td>⛔️</td></tr></tbody></table>

* **(1)**: chỉ có thể quản lý đội nhóm của họ.
* **(2)**: chỉ có thể tạo/xóa đơn xin nghỉ phép của bản thân.


---

# Agent Instructions: 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:

```
GET https://docs.dayoffvn.com/co-ban/chuc-vu-va-quyen-han.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
