# Các nguồn dữ liệu đầu vào

Các account Người quản trị có thể import data từ nhiều nguồn vào hệ thống tool Autotelesale: Thủ công, Thêm qua excel, Thêm qua API.

#### Thêm thủ công

Thêm mới data thủ công là cách đơn giản nhất để thêm data vào hệ thống

Tuy nhiên cách này có nhược điểm là mỗi lần chỉ thêm được 1 data.

<figure><img src="https://lh3.googleusercontent.com/FwxfLi6v8ICt2Nyc-MWLc8hRpp2ZDzgiUshJJnL2zf9GXrfuD66P3Kfz43qB5ARFW9Z_5UEY5nfzAuisoPD87eYWimKUDbzquy_1NNNC2YrxLQLUJOz7ZXjqZ-a_55b2e1leO9zV9ryIqLbCZ-jgOQ" alt=""><figcaption><p>Thêm thủ công</p></figcaption></figure>

#### Thêm qua excel

Thêm dữ liệu qua excel giúp người dùng có thể thêm cùng lúc số lượng data lớn (1k, 10k dữ liệu, …).

<figure><img src="https://lh6.googleusercontent.com/sLigHwOfjWEnqK347kDpVGr3026jkK8nxiie_qPxw1AVhh4MUijx3UJCUd6ZcNOZ7MsbOAG5kjO-5sPw6tg3aytozDovbuai9Xkkn6nAmlYDqdAEfGi6aylLswDIXbkQzBiZsBBWHF4geRwS88UPtQ" alt=""><figcaption><p>Thêm qua excel</p></figcaption></figure>

&#x20;   **Bước 1:** Chọn tải file mẫu excel, file mẫu này sẽ gồm các cột là các trường đã cài đặt trong Quản lý mục – cài đặt dữ liệu

<figure><img src="https://lh3.googleusercontent.com/gYjhBNj9qL4AH1-_LBxroW0RsWIdgqo1xtDngG7v5WJ4wE31qxKnXt0vC8vQq3ad5jQQZqCdxsvd4spHE0NkTAzXX6Vp9dwxu-xlDjOlgEioebBJIUKVh9_Mb97ie9WlBLQSg5OK23oCrOE_ZKxnuQ" alt=""><figcaption></figcaption></figure>

&#x20;   **Bước 2:** Nhập các thông tin data vào file excel, mỗi khách hàng là 1 row

&#x20;   **Bước 3:** Tải file data lên

#### Thêm qua API

Dữ liệu khách hàng có thể được thêm từ bên thứ 3 (ví dụ: landing page) thu thập data người dùng nhập vào.

Các cài đặt từ Quản lý mục – API được sử dụng để liên kết với bên thứ 3.


---

# 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://vtechnology-autotelesale.gitbook.io/autotelesale-tool/nguon-du-lieu-dau-vao/cac-nguon-du-lieu-dau-vao.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.
