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

# Introduction

Welcome to the **Constanta AI** user guide — a platform for creating AI agents that automatically respond to customers in messengers.

## What Constanta Can Do

* **Automatic responses** — AI agent responds to messages in Telegram, WhatsApp, Instagram
* **CRM integration** — synchronization with Kommo: deals, contacts, pipelines
* **Knowledge base** — train your agent on your data, documents, and FAQ
* **Triggers** — automate actions based on conditions
* **Chains** — automatic follow-up messages
* **Handoff to manager** — AI transfers the conversation to a human when needed

## Quick Start

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Quick Start</strong></td><td>Create your first AI agent in 5 minutes</td><td><a href="/pages/WrZRZpe41TSpGCdUtpXM">/pages/WrZRZpe41TSpGCdUtpXM</a></td></tr><tr><td><strong>Kommo Setup</strong></td><td>Connect Kommo CRM to Constanta</td><td><a href="/pages/DGxL0Hoj2OS82lHUJgRP">/pages/DGxL0Hoj2OS82lHUJgRP</a></td></tr><tr><td><strong>Knowledge Base</strong></td><td>Add data for agent training</td><td><a href="/pages/9vLqsCyZvvBIRwuY9pQv">/pages/9vLqsCyZvvBIRwuY9pQv</a></td></tr></tbody></table>

## Support

If you have any questions:

* **Telegram:** [@constanta\_support\_bot](https://t.me/constanta_support_bot)
* **Email:** <support@constanta.dev>


---

# 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:

```
GET https://docs-ai.constanta.dev/readme.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.
