> 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/asset-import-process/share-in-firststage-cloud.md).

# Share in FirstStage (Cloud)

![](https://firststage.moviestorm.co.uk/wp-content/uploads/2020/10/FS-asset-import-flowchart-6.png)

This guide is only required for those working in teams and needing to share imported Assets and Scenes with others.

*NB - Due to the time and cost of uploading, we fully recommend that you always* [*test Assets and Scenes in your LOCAL repository first*](/firststage/asset-management/asset-import-process/test-in-firststage.md)*, and only commit to your cloud repository when issues are fixed.*

### Make the asset available for remote collaboration

If you previously imported the assets to a LOCAL repository, and are happy that the assets look right and are behaving correctly, you may now want to share them for collaboration. To do this they will need to be moved to a shared cloud project repository.

![](https://firststage.moviestorm.co.uk/wp-content/uploads/2020/10/Unity-Editor-Restaurant-Share-in-FirstStage.jpg)

1. In the FirstStage window, change the Project from LOCAL to the target cloud repository
2. Select the prefabs just created in the Project window and click the Import button in the FirstStage window. ***- HOW DO I FIND THEM ALL? FOR SCENES, THEY WILL BE THE SCENE ITSELF PLUS ALL THE PREFABS THAT COULD BE ORGANISED INTO FOLDERS?!!***\
   The assets will now show under Pending in the FirstStage view.
3. Click the Commit button in the FirstStage window.\
   Unity will freeze whilst it builds the asset bundles and transmits them to the cloud repository. This process will likely take longer (depend on your bandwidth) than commiting them to a LOCAL repository, as the asset bundle must be uploaded to the cloud server.

**The new assets should now be available to use collaboratively in FirstStage.**


---

# 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/asset-import-process/share-in-firststage-cloud.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.
