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

# How to use templates (Mass rent)

{% hint style="info" %}
Template management has moved since these screenshots were taken: you now add, edit, and delete templates from the marketplace sidebar, pick saved ones from the **My templates** tab at the image step of the rent dialog, and quick-rent with the selected template. The general idea below still applies.
{% endhint %}

1\. Navigate to the [Clore Marketplace](https://clore.ai/marketplace).

2\. Select the preferred server from which you would like to start your rental.

<figure><img src="/files/6n1YbXo0bro0TWSPIivP" alt=""><figcaption></figcaption></figure>

3\. Click the “Rent” button next to the chosen server.

4\. Configure your server image. For this example, select Ubuntu Jupiter.

5\. Once the configuration is complete, click “Save Template.”

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

6\. Assign a name to your template and click “Create.”

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

7\. Return to the [Clore Marketplace](https://clore.ai/marketplace), and you will now see a template icon.

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

8\. Click “Use Templates,” then pick your template and hit “Use for Rent.”

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

9\. Click on every desired server. The rental process will automatically begin.

<figure><img src="/files/RrxsnGbRujVEMRuWufo5" 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/for-renters/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.
