> For the complete documentation index, see [llms.txt](https://assistant-docs.2people.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://assistant-docs.2people.io/for-users/bots/testirovanie-assistenta.md).

# Тестирование ассистента

<figure><img src="/files/pU30UE5h13lCpYuFqm5h" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
**Чтобы перейти к функционалу тестирования ИИ-ассистента:**

1. Зайдите на страницу со списком ваших ИИ-ассистентов: <https://assistant.2people.io/cabinet/bots>&#x20;
2. Выберите необходимого ИИ-ассистента и нажмите на него (или создайте нового ассистента, нажав на кнопку "Создать")
3. Перейдите на вкладку "Тестирование"
   {% endhint %}

## Общая информация

Функционал тестирования представляет собой чат с любым вашим ИИ-ассистентом. Данный функционал позволяет провести тестовые сценарии диалогов с вашими ИИ-ассистентами от лица потенциальных пользователей и оценить качество заполнения настроек и базы знаний ассистентов.

{% hint style="info" %}
Для большей точности каждый новый тестовый диалог начинайте сначала. Очищайте переписку в чате, нажимая на кнопку "Начать новый диалог". ИИ-ассистент учитывает контекст всего диалога и может использовать информацию из предыдущих сообщений для генерации новых ответов.
{% endhint %}

{% hint style="info" %}
Если ИИ-ассистент не выдает удовлетворительный результат общения, обратитесь в нашу службу поддержки: <assistant_help@2people.io>. Мы дадим рекомендации по настройке робота или осуществим индивидуальную настройку под конкретную задачу.
{% 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://assistant-docs.2people.io/for-users/bots/testirovanie-assistenta.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.
