> For the complete documentation index, see [llms.txt](https://faq.rollercoin.com/rollercoin/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://faq.rollercoin.com/rollercoin/rollercoin-f.a.q.-es/f.a.q./marketplace/2.-como-comprar.md).

# 2. ¿Cómo comprar?

Para comprar un artículo, haz clic en el artículo que te guste en el Marketplace. Serás llevado a su página dedicada.

<figure><img src="/files/6bb24a98595a7f3344baed4f6eb6ab174e3e59fd" alt=""><figcaption></figcaption></figure>

Aquí puedes encontrar mucha información útil:

1. Todas las características: cuántas celdas ocupa, su poder, bono y rareza (para piezas).
2. El precio mínimo y la cantidad mínima por la que se está vendiendo el artículo, así como la demanda total (artículos en venta). Puedes ver un gráfico detallado donde cada fila representa la cantidad para un determinado precio.
3. Los precios medianos de venta durante un cierto periodo, lo que puede darte una idea de la popularidad de este artículo y del precio al que suele venderse.

Para comprar un artículo, establece la cantidad y el precio deseados, luego haz clic en el botón “Comprar”. Confírmalo haciendo clic en el botón “Comprar” de nuevo en la ventana emergente de confirmación. Tras un breve tiempo de procesamiento, tu nuevo artículo aparecerá en tu almacenamiento.

<figure><img src="/files/22c3bee06ff468232ef36248b2d1ef55bb239a74" alt=""><figcaption></figcaption></figure>

{% hint style="warning" %}
**Por favor, presta atención a cuántos artículos están disponibles a un cierto precio.**&#x20;

Si la cantidad de artículos dentro del rango de precio especificado no es suficiente, se comprará la cantidad máxima posible a ese precio.
{% endhint %}


---

# 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://faq.rollercoin.com/rollercoin/rollercoin-f.a.q.-es/f.a.q./marketplace/2.-como-comprar.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.
