> For the complete documentation index, see [llms.txt](https://docs.athenachat.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.athenachat.ai/kak-nachat/testirovanie.md).

# 5. Тестирование и запуск

Тестовый чат, реальный канал и подключение CRM

**Действие:** Проверьте агента **до** запуска на реальных клиентах.

## 1. Тестовый чат в кабинете

Откройте **Каналы → ваш канал → Редактировать**. Справа — **тестовый чат**. Напишите типовые вопросы клиентов и проверьте:

* корректность ответов
* выполнение задачи (собрал ли контакты)
* срабатывание триггеров

Подробнее: [**Тестовый чат**](/funkcional/testovyi-chat.md).

## 2. Проверка в реальном канале

Напишите боту из подключённого мессенджера **от имени клиента** — так вы проверите медиа, кнопки и полный сценарий.

## 3. Подключите CRM (по необходимости)

Если агент должен создавать сделки или записывать клиентов — настройте интеграцию в разделе [**Интеграции**](/integracii.md): [amoCRM](/integracii/amocrm.md), [Битрикс24](/integracii/bitriks24.md), [HubSpot](/integracii/hubspot.md), [GetCourse](/integracii/getcourse.md), [YClients](/integracii/yclients.md).

## 4. Запуск

Когда ответы устраивают — можно запускать рекламу, рассылки и переводить входящий трафик на бота.

{% hint style="warning" %}
Перед каждым **новым сценарием** в тестах удаляйте старую переписку в **Сообщения** — иначе агент опирается на прежний контекст.
{% endhint %}

{% hint style="success" %}
**Готово!** Агент отвечает клиентам. Дальше — [**Сценарии использования**](/scenarii-ispolzovaniya.md) и [**Диалоги**](/funkcional/dialogi.md) для контроля переписок.
{% endhint %}


---

# 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.athenachat.ai/kak-nachat/testirovanie.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.
