# Movement System

### Overview

●      Avatars can move a single tile in a single “move” action.

●      Avatars cannot move into other avatars except if they are from the same faction.&#x20;

●      Movement consumes energy. Each movement consumes 1 energy.

●      When a movement action is ordered, movement is immediate.

●      The movement currently does not have a cooldown. However if an avatar successfully attacks a neighboring enemy, then it automatically moves there. (This only happens if the attack is melee)

●      Movement (as with most actions) provides a 1 minute of immunity.


---

# 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://gainhive-and-gainpad.gitbook.io/whitepaper/gameplay/movement-system.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.
