> 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/guides/guides_v2-ru/nachalo-raboty/getting-started.md).

# Обзор

Основные руководства для новых пользователей GPU-маркетплейса CLORE.AI.

## Что вы узнаете

* Как арендовать GPU на CLORE.AI
* Понимание ценообразования и вариантов оплаты
* Устранение распространённых проблем

## Быстрый старт

1. **Создать аккаунт** - Зарегистрируйтесь на [маркетплейсе clore.ai](https://clore.ai)
2. **Пополнить счёт** - Внесите CLORE, BTC или USDT/USDC
3. **Просмотреть маркетплейс** - Найдите GPU на [clore.ai/marketplace](https://clore.ai/marketplace)
4. **Создать заказ** - Выберите GPU, настройте Docker-образ, укажите порты
5. **Подключиться** - Через SSH или веб-интерфейс к вашему серверу

> 📚 Новичок в GPU cloud? Прочитайте наше [Полное руководство для начинающих по аренде GPU на Clore.ai](https://blog.clore.ai/how-to-rent-a-gpu-complete-beginners-guide/)

## Руководства в этом разделе

| Руководство                                                                                       | Описание                                               |
| ------------------------------------------------------------------------------------------------- | ------------------------------------------------------ |
| [Цены и доступность GPU](/guides/guides_v2-ru/nachalo-raboty/pricing.md)                          | Текущие цены на маркетплейсе, что размещено и чего нет |
| [Частичная аренда GPU](/guides/guides_v2-ru/nachalo-raboty/partial-gpu-rental.md)                 | Арендуйте 1–2 GPU из многокартовой фермы               |
| [Совместимость CUDA и PyTorch](/guides/guides_v2-ru/nachalo-raboty/cuda-pytorch-compatibility.md) | Подберите сборку CUDA под арендованную вами карту      |
| [Устранение неполадок](/guides/guides_v2-ru/nachalo-raboty/clore-troubleshooting.md)              | Распространённые проблемы и решения                    |
| [Калькулятор стоимости](/guides/guides_v2-ru/nachalo-raboty/cost-calculator.md)                   | Рассчитайте и оцените стоимость аренды GPU             |
| [Каталог Docker-образов](/guides/guides_v2-ru/nachalo-raboty/docker-images.md)                    | Предконфигурированные Docker-образы для AI-нагрузок    |
| [Часто задаваемые вопросы](/guides/guides_v2-ru/nachalo-raboty/faq.md)                            | Распространённые вопросы и ответы                      |
| [Руководство по сравнению GPU](/guides/guides_v2-ru/nachalo-raboty/gpu-comparison.md)             | Сравните модели GPU и характеристики                   |
| [Матрица совместимости моделей](/guides/guides_v2-ru/nachalo-raboty/model-compatibility.md)       | Проверьте, какие модели работают с какими GPU          |
| [Быстрый старт Python SDK](/guides/guides_v2-ru/nachalo-raboty/python-quickstart.md)              | Начните работу с Python SDK                            |

## Варианты оплаты

* **CLORE** - Нативный токен, часто со скидкой
* **BTC** - Платежи в биткоине
* **USDT/USDC** - Платежи в стейблкоинах

## Типы заказов

* **On-Demand** - Фиксированная почасовая ставка, гарантированная доступность
* **Spot** - Ценообразование на основе ставок; треть серверов предлагает цену ниже on-demand (медиана \~13% скидки)

## Нужна помощь?

* [Discord](https://discord.com/invite/clore-ai)
* [Telegram](https://t.me/clorechat)
* [Основная документация](https://docs.clore.ai)


---

# 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/guides/guides_v2-ru/nachalo-raboty/getting-started.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.
