# PvP

1. **What is PVP?**

   * PVP is a feature where you can compete and grow by battling against other users.

2. #### **Types of PVP**
   * **Single PVP**
     * A 1v1 battle mode where you are matched with a random opponent.
     * Winning grants Single PVP Points.
   * **Co-op PVP**

     * A team battle mode where you and a PVP Partner fight against a random opponent.
       * Your PVP Partner’s level is the same as your own.
     * Winning grants Co-op PVP Points.

3. [**Rankings**](/game-system/rankings.md)
   * Players who rank within the Top 1000 in Single PVP will receive ranking rewards.
   * In Co-op PVP, all participants receive participation rewards.

     * Those within the Top 1000 will receive even better rewards

4. #### **Grade Rewards**
   * Grade rewards are distributed based on your Co-op PVP ranking.
   * The Grades are as follows:
     * Grand Master
     * Master 1–3
     * Diamond 1–3
     * Platinum 1–3
     * Gold 1–3
     * Silver 1–3
     * Bronze 1–3


---

# 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/pvp.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.
