Turn your Bitrix24 open chats into a smart support channel that answers from your company documents. It greets new chats, handles messages, and replies with helpful, sourced answers. Great for teams that want faster replies without adding more agents.
Incoming events land on a secure webhook, which checks tokens and routes to the right path for message, join, install, or delete. An install event registers the bot and sets welcome and message handlers. Files are pulled from storage, split into readable chunks, embedded with a local model, and saved in Qdrant. When a user sends a question, the flow retrieves the most relevant chunks and builds a clear answer using a chat model. The reply is posted back to the same chat. Success and error responses keep the integration stable.
Setup needs Bitrix24, Qdrant, Gemini, and an Ollama host. Expect faster first response, lower agent load, and consistent answers from approved content. Ideal for support teams with many FAQs, onboarding guides, or policy docs. Start by pointing Bitrix24 events to the provided webhook URL, connect Qdrant and Gemini credentials, and choose which files to index.