# Spine

FlatRedBall integrates with the Spine tool using the Spine plugin.&#x20;

You must own a license to Spine to use this in your project. For more information see the Spine runtimes license here: <https://github.com/EsotericSoftware/spine-runtimes/blob/4.1/spine-monogame/README.md>

### Integration Details

The Spine integration relies on Spine's official MonoGame integration. Most projects do not need to use this integration, but if you are interested in maintaining the Spine integration or peeking into how it works under the hood, you may want to start at the Spine Runtimes github:

<https://github.com/EsotericSoftware/spine-runtimes>


---

# 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/spine.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.
