> For the complete documentation index, see [llms.txt](https://pari-media.gitbook.io/white-paper/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://pari-media.gitbook.io/white-paper/4.-how-to-start.md).

# 4. How to Start?

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

To get started using the platform, you need to undergo a simple registration process and fill out your personal profile for basic verification. After that, you can observe how other participants engage in debates on the platform. If you are confident in the outcome of the event, you can take a risk and place a bet, testing your luck and knowledge.

1. Registration - use your personal email and login. Don't forget to confirm your registration via email.
2. Funding your account - top-up occurs through available cryptocurrencies in your personal account. Please be careful and verify the address you copy for topping up, and only send the cryptocurrency intended for that address.
3. Profile completion is a quick and mandatory procedure for using our platform. Go to your profile settings and fill in all the necessary fields. Don't forget to upload a photo to your profile; any photo is acceptable.
4. After registration, topping up your balance, and completing your profile, you are ready to select events to participate in. Boldly choose the event topic that interests you on the PARI media homepage and place a bet on the side you believe should win.

<mark style="background-color:yellow;">**All our users also have the ability to create their own events. To learn more, go to this section.**</mark>&#x20;


---

# 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://pari-media.gitbook.io/white-paper/4.-how-to-start.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.
