# Dealing Damage

This set of tutorials covers how to create enemies which can receive damage from Bullets created by the Player. Many games include enemies which can take damage from the player such as Mega Man X and Super Metroid.

{% embed url="<https://youtu.be/wd2NqblSmIY?t=152>" %}

The following pages cover a number of topics related to dealing damage:

* Dynamic entity creation and destruction (Bullets)
* HP and damage amounts
* Damage over time and area of effect
* Friendly fire and teams


---

# 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://docs.flatredball.com/flatredball/tutorials/platformer-plugin/dealing-damage.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.
