> 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.-tr/f.a.q./pazar-yeri/2.-nasil-satin-alirim.md).

# 2. Nasıl satın alırım?

Bir ürün satın almak için, Marketplace’te beğendiğiniz ürünün üzerine tıklayın. Sizi onun özel sayfasına yönlendirecektir.

<figure><img src="/files/cbfb1daee6c4f813667e22e993eb0c71ae5ee2e8" alt=""><figcaption></figcaption></figure>

Burada, birçok faydalı bilgi bulabilirsiniz:

1. Tüm özellikler — kaç hücre kapladığı, gücü, bonusu ve nadirliği (parçalar için).
2. Ürünün satışa sunulduğu minimum fiyat ve minimum miktar ile toplam talep (satışta olan ürünler). Her satırın belirli bir fiyat için miktarı temsil ettiği ayrıntılı bir grafik görebilirsiniz.
3. Belirli bir dönem için medyan satış fiyatları; bu da size bu ürünün popülerliği ve genellikle hangi fiyata satıldığı konusunda fikir verebilir.

Bir ürün satın almak için istediğiniz miktarı ve fiyatı belirleyin, ardından “Satın Al” düğmesine tıklayın. Açılan onay penceresinde tekrar “Satın Al” düğmesine tıklayarak işlemi onaylayın. Kısa bir işlem süresinin ardından yeni ürününüz depolamanızda görünecektir.

<figure><img src="/files/c8149ad0d4c04c425e5268833591ef1351e01de5" alt=""><figcaption></figcaption></figure>

{% hint style="warning" %}
**Lütfen belirli bir fiyat seviyesinde kaç ürünün mevcut olduğuna dikkat edin.**&#x20;

Belirtilen fiyat aralığındaki ürün miktarı yeterli değilse, o fiyattan mümkün olan en yüksek miktar satın alınacaktır.
{% 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.-tr/f.a.q./pazar-yeri/2.-nasil-satin-alirim.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.
