# Combat

Whenever a Hero clicks on an Adventuring Quest tile, a Daily Quest tile, or a Boss Quest tile, they have a good chance of encountering a monster that lives within that specific tile.&#x20;

Combat provides you four distinct options to overcome a monster:

* Attack
* Use Skill
* Persuade&#x20;
* Flee

<figure><img src="https://375441592-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F7RPfbv8EncHjUTDiUeLZ%2Fuploads%2F8wh1x1PyCfFIhB90ny9h%2Fcombat_UI.png?alt=media&#x26;token=19f47f99-d1b9-40ac-9072-0027b3731714" alt=""><figcaption><p>Combat UI example of a Warrior facing off with a Mighty Stag, in the Enchanted Fields</p></figcaption></figure>


---

# 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://dragons-crossing.gitbook.io/dragons-crossing/mechanics/combat.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.
