# Pet Companion

In cases where players prefer not to engage in active exploration, the **Pet Companion System** enables passive map exploration. This feature allows a player’s pet to autonomously navigate the game world, functioning as a virtual extension of the player to explore new areas, capture additional pets, and continue progression even without direct player movement.

* Once activated, your character will remain fixed at your GPS location.
* The pet becomes your **movable character**, which you can control to explore the map.
* If a pet ventures far from its original location and encounters other pets, it can initiate a capture. When it meets a Boss, it can engage in battle — even if the player is not physically present at that location.

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

### **Attribute Effects** <a href="#e3a8" id="e3a8"></a>

When exploring with Pet Companion, three attributes directly affect performance:

1. **Movement Speed** → determined by the pet’s **Speed** stat.
2. **Radar Range** → determined by the pet’s **Focus** stat; higher range means easier discovery of pets and Core Fields.
3. **Energy Consumption** → tied to **HP**; the longer the exploration, the more energy is consumed.


---

# Agent Instructions: 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:

```
GET https://realgo.gitbook.io/whitepaper/meme-pet-system/pet-companion.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
