> For the complete documentation index, see [llms.txt](https://docs.portalfantasy.io/portal-fantasy-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.portalfantasy.io/portal-fantasy-docs/gameplay/chapters/prologue.md).

# Prologue

With the prologue players can take their first steps in the world of Portal Fantasy. Their adventure will start as they head to the Porble Academy and will stop after their collect their first sigil.

But that is just the main quest line. You can still find many side quests and you can explore the [Tower of Trials](/portal-fantasy-docs/locations/city-of-valeria/tower-of-trials.md) to obtain seasonal cosmetics and a seasonal [pet](/portal-fantasy-docs/gameplay/heroes/items.md#hero-minis) that will not be obtainable after the end of the Prologue on June 13th.<br>

### Tower of Trials

<figure><img src="/files/scgQvlAfli5HcCPPpIyr" alt="" width="375"><figcaption></figcaption></figure>

After obtaining your first Porble you can enter the tower.

But beware you will have to face 7 floors filled with traps, and [baddies](/portal-fantasy-docs/gameplay/heroes/baddies.md).

If you manage to survive it all you will reach the treasure room on the 8th floor.

There you can find the recipe for a jewelled egg and some ingredients to craft it.

<figure><img src="/files/SZsRq2BTDe8cp1Qe89NT" alt="" width="375"><figcaption></figcaption></figure>

When you hatch them in [Chapter 1](/portal-fantasy-docs/gameplay/chapters/chapter-1.md) (might not be immediately on day 1) they can have different tiers, so you can increase your odds of getting the rare ones by crafting more eggs.

<div><figure><img src="/files/xksmF19LX36tlOzJdCuO" alt=""><figcaption></figcaption></figure> <figure><img src="/files/0a0M0EJ6B26fXBDksuho" alt=""><figcaption></figcaption></figure> <figure><img src="/files/AygeZ8F2hSx1I54yB2Wn" alt=""><figcaption></figcaption></figure> <figure><img src="/files/PTR5CvbcuAGonr2tSMNE" alt=""><figcaption></figcaption></figure></div>

Each Chapter also features up to three different and unique outfit/cosmetic sets that drop as rare rewards at the end of Tower Runs. These outfits are exclusive to the Chapter in which they appear and will never be available again. Participate today or forever lose the chance to look like that other player you saw showing off around town!

<figure><img src="/files/qnQvqsdYhhz0a1aDiypf" alt="" width="245"><figcaption></figcaption></figure>

Both the cosmetic and the pet will be **mintable** in Chapter 01 after the Prologue ends on the 13th of June.


---

# 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://docs.portalfantasy.io/portal-fantasy-docs/gameplay/chapters/prologue.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.
