> 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/1.-dang-ky-dia-ban-and-lay-kh.md).

# 1. Đăng ký địa bàn & Lấy KH

Để lấy được khách hàng, TDV cần phải đăng ký địa bàn trên web và phiếu đăng ký đã được quản lý duyệt

Các bước thực hiện như sau:

## 1. Nhân viên đăng ký địa bàn

* Trong mục **Khách hàng/ Địa bàn/ Cá nhân** -> **Thêm mới**
* Tiến hành đăng ký địa bàn (Tỉnh, Quận/Huyện, Sản phẩm dự kiến chăm sóc,...). <mark style="color:blue;">Nếu lấy KH của cả 1 tỉnh thì không cần chọn Quận/Huyện</mark>
* Có thể Chỉnh sửa/ Xóa phiếu nếu chưa được duyệt
* TDV có thể Chỉnh sửa lại phiếu đã duyệt và quản lý 1 lần nữa duyệt lại phiếu

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

## 2. Quản lý duyệt đăng ký của nhân viên

* Trong mục **Khách hàng/ Địa bàn/ Nhóm**
* Xem thông tin đăng ký
* Chọn **Đồng ý/ Không duyệt** phiếu đăng ký -> chọn **Xác nhận**

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

## 3. Lấy KH trong địa bàn đã được duyệt

<figure><img src="/files/zAzjA63AmkoI7f5PJy6Q" 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/1.-dang-ky-dia-ban-and-lay-kh.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.
