> For the complete documentation index, see [llms.txt](https://docs.abot.vn/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.abot.vn/huong-dan-su-dung-phan-mem-abot/huong-dan-them-lien-he-contact-thu-cong-vao-abot.md).

# Hướng dẫn Thêm Liên hệ (Contact) Thủ công vào Abot

Tài liệu này hướng dẫn bạn cách thêm một liên hệ mới vào hệ thống Abot theo từng bước cụ thể, có kèm hình ảnh minh họa thực tế.

***

#### Bước 1: Đăng nhập vào hệ thống Abot <a href="#user-content-buoc-1-dang-nhap-vao-he-thong-abot" id="user-content-buoc-1-dang-nhap-vao-he-thong-abot"></a>

Đăng nhập vào abot.

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

***

#### Bước 2: Truy cập trang Contacts <a href="#user-content-buoc-2-truy-cap-trang-contacts" id="user-content-buoc-2-truy-cap-trang-contacts"></a>

Sau khi đăng nhập thành công, bạn nhấn vào mục **Contacts** (Liên hệ) ở thanh menu bên tay trái màn hình.

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

ReviewTrang danh sách Contacts

***

#### Bước 3: Nhấn nút + New để tạo mới <a href="#user-content-buoc-3-nhan-nut-new-de-tao-moi" id="user-content-buoc-3-nhan-nut-new-de-tao-moi"></a>

Tại trang Contacts, bạn tìm và nhấn nút **+ New** ở góc trên bên phải màn hình để bắt đầu tạo một liên hệ mới.

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

Nút New Contact

***

#### Bước 4: Điền thông tin liên hệ <a href="#user-content-buoc-4-dien-thong-tin-lien-he" id="user-content-buoc-4-dien-thong-tin-lien-he"></a>

Hệ thống sẽ hiển thị form thông tin. Bạn cần điền ít nhất là **Email** và các thông tin cần thiết khác như Tên (First Name), Họ (Last Name).

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

Điền thông tin liên hệ

***

#### Bước 5: Lưu và Hoàn tất <a href="#user-content-buoc-5-luu-va-hoan-tat" id="user-content-buoc-5-luu-va-hoan-tat"></a>

Sau khi điền đầy đủ thông tin, bạn nhấn nút **Save & Close** (thường là nút màu xanh ở góc trên bên phải). Hệ thống sẽ hiển thị thông báo thành công và đưa bạn đến trang chi tiết của liên hệ vừa tạo.

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

Lưu thông tin 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.abot.vn/huong-dan-su-dung-phan-mem-abot/huong-dan-them-lien-he-contact-thu-cong-vao-abot.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.
