> For the complete documentation index, see [llms.txt](https://docs.icpc1hn.work/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.icpc1hn.work/2.-huong-dan-du-dung-app-icpc1hn/quy-trinh-lay-kh-tao-nhiem-vu-check-call/2.-dang-ky-f.md).

# 2. Đăng ký F

* F: Tần suất gặp KHTC/tháng (gắn với Khách hàng tổ chức)
* Ví dụ F = 2 có nghĩa là nhân viên đến thăm, check call tại KHTC là 2 lần/tháng. Từ đó, khách hàng này sẽ được gán là F2

## 1. Đăng ký F

* Chọn **Khách hàng** -> **Đăng ký F** -> **Cá nhân**
* Bấm **Tạo mới** để thực hiện **Đăng ký F**
* **Điền đầy đủ thông tin** đăng ký -> **Xác nhận**

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

## 2. Duyệt đăng ký F

Khi nhân viên đã thực hiện đăng ký F, quản lý sẽ có trách nhiệm duyệt đăng ký của nhân viên, các bước thực hiện như sau:

* Chọn mục **Khách hàng** -> **Cung tuyến** -> **Đăng ký F** -> **Nhóm**
* Bấm chọn nút **Duyệt** -> chọn **Xác nhận** để hoàn thành phê duyệt

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

* **Phiếu đăng ký được phê duyệt** sẽ chuyển trạng thái từ **Mới tạo** sang **Đã duyệt**

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


---

# 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.icpc1hn.work/2.-huong-dan-du-dung-app-icpc1hn/quy-trinh-lay-kh-tao-nhiem-vu-check-call/2.-dang-ky-f.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.
