> 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-eng-de/fur-mieter/how-to-use-templates-mass-rent.md).

# Wie man Vorlagen verwendet (Massenvermietung)

1\. Navigieren Sie zu dem [Clore-Marktplatz](https://clore.ai/marketplace).

2\. Wählen Sie den bevorzugten Server aus, von dem aus Sie Ihre Miete starten möchten.

<figure><img src="/files/a7ff6c1572e6f2e99ae8a98e140b322cbe72d2db" alt=""><figcaption></figcaption></figure>

3\. Klicken Sie auf die Schaltfläche „Mieten“ neben dem ausgewählten Server.

4\. Konfigurieren Sie Ihr Server-Image. Wählen Sie für dieses Beispiel Ubuntu Jupiter.

5\. Sobald die Konfiguration abgeschlossen ist, klicken Sie auf „Vorlage speichern.“

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

6\. Weisen Sie Ihrer Vorlage einen Namen zu und klicken Sie auf „Erstellen.“

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

7\. Kehren Sie zurück zu dem [Clore-Marktplatz](https://clore.ai/marketplace), und Sie werden jetzt ein Vorlagensymbol sehen.

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

8\. Klicken Sie auf „Vorlagen verwenden“, wählen Sie dann Ihre Vorlage und klicken Sie auf „Für Miete verwenden.“

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

9\. Klicken Sie auf jeden gewünschten Server. Der Mietvorgang beginnt automatisch.

<figure><img src="/files/bd40e4d0a51ad036172697d3f50743630fd79727" 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-eng-de/fur-mieter/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.
