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

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

| Руководство                                                                                 | Описание                                      |
| ------------------------------------------------------------------------------------------- | --------------------------------------------- |
| [Ценообразование](/guides/guides_v2-ru/nachalo-raboty/pricing.md)                           | Тарифы на аренду GPU и оптимизация стоимости  |
| [Устранение неполадок](/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-образы для задач ИИ    |
| [Часто задаваемые вопросы](/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** - Платежи в стейблкоинах

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

* **По требованию** - Фиксированная почасовая ставка, гарантированная доступность
* **Спот** - Ценообразование на основе ставок, обычно дешевле на 30–50%

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

* [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.
