> 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-de/erste-schritte/getting-started.md).

# Überblick

Wichtige Anleitungen für neue Nutzer des CLORE.AI-GPU-Marktplatzes.

## Was du lernen wirst

* Wie man GPUs auf CLORE.AI mietet
* Preisgestaltung und Zahlungsoptionen verstehen
* Häufige Probleme beheben

## Schnellstart

1. **Konto erstellen** - Registrieren Sie sich unter [clore.ai](https://clore.ai)
2. **Guthaben hinzufügen** - CLORE, BTC oder USDT/USDC einzahlen
3. **Marktplatz durchsuchen** - GPUs finden unter [clore.ai/marketplace](https://clore.ai/marketplace)
4. **Bestellung erstellen** - GPU auswählen, Docker-Image konfigurieren, Ports festlegen
5. **Verbinden** - Per SSH oder Weboberfläche mit deinem Server

> 📚 Neu in der GPU-Cloud? Lies unseren [Vollständigen Einsteigerleitfaden zum Mieten einer GPU auf Clore.ai](https://blog.clore.ai/how-to-rent-a-gpu-complete-beginners-guide/)

## Anleitungen in diesem Abschnitt

| Leitfaden                                                                                           | Beschreibung                                              |
| --------------------------------------------------------------------------------------------------- | --------------------------------------------------------- |
| [GPU-Preise & Verfügbarkeit](/guides/guides_v2-de/erste-schritte/pricing.md)                        | Aktuelle Marktplatzpreise, was gelistet ist und was nicht |
| [Teilweise GPU-Miete](/guides/guides_v2-de/erste-schritte/partial-gpu-rental.md)                    | 1–2 GPUs aus einem Multi-GPU-Rig mieten                   |
| [CUDA- & PyTorch-Kompatibilität](/guides/guides_v2-de/erste-schritte/cuda-pytorch-compatibility.md) | Die CUDA-Version an die gemietete Karte anpassen          |
| [Fehlerbehebung](/guides/guides_v2-de/erste-schritte/clore-troubleshooting.md)                      | Häufige Probleme und Lösungen                             |
| [Kostenrechner](/guides/guides_v2-de/erste-schritte/cost-calculator.md)                             | GPU-Mietkosten berechnen und schätzen                     |
| [Katalog der Docker-Images](/guides/guides_v2-de/erste-schritte/docker-images.md)                   | Vorkonfigurierte Docker-Images für KI-Workloads           |
| [Häufig gestellte Fragen](/guides/guides_v2-de/erste-schritte/faq.md)                               | Häufige Fragen und Antworten                              |
| [GPU-Vergleichsleitfaden](/guides/guides_v2-de/erste-schritte/gpu-comparison.md)                    | GPU-Modelle und Spezifikationen vergleichen               |
| [Modellkompatibilitätsmatrix](/guides/guides_v2-de/erste-schritte/model-compatibility.md)           | Prüfen, welche Modelle mit welchen GPUs funktionieren     |
| [Python-SDK-Quickstart](/guides/guides_v2-de/erste-schritte/python-quickstart.md)                   | Mit dem Python-SDK loslegen                               |

## Zahlungsoptionen

* **CLORE** - Nativer Token, oft rabattiert
* **BTC** - Bitcoin-Zahlungen
* **USDT/USDC** - Stablecoin-Zahlungen

## Bestelltypen

* **On-Demand** - Fester Stundenpreis, garantierte Verfügbarkeit
* **Spot** - Preisgestaltung auf Gebotsbasis; ein Drittel der Server bietet es unter On-Demand an (Median ca. 13 % Rabatt)

## Brauchst du Hilfe?

* [Discord](https://discord.com/invite/clore-ai)
* [Telegram](https://t.me/clorechat)
* [Hauptdokumentation](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-de/erste-schritte/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.
