# Advanced SFTs Dynamic Deployments

## Introduction to SFTs Advanced

In the previous chapter, Base SFTs, we have shown all the reasons to integrate SFTs into a Web3 game and what the whole process implies. For building a more complex, responsive, modularized environment and at the same time continuously provide the user with a transparent and secure process, we'll redesign the previous Smart Contracts' architecture.&#x20;

## Why SFTs Advanced?

The hypothesis from which we started developing the Advanced SFTs chapter is the one that allows the game's owner to introduce new improvements after the game was launched. Some examples of these improvements are:

* adding new collections of items and resources,&#x20;
* introducing new play modes,&#x20;
* adding temporary collections like thematic ones for Christmas and the list goes on and on.&#x20;

To keep the game secure and transparent, the initial contracts containing all the SFTs information will not be redeployed. This implies the fact that every improvement should be brought using a new, separate Smart Contrac&#x74;**.**


---

# 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.degenlab.io/gamefistacks/sfts/advanced-sfts-dynamic-deployments.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.
