> 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/documentation/documentation-en/how-to-start/testirovanie.md).

# 5. Testing and launch

Test chat, live channel, and CRM connection

**Action:** Check the agent **before** launching with real customers.

## 1. Test chat in the dashboard

Open **Channels → your channel → Edit**. On the right — **test chat**. Write typical customer questions and check:

* correctness of the answers
* task completion (whether contact details were collected)
* trigger activation

More details: [**Test chat**](/documentation/documentation-en/features/test-chat.md).

## 2. Check in a real channel

Message the bot from the connected messenger **as a customer** — this way you can check media, buttons, and the full flow.

## 3. Connect a CRM (if needed)

If the agent needs to create deals or book clients, set up the integration in the [**Integrations**](/documentation/documentation-en/integrations.md): [amoCRM](/documentation/documentation-en/integrations/amocrm.md), [Bitrix24](/documentation/documentation-en/integrations/bitrix24.md), [HubSpot](/documentation/documentation-en/integrations/hubspot.md), [GetCourse](/documentation/documentation-en/integrations/getcourse.md), [YClients](/documentation/documentation-en/integrations/yclients.md).

## 4. Launch

When the responses are satisfactory, you can launch ads, mailings, and route incoming traffic to the bot.

{% hint style="warning" %}
Before each **new scenario** in tests, delete the old conversation in **Messages** — otherwise the agent relies on the previous context.
{% endhint %}

{% hint style="success" %}
**Done!** The agent responds to customers. Next — [**Use cases**](/documentation/documentation-en/use-cases.md) and [**Dialogs**](/documentation/documentation-en/features/dialogs.md) for monitoring conversations.
{% 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/documentation/documentation-en/how-to-start/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.
