> For the complete documentation index, see [llms.txt](https://docs.sandbox.com.vn/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sandbox.com.vn/6.-cong-viec/quan-ly-cong-viec.md).

# Quản lý công việc

- [Danh sách công việc](https://docs.sandbox.com.vn/6.-cong-viec/quan-ly-cong-viec/danh-sach-cong-viec.md)
- [Danh sách quy trình](https://docs.sandbox.com.vn/6.-cong-viec/quan-ly-cong-viec/danh-sach-quy-trinh.md)
- [Danh sách công việc theo nhân sự](https://docs.sandbox.com.vn/6.-cong-viec/quan-ly-cong-viec/danh-sach-cong-viec-theo-nhan-su.md)
- [Báo cáo công việc](https://docs.sandbox.com.vn/6.-cong-viec/quan-ly-cong-viec/bao-cao-cong-viec.md)
- [Thiết lập](https://docs.sandbox.com.vn/6.-cong-viec/quan-ly-cong-viec/thiet-lap.md)
- [Thiết lập quy trình](https://docs.sandbox.com.vn/6.-cong-viec/quan-ly-cong-viec/thiet-lap/thiet-lap-quy-trinh.md)
- [Danh sách công việc mẫu](https://docs.sandbox.com.vn/6.-cong-viec/quan-ly-cong-viec/thiet-lap/danh-sach-cong-viec-mau.md)
- [Thiết lập chung](https://docs.sandbox.com.vn/6.-cong-viec/quan-ly-cong-viec/thiet-lap/thiet-lap-chung.md)
- [Trường công việc](https://docs.sandbox.com.vn/6.-cong-viec/quan-ly-cong-viec/thiet-lap/thiet-lap-chung/truong-cong-viec.md)
- [Trạng thái](https://docs.sandbox.com.vn/6.-cong-viec/quan-ly-cong-viec/thiet-lap/thiet-lap-chung/trang-thai.md)
- [Mức độ ưu tiên](https://docs.sandbox.com.vn/6.-cong-viec/quan-ly-cong-viec/thiet-lap/thiet-lap-chung/muc-do-uu-tien.md)
- [Sơ đồ tổ chức](https://docs.sandbox.com.vn/6.-cong-viec/quan-ly-cong-viec/thiet-lap/so-do-to-chuc.md)
- [Cấu hình công việc](https://docs.sandbox.com.vn/6.-cong-viec/quan-ly-cong-viec/thiet-lap/cau-hinh-cong-viec.md)
- [Lịch sử xóa](https://docs.sandbox.com.vn/6.-cong-viec/quan-ly-cong-viec/lich-su-xoa.md)


---

# 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.sandbox.com.vn/6.-cong-viec/quan-ly-cong-viec.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.
