> For the complete documentation index, see [llms.txt](https://pooky.gitbook.io/pooky/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://pooky.gitbook.io/pooky/core-gameplay/pookyball-gameplay/walkthrough-prediction-example.md).

# Walkthrough: Prediction example

**To make it clear, let’s walk through an example of a match in the French League between Paris and Marseille.**&#x20;

It’s early January and the French League is starting to take shape. Paris and Marseille are tied at the top, separated only by goal difference. This is the biggest match of the season.&#x20;

You (player A) and your friend (player B) gamify your club rivalry and go head-to-head in a prediction game.

### The predictions&#x20;

#### Player A's Prediction

Player A predicts a tight game with Paris the eventual winner: \
**Paris \[1] - \[0] Marseille**<br>

Player A uses the following Pookyball to make his prediction:

![](https://lh5.googleusercontent.com/MZJ4yc2quuNvWE7ftfxOXptetBuiD_vE0P_s2FzwOsEqKAQbQnEghDpDAZ7i07JOZDqF-_oxWR03jXIKEF7NcV-8yMPbuLauBsRYUxuPds5ZRY_qZZSnbPR_9ML56sfHW6DJ55p3XHVJasT9wQvh1A)

* Home Event: France&#x20;
* City: Paris&#x20;
* Season: current&#x20;
* Pressure: 100%
* Rarity: Rare&#x20;

#### Player B's Prediction

Player B is a lifelong Marseille fan. They know it will be difficult to win in Paris, but remain hopeful (the season is going well, after all). Player B predicts a low-scoring draw:\
**Paris \[1] - \[1] Marseille**

He uses the following Pookyball to make his prediction:

![](https://lh5.googleusercontent.com/1aZJxW6NRt8PK7lseBmZuAUawZOMIdzBhE21ZfKIsj9dSmSVXaA7MJt52S_bppC0-cSFY0QLFZVFNwoWTRBxTbwbEpNHwVEA4639ou4-srvGChZeGhjK-mvXu69Jy2r-nEEI-vusuISSPP3int4IXw)

* Home Event: France&#x20;
* Club Team: Lyon&#x20;
* Season: Old 2021&#x20;
* Pressure: 100%
* Rarity: Epic&#x20;

### Game resolution

All the build up is warranted. The game is a low scoring match, but full of controversy and excitement. The final score is:

**Paris \[1] - \[0] Marseille**

Player A predicted the exact score. Player B didn’t predict the correct score, but still got the Defense prediction correct, so he will still score some points.

Let’s break down the Points each player won from their predictions and Pookyball.&#x20;

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

{% hint style="info" %}
All Base values have the same expected value, except for Score, which is the only attribute that is not a yes/no question.
{% endhint %}


---

# 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://pooky.gitbook.io/pooky/core-gameplay/pookyball-gameplay/walkthrough-prediction-example.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.
