> For the complete documentation index, see [llms.txt](https://docs.monaverse.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.monaverse.com/create/resources/updating-the-template-sdk.md).

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