> For the complete documentation index, see [llms.txt](https://toypaper.ponchiqs.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://toypaper.ponchiqs.com/telegram-mini-app-center/ponchworld.md).

# PONCHWORLD

The **Ponchiqs Global Authenticator** aka PONCHWORLD is a critical feature for syncing your player accounts across the Ponchiqs and PonchKick platforms:

* **Account Syncing**: Use the Global Authenticator to link your various Ponchiqs and PonchKick accounts, ensuring that your progress, assets, and achievements are seamlessly shared across platforms. This feature is essential for maintaining consistency and continuity in your gaming experience.
* **Authenticator Setup**: Set up and manage the Global Authenticator to secure your accounts and simplify your login process across all Ponchiqs games and services. This setup process is straightforward, with clear instructions to guide you.
* **Account Recovery**: In case of lost credentials or account access issues, the Global Authenticator provides tools for account recovery, helping you regain access quickly and securely.

***

The **PONCHWORLD** section is your personal command center within the Ponchiqs ecosystem, offering everything you need to manage your identity, assets, and progress. Whether you’re tracking your game history, customizing your profile, or ensuring your account’s security, the PONCHWORLD provides all the tools you need to enjoy a seamless and secure gaming experience.


---

# 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://toypaper.ponchiqs.com/telegram-mini-app-center/ponchworld.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.
