# Overview

Essential guides for new users of CLORE.AI GPU marketplace.

## What You'll Learn

* How to rent GPUs on CLORE.AI
* Understanding pricing and payment options
* Troubleshooting common issues

## Quick Start

1. **Create Account** - Sign up at [clore.ai](https://clore.ai)
2. **Add Funds** - Deposit CLORE, BTC, or USDT/USDC
3. **Browse Marketplace** - Find GPUs at [clore.ai/marketplace](https://clore.ai/marketplace)
4. **Create Order** - Select GPU, configure Docker image, set ports
5. **Connect** - SSH or web interface to your server

> 📚 New to GPU cloud? Read our [Complete Beginner's Guide to Renting a GPU on Clore.ai](https://blog.clore.ai/how-to-rent-a-gpu-complete-beginners-guide/)

## Guides in This Section

| Guide                                                                                          | Description                                   |
| ---------------------------------------------------------------------------------------------- | --------------------------------------------- |
| [Pricing](https://docs.clore.ai/guides/getting-started/pricing)                                | GPU rental rates and cost optimization        |
| [Troubleshooting](https://docs.clore.ai/guides/getting-started/clore-troubleshooting)          | Common issues and solutions                   |
| [Cost Calculator](https://docs.clore.ai/guides/getting-started/cost-calculator)                | Calculate and estimate GPU rental costs       |
| [Docker Images Catalog](https://docs.clore.ai/guides/getting-started/docker-images)            | Pre-configured Docker images for AI workloads |
| [Frequently Asked Questions](https://docs.clore.ai/guides/getting-started/faq)                 | Common questions and answers                  |
| [GPU Comparison Guide](https://docs.clore.ai/guides/getting-started/gpu-comparison)            | Compare GPU models and specifications         |
| [Model Compatibility Matrix](https://docs.clore.ai/guides/getting-started/model-compatibility) | Check which models work with which GPUs       |
| [Python SDK Quickstart](https://docs.clore.ai/guides/getting-started/python-quickstart)        | Get started with the Python SDK               |

## Payment Options

* **CLORE** - Native token, often discounted
* **BTC** - Bitcoin payments
* **USDT/USDC** - Stablecoin payments

## Order Types

* **On-Demand** - Fixed hourly rate, guaranteed availability
* **Spot** - Bid-based pricing, typically 30-50% cheaper

## Need Help?

* [Discord](https://discord.com/invite/clore-ai)
* [Telegram](https://t.me/clorechat)
* [Main Documentation](https://docs.clore.ai)


---

# Agent Instructions: 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/getting-started/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.
