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

# Дополнительно

Продвинутая конфигурация и функции для опытных хостов Clore.ai и корпоративных пользователей.

## Что в этом разделе

### [Серверы Bare Metal](/clore.ai/clore.ai-ru/dlya-khostov/advanced/bare-metal.md)

Выделенные физические серверы с полным root-доступом, без виртуализации и без ограничений по питанию. Идеально подходят для обучения ИИ/МО, HPC, 3D-рендеринга и высокопроизводительных рабочих нагрузок.

* Требования к дата-центру уровня Tier 3+
* Технические характеристики оборудования (64+ потоков, 128 ГБ+ ОЗУ, NVMe)
* Поддержка InfiniBand/NVLink
* SLA 99,99% с круглосуточным NOC

Хотите арендовать bare metal вместо того, чтобы предоставлять его? См. [Аренда bare metal](/clore.ai/clore.ai-ru/dlya-arendatorov/bare-metal-rental.md) для конфигуратора самообслуживания; приведенные выше требования относятся к провайдерам, размещающим доступную емкость.

### [Интеграция HiveOS](/clore.ai/clore.ai-ru/dlya-khostov/advanced/hiveos-integration.md)

Подключите свои риги под управлением HiveOS к маркетплейсу Clore.ai. Запускайте майнинговые задачи вместе с арендой GPU.

### [Clore Fleet — массовое подключение](/clore.ai/clore.ai-ru/dlya-khostov/advanced/clore-fleet-mass-onboarding.md)

Подключайте несколько серверов одновременно с помощью Clore Fleet. Предназначено для хостов с 10+ машинами, которым нужны автоматизированное развертывание и управление.

### [Партнеры Clore](/clore.ai/clore.ai-ru/dlya-khostov/advanced/clore-partners-high-volume-rental-system-for-major-clients.md)

Система аренды больших объемов для дата-центров и крупных поставщиков инфраструктуры. Индивидуальные цены, выделенная поддержка и корпоративные SLA.


---

# 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.clore.ai/clore.ai/clore.ai-ru/dlya-khostov/advanced.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.
