# Начало работы

Чтобы начать работу с AlfaBit AML, выполните следующие шаги:

**Шаг 1. Получите доступ к личному кабинету**

Перейдите в [AlfaBit AML Bot](https://t.me/AlfaBitAml_bot), нажмите **"Начать"**

**Шаг 2. Выпустите ключ доступа к API**

Ключ доступа к API используется для взаимодействия с API. Ключ можно получить в разделе **"Мой Кабинет"** по кнопке **"API ключ"**

**Шаг 3. Пополните баланс**

Пополнение баланса API ключа происходит из [Telegram бота](https://t.me/AlfaBitAml_bot) в разделе **"Пополнить"**

**Шаг 4. Начинайте взаимодействие с API**

Теперь Вам доступен весь функционал **AlfaBit AML API**, изучите документацию и начинайте интеграцию.

URL-адрес для вызова API:

{% embed url="<https://aml.alfabit.org/api>" %}

Все запросы отправляются с заголовком Content-Type: application/json

Интерфейс поддерживает функции для выполнения проверок по адресу кошелька, хэша транзакции, запрос истории проверок, а также генерации pdf-файла с отчётом о проверке.


---

# 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://alfabit.gitbook.io/alfabit-aml/nachalo-raboty.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.
