> For the complete documentation index, see [llms.txt](https://docs.champz.world/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.champz.world/main-screen/barracks/actions/exploring.md).

# Exploring

Exploring is a **high-risk, high-reward activity** designed to challenge players and their Champz. It offers the chance for substantial gains but comes with the potential for setbacks.

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

***

**How to Explore**

1. Navigate to the **Character Screen** in the Barracks.
2. Select the **Explore Option**.
3. Dedicate **2 Action Points (AP)** to initiate the exploration.

***

**Explore Event Mechanics**

* **Types of Events**:
  * **One-Dimensional**: Simple, single-outcome events.
  * **Complex Decision Trees**: Multi-step events with branching paths based on your choices.
* **Potential Outcomes**:
  * **Positive Results**:
    * Gain EXP.
    * Earn Spores.
    * Acquire valuable items.
  * **Negative Results**:
    * Lose AP.
    * Suffer a reduction in Spores or EXP.
    * Encounter additional penalties affecting progression.

***

**Strategic Considerations**

* Exploration outcomes are unpredictable, making it a test of risk tolerance and decision-making.
* Weigh the **potential rewards** against the **cost of AP and possible losses** before committing to an exploration.

Explore bravely and uncover the game's hidden treasures!

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

Exploring will often come with special events for various real-life events such as Halloween, Easter and we have a lot of ideas to make exploring a really exciting functionality.


---

# 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.champz.world/main-screen/barracks/actions/exploring.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.
