> For the complete documentation index, see [llms.txt](https://booost-1.gitbook.io/booost-whitepaper/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://booost-1.gitbook.io/booost-whitepaper/getting-started.md).

# Getting Started

To begin your BOOOST journey, users need to download the BOOOST app.

1. **Download the BOOOST app** Download from [**iOS App Store**](https://www.booost.live/download)[ ](https://apps.apple.com/au/app/stepn/id1598112424)or [**Google Playstore**](https://www.booost.live/download)**.**
2. **Register with BOOOST** Register your account with your email address and mobile number. You will receive a verification code that you need to key in to enter the app.
3. **Congrats! You are all set.** You are ready to use the BOOOST activity modes! You can earn BYL points by using our walk and drive modes, and connect with your friends using the socialize mode.

If you have any questions or need help in getting started, head over to our [**Discord**](https://discord.com/invite/8TWVgMaGU2) and the team will be able to assist.


---

# 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://booost-1.gitbook.io/booost-whitepaper/getting-started.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.
