# Exploring Generated Data

In the previous section, we discussed how the stimulator is coded and how the game is played the rules,  and everything related to the IntuitiveAI stimulator. If you have played with the stimulator you understand how it works and we now have three main goals that we will be solving in the experiments with dataset section but will discuss the theory part here.

With the data, we have three goals in mind. When we explore the dataset you are required to keep these three goals in mind:

1. Predict the first box user will open when they start a new game.
2. Predict the next box use will open at any given position in a game
3. Predict the overall outcome of a game
4. Predicting if a game is won or lost using intuition or calculated moves

To elaborate on number 4, we use UserGamePlayPattern and see if there is a big jump we can say that it was intuition-based as the user took a risk.

The goal is to present the data first. I wanted to create a visualization that is more or less like the image below:


---

# 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://ibjects-app.gitbook.io/intuitiveai/exploring-generated-data.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.
