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

# Moving

HodlGod is very fast-paced, which means that we offer a lot of different ways to travel across the maps and evade or engage your enemies.

#### Moving

You can walk using WASD and you can run by combining WASD with Left-Shift. You can also jump by pressing the space bar.

#### Double Jumping

Double jumping allows you to quickly jump high. You need to double press the space bar quickly to double jump.

#### Dashing

You can dash in all directions by pressing WASD and C. Dashing will make you travel a few meters in a few milliseconds, it can be very useful to catch up to your opponents, or to run away from them.

#### Air Dashing

Similar to normal dashing, this dash makes you travel a few meters in the air. Simply press LMB when facing the direction you want to go to while you're in the air.

#### Air Stall

Air Stall allows you to float in the air by pressing RMB. It has a global timer of 2s that allows you to float in multiple batches, either to get from one point to another, or to get an overview of a fight... the choice is yours.


---

# 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, and the optional `goal` query parameter:

```
GET https://onessus.gitbook.io/hodlgod/game/gameplay/moving.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
