# FlatRedBall.Forms

###

### Introduction

FlatRedBall.Forms is a library built on top of the core FlatRedBall library and Gum. It combines the visual flexibility of Gum with a layer of standard logic to create a set of common controls for games and other high-performance applications. FlatRedBall Forms provides all of the performance and cross-platform benefits of FlatRedBall with the familiar syntax of WPF.

### Tutorials

For information on getting started with FlatRedBall.Forms, see the FlatRedBall.Forms tutorial section: <http://flatredball.com/documentation/tutorials/flatredball-forms/>


---

# 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/flatredball/api/flatredball-forms.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.
