# Updating the Template SDK

If you want to update your space into the latest Template SDK you will have to use the following technique to do so. Moving forward updates should be much easier, and done within the template itself, using the Template SDK Utility.

* In the Space that you would like to update, make a Mintable file using the Mona Menu / Create Mintable File.
* Download the latest template SDK [here](https://github.com/monaverse/SpaceStarter).
* Open a new template SDK project with the *latest* template SDK.
* Go to Assets > Import Package > Custom Package and import the Mintable package you created from your Space. This can be found in the Exports folder (similar to the Playable files) in the previous Project.
* Load Space Scenes, if you haven't already. Right Click on the Untitled scene if it's in the Hierarchy and select 'Remove Scene'.

You may need to copy over any unused assets from the previous project. Mintable filles will only add any assets that are used in the space.

This technique is useful to test if your Mintable file works before minting as well.


---

# 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.monaverse.com/create/resources/updating-the-template-sdk.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.
