# Project Specific Files

The "Project Specific Files" entry allows you to create files which are specific to a project. While most FlatRedBall types can load on all platforms, your project may need certain files to only be loaded on certain platforms. Reasons for this include:

* Certain platforms may not support certain file types. For example, at the time of this writing iOS does not support loading .WMA files as [Songs](https://github.com/flatredball/FlatRedBallDocs/blob/main/frb/docs/index.php).
* Certain platforms may use different size or quality of content for performance or download reasons. For example, your game may use a larger resolution on the PC than on Windows Phone 7.
* You may be using synced projects to create demo or kiosk projects with limited content. In this case you may exclude content from your data (such as reducing the number of characters available in a CSV).

UNDER CONSTRUCTION


---

# 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/glue-reference-project-specific-files.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.
