# Pookyball Gameplay

> “The first 90 minutes are the most important.” – Bobby Robson

Players use Pookyballs to make predictions. Players are awarded Points for each correct (or partly correct) prediction. Every Pookyball has different Attributes that boost the number of Points awarded for correct predictions.&#x20;

There are two sets of Attributes: Fixed and Variable.&#x20;

* Fixed Attributes have a fixed percentage multiplier and apply to the overall match prediction (International Ball, Nation Team, Home Events, Club Team, Rarity, Season, Pressure).&#x20;
* Variable Attributes have multipliers for specific parts of a prediction (Home, Draw, Away, Exact Score, Offensive, Defensive). Their value depends on Rarity, Level and player choices.

Below is an example of what a Ball with stats looks like.

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


---

# Agent Instructions: 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:

```
GET https://pooky.gitbook.io/pooky/core-gameplay/pookyball-gameplay.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
