# Tutorials and Examples

- [Intro Tutorials](https://docs.flatredball.com/gum/gum-tool/tutorials-and-examples/intro-tutorials.md)
- [1 - The Basics](https://docs.flatredball.com/gum/gum-tool/tutorials-and-examples/intro-tutorials/basics.md)
- [2 - Variables Tab](https://docs.flatredball.com/gum/gum-tool/tutorials-and-examples/intro-tutorials/properties-window.md)
- [3 - Files](https://docs.flatredball.com/gum/gum-tool/tutorials-and-examples/intro-tutorials/files.md)
- [4 - Components](https://docs.flatredball.com/gum/gum-tool/tutorials-and-examples/intro-tutorials/components.md)
- [5 - Exposing Variables](https://docs.flatredball.com/gum/gum-tool/tutorials-and-examples/intro-tutorials/exposing-variables.md)
- [6 - Parent](https://docs.flatredball.com/gum/gum-tool/tutorials-and-examples/intro-tutorials/parent.md)
- [7 - States](https://docs.flatredball.com/gum/gum-tool/tutorials-and-examples/intro-tutorials/states.md)
- [8 - State Categories](https://docs.flatredball.com/gum/gum-tool/tutorials-and-examples/intro-tutorials/state-categories.md)
- [Animation Tutorials](https://docs.flatredball.com/gum/gum-tool/tutorials-and-examples/animation-tutorials.md)
- [1 - Introduction to Animation](https://docs.flatredball.com/gum/gum-tool/tutorials-and-examples/animation-tutorials/introduction-to-animation.md)
- [2 - Creating an Animation](https://docs.flatredball.com/gum/gum-tool/tutorials-and-examples/animation-tutorials/creating-an-animation.md)
- [3 - Playing Animations inside other Animations](https://docs.flatredball.com/gum/gum-tool/tutorials-and-examples/animation-tutorials/playing-animations-inside-other-animations.md)
- [4 - Combining Multiple Categories](https://docs.flatredball.com/gum/gum-tool/tutorials-and-examples/animation-tutorials/4-combining-multiple-categories.md)
- [Examples](https://docs.flatredball.com/gum/gum-tool/tutorials-and-examples/examples.md)
- [Bottom-Up Stack](https://docs.flatredball.com/gum/gum-tool/tutorials-and-examples/examples/bottom-up-stack.md)
- [Centering](https://docs.flatredball.com/gum/gum-tool/tutorials-and-examples/examples/centering.md)
- [Custom NineSlice](https://docs.flatredball.com/gum/gum-tool/tutorials-and-examples/examples/custom-nineslice.md)
- [Health Bar](https://docs.flatredball.com/gum/gum-tool/tutorials-and-examples/examples/health-bar.md): Introduction
- [Padding](https://docs.flatredball.com/gum/gum-tool/tutorials-and-examples/examples/padding.md)
- [Silhouette (Solid Colored Sprite)](https://docs.flatredball.com/gum/gum-tool/tutorials-and-examples/examples/silhouette-solid-colored-sprite.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.flatredball.com/gum/gum-tool/tutorials-and-examples.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.
