# Tutorials

- [Tutorials for Game Creator 1](https://profpivec.gitbook.io/documentation-and-tutorials/tutorials/tutorials-for-game-creator.md)
- [Installing and Updating Modules](https://profpivec.gitbook.io/documentation-and-tutorials/tutorials/tutorials-for-game-creator/installing-or-updating-modules.md)
- [Adding Actions to the Button Bar](https://profpivec.gitbook.io/documentation-and-tutorials/tutorials/tutorials-for-game-creator/untitled.md)
- [Changing the Graphics for TouchStick](https://profpivec.gitbook.io/documentation-and-tutorials/tutorials/tutorials-for-game-creator/changing-the-graphics-for-touchstick.md)
- [Adding Passwords to Player Actions](https://profpivec.gitbook.io/documentation-and-tutorials/tutorials/tutorials-for-game-creator/adding-passwords-to-player-actions.md)
- [Using the Colour Picker with Variables](https://profpivec.gitbook.io/documentation-and-tutorials/tutorials/tutorials-for-game-creator/using-the-colour-picker-with-variables.md)
- [Creating a 3D Inspection Panel for Game Objects](https://profpivec.gitbook.io/documentation-and-tutorials/tutorials/tutorials-for-game-creator/creating-a-3d-inspection-panel-for-game-objects.md)
- [Customising the UI MiniMap](https://profpivec.gitbook.io/documentation-and-tutorials/tutorials/tutorials-for-game-creator/customising-the-ui-minimap.md)
- [Creating a toggle for the SysInfo Panel](https://profpivec.gitbook.io/documentation-and-tutorials/tutorials/tutorials-for-game-creator/creating-a-toggle-for-the-sysinfo-panel.md)
- [Simple Player Run on Left Shift Down](https://profpivec.gitbook.io/documentation-and-tutorials/tutorials/tutorials-for-game-creator/simple-player-run-on-left-shift-down.md)
- [Pan Follow Camera with Keyboard](https://profpivec.gitbook.io/documentation-and-tutorials/tutorials/tutorials-for-game-creator/pan-follow-camera-with-keyboard.md)
- [Tutorials for Unity](https://profpivec.gitbook.io/documentation-and-tutorials/tutorials/tutorials-for-unity.md)


---

# 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://profpivec.gitbook.io/documentation-and-tutorials/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.
