# Bonus Hunts

## BetSync Bonus Hunt System

### Overview

The Bonus Hunt system allows streamers to track, manage, and display slot bonus hunt sessions. It offers a complete solution for creating bonus hunts, managing individual games, and engaging audiences through predictions.

### Key Features

* **Bonus Hunt Management**: Create and track multiple bonus hunt sessions
* **Game Tracking**: Record each slot game's bet amount and winnings
* **Dynamic Statistics**: View real-time stats including profit/loss and multipliers
* **Audience Predictions**: Allow viewers to predict hunt outcomes
* **Draggable Interface**: Easily reorder games with drag-and-drop functionality
* **Randomization**: Shuffle game order with one click
* **Auto-Calculation**: Automatic calculation of multipliers and profit/loss

### System Components

The Bonus Hunt system consists of three main modules:

1. **Bonus Hunt Manager**: Create and manage bonus hunt sessions
2. **Game Tracker**: Add and manage individual games within a hunt
3. **Predictions Module**: Enable viewer predictions and view results

### Getting Started

To begin using the Bonus Hunt system:

1. Navigate to the "Bonus Hunts" section in your admin panel
2. Click "Create Bonus Hunt" to start a new session
3. Set your starting balance and configure session settings
4. Access the game tracker to add games to your hunt
5. Optionally enable predictions to engage your audience

### Use Cases

* **Streamers**: Track bonus openings during live streams
* **Content Creators**: Pre-record bonus hunts with accurate tracking
* **Communities**: Engage viewers with prediction contests

### Next Steps

* [Creating a Bonus Hunt](/betsync-instance/bonus-hunts/creating-and-managing-a-hunt.md)
* [Managing Games](/betsync-instance/bonus-hunts/adding-slots-to-a-hunt.md)
* [Running Predictions](/betsync-instance/bonus-hunts/managing-predictions.md)

***

For additional support, contact <support@betsync.app>


---

# 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://docs.betsync.app/betsync-instance/bonus-hunts.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.
