> For the complete documentation index, see [llms.txt](https://dk-genesis.gitbook.io/dk-mobile-genesis/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://dk-genesis.gitbook.io/dk-mobile-genesis/game-play/game-guide/battle-guide/pvp.md).

# PVP

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

You can play PVP and PK anytime, anywhere (excluding safe zones).

Your in-game history is saved following your results in PVP and PK stages, and can be found in (Menu - PVP).

The PVP history allows you to check information such as date of occurrence, result, PVP target, target server, and details of the target guild.

<mark style="color:red;">**※**</mark> <mark style="color:red;">**When you kill an opponent in PVP, you take away some of the florines they have, depending on the conditions.**</mark>

<table><thead><tr><th width="78.33333333333331">NO</th><th width="209">Category</th><th width="461.6666666666667">Content</th></tr></thead><tbody><tr><td>1</td><td>Date of occurrence</td><td>You can check the time of the PVP match performed by the character.</td></tr><tr><td>2</td><td>Result</td><td>Shows the results of your PVP matches. The results are displayed as victories/assists/losses.</td></tr><tr><td>3</td><td>PVP Target</td><td>You can check your PVP opponent's character and class.</td></tr><tr><td>4</td><td>PVP target server</td><td>You can check the target server of a PVP match.</td></tr><tr><td>5</td><td>PVP Target Guild</td><td>You can check the guild name and guild mark of your PVP opponent.</td></tr><tr><td>6</td><td>PVP Details</td><td>Clicking on the icon will display the PVP match's details, including the result, character name and class, accumulated damage, and earned ranking points. Depending on the result, you can then proceed with ridicule/revenge.</td></tr><tr><td>7</td><td>Filter Results</td><td>You can filter your PVP history by victories/assists/losses.</td></tr><tr><td>8</td><td>PVP Message Settings</td><td>You can set the message displayed when winning/losing/mocking.</td></tr></tbody></table>


---

# 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://dk-genesis.gitbook.io/dk-mobile-genesis/game-play/game-guide/battle-guide/pvp.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.
