> For the complete documentation index, see [llms.txt](https://chunkedworld.gitbook.io/chunkedworld/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://chunkedworld.gitbook.io/chunkedworld/the-wider-world/the-end.md).

# The End

The final unlock at Freeman+ - finding the stronghold and facing the dragon

The End is the final unlock, reserved for players who have prestiged all the way to Freeman+.

## Finding the stronghold

Craft Eyes of Ender and throw them, same as vanilla - but ChunkedWorld replaces the vanilla eye logic with its own:

* Eyes point toward the real stronghold location.
* There's a 2-second cooldown between throws.
* Each throw has an 80% chance to survive.

The stronghold and its portal exist in the overworld terrain, so you'll need to restore the chunks around it with [Chunk Generators](/chunkedworld/the-wider-world/wilderness.md) to actually reach it.

## The End dimension

The End itself is a vanilla End dimension, with one twist: its world border started at 2,200 blocks across on the community's first-ever visit, and grows by 100 blocks per day, up to a maximum of 5,000 - the End literally opens up over time as the season goes on.

Leaving through the return portal teleports you back to your island.


---

# 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://chunkedworld.gitbook.io/chunkedworld/the-wider-world/the-end.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.
