> 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.-pt-br/f.a.q./marketplace/2.-como-comprar.md).

# 2. Como comprar?

Para comprar um item, clique no item que você gosta no Marketplace. Você será levado para a página dedicada dele.

<figure><img src="https://1449154753-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FE61cnyjygmf0YfudWjeE%2Fuploads%2FQmrq4o0m8qdoKpOc0elQ%2Fimage.png?alt=media&amp;token=208ad9a9-81c1-4f10-bee8-ecf2c7b297c9" alt=""><figcaption></figcaption></figure>

Aqui, você pode encontrar muitas informações úteis:

1. Todas as características — quantas células ele ocupa, seu poder, bônus e raridade (para peças).
2. O preço mínimo e a quantidade mínima pela qual o item está sendo vendido, bem como a demanda total (itens à venda). Você pode ver um gráfico detalhado em que cada linha representa a quantidade para um determinado preço.
3. Os preços medianos de venda em um determinado período, o que pode lhe dar uma ideia da popularidade deste item e do preço pelo qual ele costuma ser vendido.

Para comprar um item, defina a quantidade e o preço desejados e, em seguida, clique no botão “Comprar”. Confirme clicando no botão “Comprar” novamente na janela pop-up de confirmação. Após um breve tempo de processamento, seu novo item aparecerá no seu armazenamento.

<figure><img src="https://1449154753-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FE61cnyjygmf0YfudWjeE%2Fuploads%2FVOgMQVCgMDf5bNqCygYP%2Fimage.png?alt=media&amp;token=ed10e7b2-77d6-4a59-a77e-71e2c3af85af" alt=""><figcaption></figcaption></figure>

{% hint style="warning" %}
**Preste atenção em quantos itens estão disponíveis por um determinado preço.**&#x20;

Se a quantidade de itens dentro da faixa de preço especificada não for suficiente, será comprado o valor máximo possível por aquele preço.
{% 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.-pt-br/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.
