> For the complete documentation index, see [llms.txt](https://www.btkwiki.info/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://www.btkwiki.info/ingame-guides/features/card-collector-collection-book.md).

# Card Collector (Collection Book)

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

### Overview

**Card Collector** lets you “store” certain cards/items into a special **Collection Storage** to unlock **passive bonuses** (stats, damage boosts, resistances, cast time reductions, etc.).\
You can take items **out** any time but with fee, but you’ll lose the related bonus while they’re not stored.

* **NPC:** `Card Collector`
* **Map / Coordinates:** `amistr 183,169`
* **Purpose:** Deposit items to complete collection entries and gain bonuses
* **Menus:**
  1. **See Collection Book**
  2. **See Collection Benefit**
  3. **Open Collection Storage**

> **Tip:** Some entries may require a specific **+refine** level or more than one copy of an item. The list will show that requirement.

### 1) <mark style="color:$danger;">See Collection Book</mark>

When you pick **See Collection Book**:

1. **Choose a Deposit Storage**\
   You’ll see a list like:\
   `[-] Deposit Storage <name 1>`\
   `[-] Deposit Storage <name 2>`\
   Select the storage that matches the collection set you want to view.
2. **Choose the List Type**
   * **All List (X)** – Shows every entry in the set.
   * **Collected List (Y/X)** – Shows entries you’ve already completed.
   * **Uncollected List (Z/X)** – Shows what you’re still missing.
3. **Read Each Entry**\
   Entries appear like this:

   ```
   [amount_collected / amount_required] <Item Name>
   ```

   **Examples**

   * `[0/5] Peco Peco Card` (requires 5 copies)
4. **Paging**\
   The list shows **6 items per page**. Use **Next Page** / **Previous Page** to navigate.

### 2) <mark style="color:$danger;">See Collection Benefit</mark>

This shows the **bonuses you’re currently receiving** based on what’s stored.\
If you haven’t stored anything that qualifies yet, you’ll see:\
\&#xNAN;*“You didn’t have any collection item yet.”*

**Full Benefit Reference (Spreadsheet):**\
[Collection Benefit Reference — Google Sheet](https://docs.google.com/spreadsheets/d/1_KnGQhjyYC1HV_VveUSIfdK00MOQEwlfdSumMdjAp94/edit?gid=0#gid=0)

> **Reminder:** You only receive bonuses from entries that are **complete** (your collected amount meets the requirement) **and** whose items remain **stored**.

### 3) <mark style="color:$danger;">Open Collection Storage</mark>

Pick **Open Collection Storage** to manage items:

1. **Select a Deposit Storage** (same list as above).
2. The storage window opens. You can **PUT** (deposit) or **GET** (withdraw).

**How it works**

* **Deposit** the required items to progress a collection entry.
* When an entry shows full progress (e.g., `[1/1]`, `[5/5]`), its **bonus activates**.
* **Withdrawals:** Any **withdrawal has a fee of 50,000 zeny**. Withdrawing may also deactivate its entry if the requirement is no longer met.

> **Good to know**
>
> * Items in Collection Storage **cannot be equipped** while stored.
> * If an entry requires **multiple copies**, progress increases as you deposit each copy.

### <mark style="color:$primary;">FAQ</mark>

**Q: Do extra copies beyond the requirement help?**\
A: Extra copies **don’t increase the same entry** once it’s complete, but they may be useful for **other entries** (depending on set design) or for swapping later.

**Q: If I withdraw an item, do I lose the bonus?**\
A: Yes. Bonuses require the entry to remain **complete** with items **still stored**. Also note the **50,000 zeny withdrawal fee**.

**Q: I see “Next Page / Previous Page.” Why?**\
A: The Book shows **6 items per page** for readability, use the paging to navigate.

**Q: What does `[X/Y]` mean?**\
A: **X** = how many you’ve deposited; **Y** = how many are required for that entry.


---

# 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://www.btkwiki.info/ingame-guides/features/card-collector-collection-book.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.
