> 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

Wesentliche Leitfäden für neue Benutzer des CLORE.AI GPU-Marktplatzes.

## Was Sie lernen werden

* Wie man GPUs auf CLORE.AI mietet
* Verständnis von Preisen und Zahlungsoptionen
* Fehlerbehebung bei häufigen Problemen

## Schnellstart

1. **Konto erstellen** - Registrieren bei [clore.ai](https://clore.ai)
2. **Geld einzahlen** - CLORE, BTC oder USDT/USDC einzahlen
3. **Marktplatz durchsuchen** - GPUs finden auf [clore.ai/marketplace](https://clore.ai/marketplace)
4. **Bestellung erstellen** - GPU auswählen, Docker-Image konfigurieren, Ports festlegen
5. **Verbinden** - SSH oder Webschnittstelle zu Ihrem Server

> 📚 Neu bei GPU-Cloud? Lesen Sie unseren [Kompletten Einsteigerleitfaden zum Mieten einer GPU auf Clore.ai](https://blog.clore.ai/how-to-rent-a-gpu-complete-beginners-guide/)

## Leitfäden in diesem Abschnitt

| Leitfaden                                                                                       | Beschreibung                                          |
| ----------------------------------------------------------------------------------------------- | ----------------------------------------------------- |
| [Preisgestaltung](/guides/guides_v2-de/erste-schritte/pricing.md)                               | GPU-Mietpreise und Kostenoptimierung                  |
| [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           |
| [Kompatibilitätsmatrix für Modelle](/guides/guides_v2-de/erste-schritte/model-compatibility.md) | Prüfen, welche Modelle mit welchen GPUs funktionieren |
| [Python-SDK Schnellstart](/guides/guides_v2-de/erste-schritte/python-quickstart.md)             | Einstieg mit dem Python-SDK                           |

## Zahlungsoptionen

* **CLORE** - Native Token, oft mit Rabatt
* **BTC** - Bitcoin-Zahlungen
* **USDT/USDC** - Stablecoin-Zahlungen

## Bestelltypen

* **On-Demand** - Fester Stundenpreis, garantierte Verfügbarkeit
* **Spot** - Gebotsbasierte Preisgestaltung, typischerweise 30–50% günstiger

## Brauchen Sie 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:

```
GET https://docs.clore.ai/guides/guides_v2-de/erste-schritte/getting-started.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
