> For the complete documentation index, see [llms.txt](https://devastator.gitbook.io/devastator/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://devastator.gitbook.io/devastator/gameplay/tips.md).

# Tips

## What if I'm on *fire*?

<mark style="color:purple;">**Roll twice**</mark> to put out the flames. Remember that rolling uses stamina, so keep some saved up!

<figure><img src="/files/9kjuddfQ4YrBHztpkSsM" alt=""><figcaption></figcaption></figure>

## Stop the Bleed

So you've been shot with a nail gun. It happens. However, nails cause [bleed damage](broken://pages/NI6fTovPl3PVfBjHTXYA#damage) (similar to fire). <mark style="color:purple;">**To stop bleeding, stand still for a few moments**</mark>. Running will make it worse.

## Don't Gib Yourself

Certain weapons and throwables can damage you if you're too close. If you gib yourself, you will lose points.

Watch out for:

* Explosives (RPGs, Grenades)
* Molotov Cocktails (will need to roll out fire)
* Poisonous Gas

<figure><img src="/files/2WAIPsMBinIYXgHg2EbC" alt=""><figcaption></figcaption></figure>

## Find the Leader

The player in the lead (most points) will have a floating, glowing crown over their head. <mark style="color:purple;">**Successful attacks on the leader grant bonus points**</mark>.

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


---

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

```
GET https://devastator.gitbook.io/devastator/gameplay/tips.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.
