> 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/vvedenie.md).

# Introduction

Welcome to the Athena AI documentation — an AI agent platform for business

Welcome to the knowledge base **Athena AI** — a guide to setting up AI agents, connecting channels, and CRM integrations. Whether you're getting acquainted with the platform for the first time or already configuring an agent for your business — start here.

[Open your account →](https://ru.app.athenachat.ai)

[Athena AI website →](https://athenachat.ai/ru/)

***

## What is Athena AI?

**Athena AI** — a platform for creating AI agents that communicate with customers instead of a manager: they answer questions, collect leads, book services, and hand off complex conversations to a human. All conversations from messengers and the website are in one window.

AI agents for sales, support, HR, and operations. CRM integration. **No code.**

The agents use modern LLM models and your knowledge base to provide accurate and personalized answers — from simple FAQs to multi-step sales and booking scenarios.

### How it works

```
1. Connect channels          →  Telegram, WhatsApp*, MAX, website, social networks
2. Train the AI agent          →  role, instructions, knowledge base — in plain language
3. Connect CRM             →  amoCRM, Bitrix24, HubSpot, GetCourse
4. Scale              →  new channels, agents, and scenarios without development
```

**NPI (Natural Prompt Interface)** — Athena's technology: you describe the business and the agent's behavior in plain text, and the platform turns it into ready-made instructions. No need to be a prompt engineer.

***

## In what roles are agents used

Athena-based AI agents most often work in the following roles:

* **Sales agent** — lead qualification, product questions, converting to an inquiry
* **Support agent** — FAQ 24/7, escalation of complex requests to a manager
* **Admin agent** — booking services, reminders, collecting contacts
* **HR agent** — initial candidate screening, answers about the vacancy
* **Marketplace agent** — replying to buyers on [Avito](/documentation/documentation-en/channels/marketplaces/avito.md) and more.

Detailed examples by industry — on the page [**Use cases**](/documentation/documentation-en/use-cases.md).

***

## Through which channels Athena responds

**Messengers:**

* [Telegram](/documentation/documentation-en/channels/messengers/telegram.md)
* [WhatsApp\*](/documentation/documentation-en/channels/messengers/whatsapp.md) (Web and Business API)
* [MAX](/documentation/documentation-en/channels/messengers/max.md)
* [Telegram Business](/documentation/documentation-en/channels/messengers/telegram/personal-telegram.md)

**Social networks:**

* [Instagram\*](/documentation/documentation-en/channels/social-networks/instagram.md)
* [Facebook\*](/documentation/documentation-en/channels/social-networks/facebook.md)
* [VK](/documentation/documentation-en/channels/social-networks/vk.md)

**Website:**

* [Chat Widget](/documentation/documentation-en/channels/chat-widget.md) — widget for your page

**Marketplaces:**

* [Avito](/documentation/documentation-en/channels/marketplaces/avito.md)

**CRM and services:**

* [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), [Google Calendar](/documentation/documentation-en/integrations/google-calendar.md)

Detailed connection instructions — in the sections [**Channels**](/documentation/documentation-en/channels.md) and [**Integrations**](/documentation/documentation-en/integrations.md).

{% hint style="warning" %}
\* WhatsApp, Instagram, and Facebook are owned by Meta, which is recognized as extremist and banned in the territory of the Russian Federation.
{% endhint %}

***

## Key features

| Capability                                                                             | Description                                                          |
| -------------------------------------------------------------------------------------- | -------------------------------------------------------------------- |
| **Unified inbox**                                                                      | All conversations from channels — in the Messages section            |
| **Text-based setup**                                                                   | Role, instructions, task — no programming                            |
| [**Knowledge base**](/documentation/documentation-en/features/knowledge-base.md)       | PDF, DOC, website — the agent responds based on your materials       |
| [**Tables**](/documentation/documentation-en/features/tables.md)                       | Structured data for matching and calculations                        |
| [**Broadcasts**](/documentation/documentation-en/features/broadcasts.md)               | Reminders to customers if the task is not completed                  |
| [**Google Calendar**](/documentation/documentation-en/integrations/google-calendar.md) | Booking customers into available slots                               |
| [**Triggers**](/documentation/documentation-en/features/agent-setup/triggers.md)       | Stop words, handing the conversation off to a human or another agent |
| [**Multi-agent**](/documentation/documentation-en/features/multi-agent.md)             | Several agents in one channel based on triggers                      |

***

## How payment works

Payment **based on the volume of AI messages** — you choose a plan with the required limit. All features (messengers, CRM, calendar, mailings) are included in every plan.

* **Free:** 100 messages / month — to get acquainted with the platform
* Discounts for payment for 3, 6, or 12 months

More details — on the page [**Pricing**](/documentation/documentation-en/prices/pricing.md).

### What is the average cost per month?

The cost depends on **number of conversations**, **volume of instructions** and **size of the knowledge base** — the more complex the scenario, the more context the model processes for each response.

Guidelines:

* **Simple cases** (FAQ, contact collection) — fit within basic plans
* **Complex cases** (multi-step sales, large knowledge base, integrations) — a plan with a larger message limit is needed


---

# 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/vvedenie.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.
