> For the complete documentation index, see [llms.txt](https://lokagamers.gitbook.io/rowiki/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://lokagamers.gitbook.io/rowiki/additional-feature/npc-custom/card-trader.md).

# Card Trader

## Card Trader

Use this page to check the published reference for **Card Trader**.

### Overview

{% columns %}
{% column %}

<figure><img src="/files/r2Oi80pzW5zpzaZ1AOVf" alt=""><figcaption></figcaption></figure>
{% endcolumn %}

{% column %}
Check the current NPC details before you visit **Card Trader**.

* **NPC:** <mark style="color:blue;">**Card Trader**</mark>
* **Location:** <mark style="color:blue;">**Payon Town**</mark>
* **Coordinates:** <mark style="color:blue;">`121,164`</mark>
* **Function:** Exchange `5` cards into `1` **Old Card Album**
* **Accepted source:** Cards obtained from any source
  {% endcolumn %}
  {% endcolumns %}

{% hint style="info" %}
This NPC function is confirmed.

Screenshot is still pending.
{% endhint %}

### Exchange rules

Use **Card Trader** when you want extra value from unused cards.

* Trade `5` cards for `1` <mark style="color:orange;">**Old Card Album**</mark>
* Accepted cards can come from any in-game source
* <mark style="color:$danger;">This exchange gives duplicate and spare cards a clear use</mark>

{% hint style="success" %}
This system helps make every card feel useful, even when you do not need the original drop.
{% endhint %}

### Published update history

* No published entry yet.

### Notes

This page tracks the current published **Card Trader** reference.


---

# 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://lokagamers.gitbook.io/rowiki/additional-feature/npc-custom/card-trader.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.
