> For the complete documentation index, see [llms.txt](https://docs.moviestorm.co.uk/firststage/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.moviestorm.co.uk/firststage/asset-management.md).

# Asset Management

- [FirstStage Repository](https://docs.moviestorm.co.uk/firststage/asset-management/firststage-repository.md)
- [Set up Unity](https://docs.moviestorm.co.uk/firststage/asset-management/set-up-unity.md)
- [Setup the FirstStage Asset Importer project in Unity](https://docs.moviestorm.co.uk/firststage/asset-management/setup-the-firststage-asset-importer-project-in-unity.md): The FirstStage Asset importer project will provide tools to prepare and commit assets, scenes and characters to the FirstStage Repository
- [Unity Basics](https://docs.moviestorm.co.uk/firststage/asset-management/unity-basics.md)
- [Asset Import Process](https://docs.moviestorm.co.uk/firststage/asset-management/asset-import-process.md)
- [Source assets and import](https://docs.moviestorm.co.uk/firststage/asset-management/asset-import-process/source-assets-and-import.md)
- [Prepare Assets for FirstStage](https://docs.moviestorm.co.uk/firststage/asset-management/asset-import-process/prepare-assets-for-firststage.md)
- [Export to FirstStage](https://docs.moviestorm.co.uk/firststage/asset-management/asset-import-process/export-to-firststage.md)
- [Asset Tagging](https://docs.moviestorm.co.uk/firststage/asset-management/asset-import-process/export-to-firststage/asset-tagging.md)
- [Example - Unity Asset Import](https://docs.moviestorm.co.uk/firststage/asset-management/asset-import-process/example-unity-asset-import.md)
- [Example - Unity Scene Import](https://docs.moviestorm.co.uk/firststage/asset-management/asset-import-process/example-unity-scene-import.md)
- [Test in FirstStage](https://docs.moviestorm.co.uk/firststage/asset-management/asset-import-process/test-in-firststage.md)
- [Fix common issues](https://docs.moviestorm.co.uk/firststage/asset-management/asset-import-process/fix-common-issues.md)
- [Share in FirstStage (Cloud)](https://docs.moviestorm.co.uk/firststage/asset-management/asset-import-process/share-in-firststage-cloud.md)
- [Importing from SketchUp](https://docs.moviestorm.co.uk/firststage/asset-management/importing-from-sketchup.md)
- [Creating a Character for Firstage using Character Creator](https://docs.moviestorm.co.uk/firststage/asset-management/creating-a-character-for-firstage-using-character-creator.md)
- [Importing from Reallusion Character Creator™](https://docs.moviestorm.co.uk/firststage/asset-management/importing-from-reallusion-character-creator-tm.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.moviestorm.co.uk/firststage/asset-management.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
