> 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-es/primeros-pasos/getting-started.md).

# Descripción general

Guías esenciales para nuevos usuarios del mercado de GPU de CLORE.AI.

## Lo que aprenderás

* Cómo alquilar GPUs en CLORE.AI
* Comprender los precios y las opciones de pago
* Solución de problemas comunes

## Inicio rápido

1. **Crear cuenta** - Regístrate en [clore.ai](https://clore.ai)
2. **Agregar fondos** - Deposita CLORE, BTC o USDT/USDC
3. **Explorar el mercado** - Encuentra GPUs en [clore.ai/marketplace](https://clore.ai/marketplace)
4. **Crear pedido** - Selecciona GPU, configura la imagen Docker, establece puertos
5. **Conectar** - SSH o interfaz web a tu servidor

> 📚 ¿Nuevo en la nube de GPU? Lee nuestro [Guía completa para principiantes sobre cómo alquilar una GPU en Clore.ai](https://blog.clore.ai/how-to-rent-a-gpu-complete-beginners-guide/)

## Guías en esta sección

| Guía                                                                                              | Descripción                                                  |
| ------------------------------------------------------------------------------------------------- | ------------------------------------------------------------ |
| [Precios](/guides/guides_v2-es/primeros-pasos/pricing.md)                                         | Tarifas de alquiler de GPU y optimización de costos          |
| [Solución de problemas](/guides/guides_v2-es/primeros-pasos/clore-troubleshooting.md)             | Problemas comunes y soluciones                               |
| [Calculadora de costos](/guides/guides_v2-es/primeros-pasos/cost-calculator.md)                   | Calcular y estimar los costos de alquiler de GPU             |
| [Catálogo de imágenes Docker](/guides/guides_v2-es/primeros-pasos/docker-images.md)               | Imágenes Docker preconfiguradas para cargas de trabajo de IA |
| [Preguntas frecuentes](/guides/guides_v2-es/primeros-pasos/faq.md)                                | Preguntas y respuestas comunes                               |
| [Guía de comparación de GPU](/guides/guides_v2-es/primeros-pasos/gpu-comparison.md)               | Comparar modelos de GPU y especificaciones                   |
| [Matriz de compatibilidad de modelos](/guides/guides_v2-es/primeros-pasos/model-compatibility.md) | Verifica qué modelos funcionan con qué GPUs                  |
| [Inicio rápido del SDK de Python](/guides/guides_v2-es/primeros-pasos/python-quickstart.md)       | Comienza con el SDK de Python                                |

## Opciones de pago

* **CLORE** - Token nativo, a menudo con descuento
* **BTC** - Pagos en Bitcoin
* **USDT/USDC** - Pagos en stablecoin

## Tipos de pedido

* **Bajo demanda** - Tarifa horaria fija, disponibilidad garantizada
* **Spot** - Precio basado en subasta, típicamente 30-50% más barato

## ¿Necesitas ayuda?

* [Discord](https://discord.com/invite/clore-ai)
* [Telegram](https://t.me/clorechat)
* [Documentación principal](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-es/primeros-pasos/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.
