> 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/heroes/portals.md).

# Portals

<figure><img src="/files/lthu1NLuwizAl7Amdpeh" alt=""><figcaption></figcaption></figure>

To travel through the Portals, you need two essential things: Porble Scrolls and Mana.\
You will also need to know where you are traveling to.

#### Porble Scrolls

![](https://lh7-us.googleusercontent.com/nWP7YFYgxllN4deXMJd-DLIcW67NWcMf7O47uhgubpHansCWPnczm06jFhfzVNRxNvIabD5WXF-Z30a0o14xZvPq-LC5kvqTjqj2mEn7D7rEu5t9CUbxOsuKh2RwAPi4pVs9n_SLpe5j5seNKvPQRnQ)

Porble Scrolls contain magical Porbles that have been captured by you and may be summoned at your command. Having Porble Scrolls on you lets you tap into the magic of the Portals and travel to faraway worlds, but you may not carry more than three on you at a time, lest the Portal becomes unstable!

#### Mana

![](https://lh7-us.googleusercontent.com/7tH1UAyWmwX0QrXjLMUlxf-XjNjkBRKu1MWOIpw-9t2Cc7IB02D8TZHQh8taCmqAIx65hL1SOZ02iIsCnwYt2LNtVmeW2pjA7QX8C8UiWhhfp3zymW9VnAdZhXAWiE3Jh6gZOVuHuJiqz7s9KHnwDy0)

\
Mana is the energy required for each journey through the Portals. While travelling consumes only a small amount of Mana, it does replenish over time. However, if you need to travel frequently within a short timeframe, you might want to purchase extra Mana from the [Black Cat Potion Shop](/portal-fantasy-docs/locations/city-of-valeria/black-cat-magic.md)!


---

# 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/heroes/portals.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.
