# Library

1. #### What is the Library?
   * Ragnarok Libre features a **Library** system that progresses based on your gameplay.
   * You can strengthen your character by increasing your **Library level**.

2. #### Types of Libraries
   * There are **five types** of Libraries:
   * [**Gear**](/characters/gear.md) **Library**
     * Level up your Gear Library by collecting weapons and armor.
     * Increases **Physical Defense** and **Magic Defense**.
   * [**Card**](/characters/cards.md) **Library**
     * Level up by collecting cards for various equipment slots.
     * Enhances your **Basic Stats**.
   * [**Monster**](/game-system/fields.md) **Library**
     * Defeating monsters with attributes levels up your Monster Library.
       * Unique MVP monsters are automatically registered.
     * Improves **Max HP**.
   * [**Costume**](/characters/costumes.md) **Library**
     * Acquiring various costumes levels up your Costume Library.
     * Boosts **Overall Damage**.
   * **Special Library**
     * Level up by acquiring **Pets** (coming soon) and **Titles**.
     * Increases **Attack Speed**.


---

# Agent Instructions: 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:

```
GET https://wiki.ragnaroklibre.com/game-system/library.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
