# Traversal

Traveling between hexes in the world is not instant. Going from one tile to another takes 15 minutes, which means 375 minutes (6.25 hours) to travel from one end of a chunk to the other.

To illustrate, given a perfect path, it would take 125 hours to travel from any corner to any other corner (not counting the "my-chunk" bonus).

To encourage short trips, traversal within a chunk is half of the time it would normally be, as most players will spend time within their chunk more than anything else.&#x20;

If a player owns villages in both chunks, the "current" chunk refers to the chunk the village that executed the traveling order is from.


---

# 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://cryptoblades.gitbook.io/cryptoblades-kingdoms/the-world/traversal.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.
