# Controls & Movement

Master the art of navigation and evasion in Insomnus.

## Basic Controls

<div data-with-frame="true"><figure><img src="/files/dQTPhLE179IU7QE8zV1b" alt=""><figcaption></figcaption></figure></div>

| Action        | Input                       |
| ------------- | --------------------------- |
| Move          | WASD or Arrow Keys          |
| Health Potion | Click the green potion icon |
| Armor Potion  | Click the white potion icon |

{% hint style="info" %}
Combat is automatic. Skills are automatic, including dash. Only potions are manual.
{% endhint %}

## Core Gameplay Loop

{% stepper %}
{% step %}

### Enter Arena

Begin your run and prepare for incoming waves.
{% endstep %}

{% step %}

### Navigate & Survive Waves

Use movement and positioning to handle increasingly difficult enemy waves.
{% endstep %}

{% step %}

### Collect Resources

Gather pickups, XP, and resources to improve your chances.
{% endstep %}

{% step %}

### Die

Run ends; each death is a learning opportunity.
{% endstep %}

{% step %}

### Repeat

Start a new run and apply what you learned.
{% endstep %}
{% endstepper %}

Every run in Insomnus follows this cycle. The goal is simple: survive as long as possible against increasingly difficult waves of enemies. Death is inevitable, but each run sharpens your skills and reflexes.

## Advanced Movement Techniques

{% tabs %}
{% tab title="Kiting" %}

* Move away from enemies while your automatic attacks engage.&#x20;
* Maintain optimal distance to stay safe while dealing damage.
  {% endtab %}

{% tab title="Circle Strafing" %}
Move in circular patterns around enemy groups to avoid being surrounded and to line up multiple targets.
{% endtab %}
{% endtabs %}

## Positioning Tips

| Situation          | Strategy                                          |
| ------------------ | ------------------------------------------------- |
| **Surrounded**     | Keep moving. Create space before you get boxed in |
| **Ranged Enemies** | Close distance quickly                            |
| **Elite Enemies**  | Maintain max range, let auto-attack work          |
| **Boss Fight**     | Constant movement, never stop                     |

## Movement Best Practices

{% columns %}
{% column %}

#### Do

* Circle around enemy groups
* Use obstacles to block projectiles
* Stay near XP drops for faster leveling
  {% endcolumn %}

{% column %}

#### Don't

* Stand still for any reason
* Chase enemies into unknown areas
* Corner yourself against walls
  {% endcolumn %}
  {% endcolumns %}

{% hint style="info" %}
Fluid movement is the key to survival.
{% endhint %}


---

# 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.insomnus.xyz/getting-started/controls-and-movement.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.
