> For the complete documentation index, see [llms.txt](https://documentation.jaksam-scripts.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentation.jaksam-scripts.com/robberies-creator/how-to-edit-minigames.md).

# How to edit minigames

You can add any minigame you want, doing so will require a minimum of coding knowledge on your side

1. Add your minigame file in `integrations/minigames` and create your function (taking as example datacrack.lua or any other existing minigame)
2. Edit the file `integrations/cl_hack_minigame.lua` to support your minigame
3. Edit `html/index.js`, search "datacrack" and you'll be able to add your minigame there as well

   \\
