> 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-arendatorov/how-to-use-templates-mass-rent.md).

# Как использовать шаблоны (массовая аренда)

1\. Перейдите к [Clore Marketplace](https://clore.ai/marketplace).

2\. Выберите предпочитаемый сервер, с которого вы хотите начать аренду.

<figure><img src="/files/25875826452afe31b1ca0571b554559d59dced5b" alt=""><figcaption></figcaption></figure>

3\. Нажмите кнопку «Арендовать» рядом с выбранным сервером.

4\. Настройте образ сервера. Для этого примера выберите Ubuntu Jupiter.

5\. После завершения настройки нажмите «Сохранить шаблон».

<figure><img src="/files/98c60d786d2c7de8f275be7e69f39438fb5b2f49" alt="" width="563"><figcaption></figcaption></figure>

6\. Присвойте шаблону имя и нажмите «Создать».

<figure><img src="/files/0e9674d7d817739325ec80d8253a9ea13a7a1ad7" alt="" width="375"><figcaption></figcaption></figure>

7\. Вернитесь к [Clore Marketplace](https://clore.ai/marketplace), и теперь вы увидите значок шаблона.

<figure><img src="/files/ab34a626b76b61d14e5d58c58beca891e4d3b2fb" alt="" width="340"><figcaption></figcaption></figure>

8\. Нажмите «Использовать шаблоны», затем выберите ваш шаблон и нажмите «Использовать для аренды».

<figure><img src="/files/bcaa55adb735001718207c14b5c9cf1c980819f2" alt="" width="375"><figcaption></figcaption></figure>

9\. Нажмите на каждый желаемый сервер. Процесс аренды начнется автоматически.

<figure><img src="/files/5b83aaacbd316a62bc00bd36bbd16771656aaad6" alt="" width="348"><figcaption></figcaption></figure>


---

# 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-arendatorov/how-to-use-templates-mass-rent.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.
