> 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 Vorlagen verwendet werden (Massenmiete)

{% hint style="info" %}
Die Vorlagenverwaltung wurde seit der Aufnahme dieser Screenshots verschoben: Sie fügen Vorlagen jetzt über die Seitenleiste des Marktplatzes hinzu, bearbeiten und löschen sie, wählen gespeicherte aus der **Meine Vorlagen** Registerkarte im Bildschritt des Mietdialogs aus und mieten Sie schnell mit der ausgewählten Vorlage. Die allgemeine Idee unten gilt weiterhin.
{% endhint %}

1\. Navigieren Sie zu der [Clore Marketplace](https://clore.ai/marketplace).

2\. Wählen Sie den gewünschten Server aus, mit dem Sie Ihre Miete beginnen möchten.

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

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

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

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

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

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

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

7\. Kehren Sie zurück zu der [Clore Marketplace](https://clore.ai/marketplace), und Sie sehen nun ein Vorlagensymbol.

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

8\. Klicken Sie auf „Vorlagen verwenden“, wählen Sie dann Ihre Vorlage aus und klicken Sie auf „Für die 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.
