# Known Issues

Gum projects can be loaded and used in MonoGame projects with most features available. The following lists the missing features and known issues as of January 2025. These features are actively being worked on and in the future these will be improved. If you are waiting for a particular feature for your game and would like to see it prioritized, please make a request on the Gum Discord or in a GitHub issue.

## Missing Features

* Variable References - note that variable references propagate variable assignments, so you can use variable references in your project, but they will not update in real-time in your game
* Skia is not directly supported, a NuGet package exists to add ColoredCircle, Arc, and RoundedRectangle. For more information see the [Apos.Shapes](/gum/code/standard-visuals/shapes-apos.shapes.md) page.


---

# 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/monogame/known-issues.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.
