# Overview

## Introduction

Bulb is focused on streamlining the work when creating new minigames, allowing developers to forget about the basics, allowing them to focus on the mechanics and making the game fun!

Paper strongly recommended!

For an example project, [see](https://github.com/Julioxidop/bulb-example).

## What does it does?

* Automatically handles the necessary creation of mini-game instances to always have one available.
* Automatic management of the game flow.
* Quickly set up new maps for mini-games.
* An integrated scoreboard system for quick use within mini-games.

***In this documentation is not written all the possibilities of the plugin, so it is recommended to check the javadocs***


---

# 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://julion-n.gitbook.io/bulb/overview.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.
