> For the complete documentation index, see [llms.txt](https://mumubit-document.gitbook.io/tycoon/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://mumubit-document.gitbook.io/tycoon/game-play/reputation-system.md).

# Reputation System

**Reputation System is to used to lock/unlock many P2E game features**

1. **Access:** Access by clicking on the reputation icon or progress bar at the top of the interface.

<div align="left"><figure><img src="/files/60Ukck52QPrp8oEQ1jhr" alt=""><figcaption></figcaption></figure></div>

2. **Reputation Acquisition:** Earn reputation points by constructing new buildings.

<div align="left"><figure><img src="/files/0bNUf55Gl12I60FvR8Gs" alt="" width="279"><figcaption></figcaption></figure></div>

3. **Reputation Level Up:** When reputation reaches a certain value, you advance to the next stage.

<div align="left"><figure><img src="/files/2dyHs0NsUDA3kxOappAj" alt="" width="255"><figcaption></figcaption></figure></div>

4. **Level Up Rewards:** Different stages provide corresponding rewards or unlock specific features upon leveling up. You can click on the level interface to see how much reputation is required to unlock each feature.

<div align="left"><figure><img src="/files/6fwf1oIuGGRS18IzLmU0" alt="" width="279"><figcaption></figcaption></figure></div>

5. You can check how much reputation is needed to unlock each function by clicking on the various features in the level interface.

![](https://lh7-rt.googleusercontent.com/docsz/AD_4nXfwa2E6y9kCmIVjjQ-rVi66Ka7J0rqKfft6dqlOV2S1Y15xz7gf1hrzM5npwHCYFFASI3FekeYixlGOhzscz7l2oJthSFuk2qjFN4pjo6gQLtiP21_ZQxMSnv-Wu4xPF_r2GV42g8fzuvVYKYg70dpifqO7?key=VZOrPGJb1qpsrC3JKmiu-Q)


---

# 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://mumubit-document.gitbook.io/tycoon/game-play/reputation-system.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.
