> For the complete documentation index, see [llms.txt](https://wiki.landania.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.landania.net/english/farming-and-resources/fragments/end-portal-frame-fragments.md).

# End Portal Frame Fragments

### What are Endportalframe-Fragments?

Endportalframe-Fragments, just like all other fragments, are items that we have created on our server. In some cases, this makes items from Creative Mode available, as in this case.

<figure><img src="/files/Cj342F3exrMCoHfFYYWh" alt=""><figcaption><p>The lore of an Endportalframe-Fragment</p></figcaption></figure>

### How do I get Endportalframe-Fragments?

The fragments of the end portal frame are obtained by mining end portal frames with a pickaxe enchanted with the fortune enchantment.

The chance here behaves as follows:

| Enchantment | Chance of an Endportalframe-Fragment |
| :---------: | :----------------------------------: |
|  No fortune |                  :x:                 |
|  Fortune 1  |                  1%                  |
|  Fortune 2  |                  2%                  |
|  Fortune 3  |                  3%                  |

The end portal frames are located in strongholds, in the so-called portal room, there you will find 12 end portal frames if no other player has preceded you.

### What can I do with Endportalframe-Fragments?

You can make an end portal frame from nine Endportalframe-Fragments on a crafting table.

<figure><img src="/files/5R73GHttgJTVY1XWXySl" alt=""><figcaption><p>The crafting recipe of the end portal frames</p></figcaption></figure>

Since these are rare items, they can also be sold quite expensively in the [<mark style="color:blue;">auction house</mark>](/english/trading/auction-house.md) to earn [<mark style="color:blue;">coins</mark>](/english/player/currencies/coins.md).

For example, you can also place the end portal frames on your [<mark style="color:blue;">realm</mark>](/english/worlds/realms.md).

{% hint style="info" %}
You also have a chance to get an Endportalframe-Fragment when breaking end portal frames on your realm. Therefore, think carefully about where you place it.
{% endhint %}


---

# 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://wiki.landania.net/english/farming-and-resources/fragments/end-portal-frame-fragments.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.
