> For the complete documentation index, see [llms.txt](https://docs.jumpx.run/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.jumpx.run/faq.md).

# FAQ

* **What is JUMPX?**&#x20;

JUMPX is a Web3 lifestyle app with inbuilt Game-Fi and Social-Fi elements and the first inclusive fitness app for people of all abilities. Users equip themselves with NFTs in the form of Sneakers. By walking, jogging, or running outdoors, users will earn game currency, which can either be used in-game, or cashed out for profit.

* **How do I get started and have my own Sneakers?**&#x20;

Step 1: Download JUMPX App&#x20;

Step 2: Register an account and sign in

Step 3: Buy BNB on Metamask/Pancakeswap&#x20;

Step 4: Purchase JUMPX Boxes using BNB All set! You are now ready.

* **Where can I download JUMPX app?**&#x20;

You can easily download JUMPX app on Google Play Store and Apple Store.

* **Where can I interact with & meet other community members?**&#x20;

Please join our Telegram where you can meet the rest of the community!

* **How one will be eligible for the beta testers?**

We are already in testing phase however once App is available for users to download, anyone can download and register and they will then go to waitlist and get notified how they can use the app initially


---

# 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.jumpx.run/faq.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.
