# TUTORIALS

- [Video Tutorials](https://docs.candy-smith.com/main/bubble-shooter-toolkit/tutorials/video-tutorials.md)
- [Level EDITOR](https://docs.candy-smith.com/main/bubble-shooter-toolkit/tutorials/level-editor.md)
- [How to set or create in-game tutorials](https://docs.candy-smith.com/main/bubble-shooter-toolkit/tutorials/how-to-set-or-create-in-game-tutorials.md)
- [How to expand map and add new points](https://docs.candy-smith.com/main/bubble-shooter-toolkit/tutorials/how-to-expand-map-and-add-new-points.md)
- [Adding new ball](https://docs.candy-smith.com/main/bubble-shooter-toolkit/tutorials/adding-new-ball.md)
- [Coins SHOP](https://docs.candy-smith.com/main/bubble-shooter-toolkit/tutorials/coins-shop.md): To change the number of purchased coins, price and discount amount, follow the instructions below.
- [Ads setup](https://docs.candy-smith.com/main/bubble-shooter-toolkit/tutorials/ads-setup.md)
- [Ads mediation (Levelplay/IronSource) setup](https://docs.candy-smith.com/main/bubble-shooter-toolkit/tutorials/ads-setup/ads-mediation-levelplay-ironsource-setup.md)
- [Admob setup](https://docs.candy-smith.com/main/bubble-shooter-toolkit/tutorials/ads-setup/admob-setup.md)
- [Unit ads legacy setup](https://docs.candy-smith.com/main/bubble-shooter-toolkit/tutorials/ads-setup/unit-ads-legacy-setup.md)
- [Ads settings](https://docs.candy-smith.com/main/bubble-shooter-toolkit/tutorials/ads-setup/ads-settings.md)
- [Settings](https://docs.candy-smith.com/main/bubble-shooter-toolkit/tutorials/settings.md)
- [Game settings](https://docs.candy-smith.com/main/bubble-shooter-toolkit/tutorials/settings/game-settings.md): Tools->Bubble Shooter->Settings->Game settings
- [Gameplay settings](https://docs.candy-smith.com/main/bubble-shooter-toolkit/tutorials/settings/gameplay-settings.md): Tools->Bubble Shooter->Settings->Gameplay settings
- [Boost settings](https://docs.candy-smith.com/main/bubble-shooter-toolkit/tutorials/settings/boost-settings.md): Tools->Bubble Shooter->Settings->Boost settings
- [Shop settings (IAP)](https://docs.candy-smith.com/main/bubble-shooter-toolkit/tutorials/settings/shop-settings-iap.md): Tools->Bubble Shooter->Settings->IAP settings
- [Daily bonus settings](https://docs.candy-smith.com/main/bubble-shooter-toolkit/tutorials/settings/daily-bonus-settings.md): Tools->Bubble Shooter->Settings->Daily bonus settings
- [Lucky spin settings](https://docs.candy-smith.com/main/bubble-shooter-toolkit/tutorials/settings/lucky-spin-settings.md): Tools->Bubble Shooter->Settings->Lucky spin settings
- [Powerup settings](https://docs.candy-smith.com/main/bubble-shooter-toolkit/tutorials/settings/powerup-settings.md): Tools->Bubble Shooter->Settings->PowerUp settings
- [Target settings](https://docs.candy-smith.com/main/bubble-shooter-toolkit/tutorials/settings/target-settings.md): Tools->Bubble Shooter->Settings->Target settings
- [Debug Settings](https://docs.candy-smith.com/main/bubble-shooter-toolkit/tutorials/settings/debug-settings.md): Tools->Bubble Shooter->Settings->Debug settings


---

# 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.candy-smith.com/main/bubble-shooter-toolkit/tutorials.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.
