# Gaming

- [Gaming Overview](https://docs.thunkable.com/gaming/gaming.md): Learn how to build awesome gaming apps on Thunkable.
- [Canvas Label](https://docs.thunkable.com/gaming/gaming/canvas-label.md): Display text on your Canvas.
- [Sprites](https://docs.thunkable.com/gaming/gaming/sprites.md): Create interactive gaming apps with sprites.
- [Sprite Gallery](https://docs.thunkable.com/gaming/gaming/sprite-gallery.md)
- [Gaming Blocks](https://docs.thunkable.com/gaming/gaming-blocks.md): Learn how to program the canvas and sprite components.
- [Events](https://docs.thunkable.com/gaming/gaming-blocks/events.md): Events Blocks: Blocks that program the canvas to respond
- [Motion](https://docs.thunkable.com/gaming/gaming-blocks/motion.md): Program a sprite's speed and location
- [Looks](https://docs.thunkable.com/gaming/gaming-blocks/looks.md): Program a sprite's image, size, and visibility
- [Direction](https://docs.thunkable.com/gaming/gaming-blocks/direction.md): Program a sprite's direction
- [Sensing](https://docs.thunkable.com/gaming/gaming-blocks/sensing.md)
- [Add & Remove](https://docs.thunkable.com/gaming/gaming-blocks/add-and-remove.md)
- [Stage](https://docs.thunkable.com/gaming/gaming-blocks/stage.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://docs.thunkable.com/gaming.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.
