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

# Getting Started

### How to Access Prebit

1. Open the [**Prebit website**](https://www.prebit.io/) and head to the homepage.

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

1. Click on the **“**[**Trade Now**](https://app.prebit.io/trading/BTCUSDT)” section to access the WebApp.

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

1. On the WebApp, explore the following sections from the top navigation bar
   * **Trade: Trade with up to 1001x leverage and the lowest maker/taker fees compared to other DEXs.**

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

* **Leaderboard**: Check your [**ranking**s](https://app.prebit.io/competition) and performance.

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

**Up & Down**: [**Binary options**](https://app.prebit.io/up-or-down) trading for price predictions.

* *To begin trading or participate in binary options, you must sign in or sign up. Use the “Sign-In” button at the top-right corner of the page.*

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXcg3w87VwnDVTF27gS-f9ZtEX6GMwmjrdni569UpZZwA_nBDgfU0VJZUc5WG_deiO_vBtlw3H937vYgXbJcUKuwbZ5Ca8E9GJu5QkVi6J4dyuPi54p3E0C-S9yVpnZ4QYqM_K6L?key=f7qYzK3N8JcRG9dnV6RA2p5R" alt=""><figcaption></figcaption></figure>

* **Referral**: Access your [**referral link**](https://app.prebit.io/referral)**.**

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXebZlZ9dDfUAxpjtCMZouIcrcuwl9tqRoW8bUSX0qlC83c2_DeEQxdRQ5FiNIFCLsuh5AM4yynjc4BKmZ_l9g6R4fYsdoDJ6Ah3DnDD7qS0u08SMbfHcjFZrZBVm_Y5YtVLl2z9FQ?key=f7qYzK3N8JcRG9dnV6RA2p5R" alt=""><figcaption></figcaption></figure>

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXfeM6HaSf0aAY6XhlsK0yaVrwK2cE0KO2QJjHQOv1d6dF7OOZajw-V1C6iKBGWAp45YZ1deF_3oI7E-8WYudV7kr3v0MR4GmzqJo_Cf0YnfHNUzrl4tk41e0V6CFjB5FGD7uBc1Aw?key=f7qYzK3N8JcRG9dnV6RA2p5R" alt=""><figcaption></figcaption></figure>


---

# 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.prebit.io/getting-started/quickstart.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.
