# SplineList (.splx)

### Introduction

The .splx file format is an XML file that stores a list of Splines. For more information on using Splines in code, see the [Spline page](https://github.com/flatredball/FlatRedBallDocs/blob/main/frb/docs/index.php).

### Adding a SplineList file to Glue

To add a new SplineList file:

1. Create a Screen or Entity which will contain the SplineList file
2. Right-click on the Files item
3. Select "Add File"->"New file"
4. Select "Spline List (.splx)" as the file type
5. Click OK


---

# 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/glue-reference/files/file-types/glue-reference-splinelist-splx.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.
