# Enemies

Currently, there are 8 types of enemy, 32 individuals ingame enemies.

And there are 4 variations of them, each is stronger than the previous one.

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

As the levels get more difficult, the higher levels of the same type will show up, they will have more health, move faster, and have special abilities.&#x20;

So the player will need to have an arsenal of high level towers to keep these enemies back.


---

# 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://spacey.gitbook.io/getting-started/game-walkthrough/enemies.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.
