# Cài đặt tự động hóa

### Tự động hóa trình duyệt Selenium

Tự động hóa trình duyệt là một tính năng cho phép bạn tự động hóa các quy trình trực tuyến. Điều này có thể đơn giản như một cú nhấp chuột hoặc phức tạp như hệ thống đăng nhập và đăng ký tự động. Tự động hóa trình duyệt Incogniton sử dụng **selenium webdriver**. Bên cạnh đó, chúng tôi cũng hỗ trợ **tự động hóa Puppeteer**.

### REST API

REST API là một cách để các hệ thống phần mềm giao tiếp qua internet. Nó cho phép bạn quản lý các hồ sơ trình duyệt trong Incogniton.

### Tài liệu API

Để biết thêm thông tin, xem tài liệu API tại đây: [API docs Incogniton](https://api-docs.incogniton.com/).


---

# 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://docs.incogniton.com/documentation/vietnamese-documentation/api-tu-dong-hoa-va-sdks/automation-settings.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.
