# Getting Started

- [Setup](https://docs.flatredball.com/gum/code/getting-started/setup.md)
- [Empty Project (Before adding Gum)](https://docs.flatredball.com/gum/code/getting-started/setup/empty-project-before-adding-gum.md)
- [Meadow](https://docs.flatredball.com/gum/code/getting-started/setup/empty-project-before-adding-gum/meadow.md)
- [MonoGame/KNI/FNA](https://docs.flatredball.com/gum/code/getting-started/setup/empty-project-before-adding-gum/monogame-kni-fna.md)
- [.NET MAUI](https://docs.flatredball.com/gum/code/getting-started/setup/empty-project-before-adding-gum/.net-maui.md)
- [Nez](https://docs.flatredball.com/gum/code/getting-started/setup/empty-project-before-adding-gum/nez.md)
- [Pygame](https://docs.flatredball.com/gum/code/getting-started/setup/empty-project-before-adding-gum/pygame.md): Gum can be used in Pygame using the PythonNET package.
- [raylib (raylib-cs)](https://docs.flatredball.com/gum/code/getting-started/setup/empty-project-before-adding-gum/raylib-raylib-cs.md)
- [Silk.NET](https://docs.flatredball.com/gum/code/getting-started/setup/empty-project-before-adding-gum/silk.net.md)
- [WPF](https://docs.flatredball.com/gum/code/getting-started/setup/empty-project-before-adding-gum/wpf.md)
- [Adding/Initializing Gum](https://docs.flatredball.com/gum/code/getting-started/setup/adding-initializing-gum.md)
- [MonoGame/KNI/FNA](https://docs.flatredball.com/gum/code/getting-started/setup/adding-initializing-gum/monogame-kni-fna.md)
- [Visual Studio Code and Linking Source](https://docs.flatredball.com/gum/code/getting-started/setup/adding-initializing-gum/monogame-kni-fna/visual-studio-code-and-linking-source.md)
- [.NET MAUI](https://docs.flatredball.com/gum/code/getting-started/setup/adding-initializing-gum/.net-maui.md)
- [Pygame](https://docs.flatredball.com/gum/code/getting-started/setup/adding-initializing-gum/pygame.md)
- [raylib (raylib-cs)](https://docs.flatredball.com/gum/code/getting-started/setup/adding-initializing-gum/raylib-raylib-cs.md)
- [Silk.NET](https://docs.flatredball.com/gum/code/getting-started/setup/adding-initializing-gum/silk.net.md)
- [WPF](https://docs.flatredball.com/gum/code/getting-started/setup/adding-initializing-gum/wpf.md)
- [Loading a Gum Project (.gumx)](https://docs.flatredball.com/gum/code/getting-started/setup/loading-a-gum-project-.gumx.md)
- [Setup for GumBatch (Optional)](https://docs.flatredball.com/gum/code/getting-started/setup/setup-for-gumbatch.md)
- [Tutorials](https://docs.flatredball.com/gum/code/getting-started/tutorials.md)
- [Gum UI Tool and Code Tutorial](https://docs.flatredball.com/gum/code/getting-started/tutorials/gum-project-forms-tutorial.md)
- [Setup](https://docs.flatredball.com/gum/code/getting-started/tutorials/gum-project-forms-tutorial/setup.md)
- [Gum Screens and Code Generation](https://docs.flatredball.com/gum/code/getting-started/tutorials/gum-project-forms-tutorial/gum-screens.md)
- [Common Component Types](https://docs.flatredball.com/gum/code/getting-started/tutorials/gum-project-forms-tutorial/common-component-types.md)
- [Styling](https://docs.flatredball.com/gum/code/getting-started/tutorials/gum-project-forms-tutorial/styling.md)
- [Multiple Screens](https://docs.flatredball.com/gum/code/getting-started/tutorials/gum-project-forms-tutorial/multiple-screens.md)
- [Gum Code-Only Tutorial](https://docs.flatredball.com/gum/code/getting-started/tutorials/code-only-gum-forms-tutorial.md)
- [Setup](https://docs.flatredball.com/gum/code/getting-started/tutorials/code-only-gum-forms-tutorial/setup.md)
- [Forms Controls](https://docs.flatredball.com/gum/code/getting-started/tutorials/code-only-gum-forms-tutorial/forms-controls.md)
- [ListBox Items](https://docs.flatredball.com/gum/code/getting-started/tutorials/code-only-gum-forms-tutorial/listbox-items.md)
- [Input in Forms](https://docs.flatredball.com/gum/code/getting-started/tutorials/code-only-gum-forms-tutorial/input-in-forms.md)
- [Creating New Controls](https://docs.flatredball.com/gum/code/getting-started/tutorials/code-only-gum-forms-tutorial/creating-new-controls.md)
- [\[Deprecated\] Gum Project (.gumx) Tutorial](https://docs.flatredball.com/gum/code/getting-started/tutorials/gum-project-.gumx-tutorial.md)
- [Setup](https://docs.flatredball.com/gum/code/getting-started/tutorials/gum-project-.gumx-tutorial/setup.md)
- [Gum Screens](https://docs.flatredball.com/gum/code/getting-started/tutorials/gum-project-.gumx-tutorial/gum-screens.md)
- [Gum Forms](https://docs.flatredball.com/gum/code/getting-started/tutorials/gum-project-.gumx-tutorial/gum-forms.md)
- [Customizing Forms](https://docs.flatredball.com/gum/code/getting-started/tutorials/gum-project-.gumx-tutorial/customizing-forms.md)
- [Strongly Typed Components Using Code Generation](https://docs.flatredball.com/gum/code/getting-started/tutorials/gum-project-.gumx-tutorial/strongly-typed-components-using-code-generation.md)
- [Multiple Screens](https://docs.flatredball.com/gum/code/getting-started/tutorials/gum-project-.gumx-tutorial/multiple-screens.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/code/getting-started.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.
