> For the complete documentation index, see [llms.txt](https://tutorial.better.fan/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://tutorial.better.fan/how-to-place-a-prediction.md).

# How to Place a Prediction

Placing a prediction on Better Fan involves several steps, each of which should be clearly explained in a tutorial in order to ensure that users understand the process.

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

* Browse available markets: Users should be able to easily browse the available markets and sports events on the platform, by either using the navigation menu or by searching for a specific event. Once a user has found the event they want to bet on, they should be able to view the different types of bets available, such as the moneyline, point spread, total points, and so on.
* Select the prediction: Once a user has found the prediction they want to place, they should be able to select it by clicking on it or by adding it to a prediction slip. They should also be able to view the odds for the bet and any relevant information about the event.
* Confirm the prediction: Before placing the prediction, users should be asked to review and confirm the details of the prediction, including the event, the type of prediction, fan card, and the odds. This will help to prevent mistakes and ensure that users are aware of the prediction they are placing.
* Wait for the outcome: Once the prediction is placed, users should be able to view the outcome and any winnings credited to their account. They should be able to view the status of their prediction and the outcome of the event, it's important to remind the users that the outcome of the prediction is based on the official results of the event, and the platform's rules apply.


---

# 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://tutorial.better.fan/how-to-place-a-prediction.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.
