# Gum Code-Only Tutorial

## Introduction

This series of tutorials covers how to work with Gum Forms in code. This tutorial does not use the Gum tool and it does not load any Gum files (such as .gumx).

Code-only projects can be useful if you are adding diagnostic tools to your game, if you are evaluating Gum Forms, or if you prefer to develop without the use of GUI-based tools such as the Gum tool.


---

# 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/tutorials/code-only-gum-forms-tutorial.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.
