# Hướng dẫn

### 1. Lấy API Key

Các yêu cầu API của bạn được xác thực bằng API Key. Bất kỳ yêu cầu nào không bao gồm API Key sẽ trả về lỗi.

Bạn có thể tạo một API Key mới trong trang quản lý API Key bất kỳ lúc nào bạn muốn.\
Các bước thực hiện:\
**Bước 1**: Đăng ký tài khoản (nếu có tài khoản rồi thì chuyển sang bước 2)\
**Bước 2**: Đăng nhập vào tài khoản\
**Bước 3**: Vào mục API Key để lấy API Key&#x20;

### 2. Sử dụng API

Việc tích hợp với API được thực hiện qua giao thức HTTP, vì thế dễ dàng tích hợp vào bất cứ nền tảng, ngôn ngữ lập trình nào.

{% content-ref url="su-dung-api/api-lay-so-du-tai-khoan" %}
[api-lay-so-du-tai-khoan](https://docs.anticaptcha.top/su-dung-api/api-lay-so-du-tai-khoan)
{% endcontent-ref %}

{% content-ref url="su-dung-api/api-lay-dich-vu" %}
[api-lay-dich-vu](https://docs.anticaptcha.top/su-dung-api/api-lay-dich-vu)
{% endcontent-ref %}

{% content-ref url="su-dung-api/api-giai-captcha" %}
[api-giai-captcha](https://docs.anticaptcha.top/su-dung-api/api-giai-captcha)
{% endcontent-ref %}

Việc giải captcha được thực hiện qua 2 bước:\
**Bước 1**: Gửi thông tin captcha cần giải sang [anticaptcha.top](https://anticaptcha.top) qua <mark style="color:red;">**HTTP POST**</mark>.\
**Bước 2**: Nhận kết quả giải captcha


---

# 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.anticaptcha.top/huong-dan.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.
