> For the complete documentation index, see [llms.txt](https://metabot.gitbook.io/documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://metabot.gitbook.io/documentation/master/infrastruktura.md).

# Инфраструктура

Для простоты понимания под сервером **Metabot** мы будем понимать установку одной копии платформы на одной или более машинах с единым пространством, в котором создаются и выполняются все боты и к которому предоставляется единый URL адрес для доступа к административной панели.

Для крупных заказчиков, которым важно обеспечить полный контроль над данными, платформа **Metabot** поставляется в виде On-Premise установки для развертывания в контуре сети заказчика. Развёртывание можно осуществить "как есть", либо с помощью Dockers и Kubernetes.

Заказчики On-Premise могут как взять на себя администрирование и поддержку  платформы, так и могут делегировать эту функцию партнеру.&#x20;

Для заказчиков, у которых нет персонала или ресурсов для администрирования собственной инфраструктуры, **Metabot** доступен в виде онлайн SaaS-решения (Software-as-a-Service) под управлением компании Metabot.

Для SaaS имеется сервер Production:

* Продуктивный, публичный рабочий сервер для рабочих ботов
* <https://app.metabot24.com/>&#x20;


---

# 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://metabot.gitbook.io/documentation/master/infrastruktura.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.
