@@ -202,6 +203,25 @@ To remove an instance of Get:
Get.delete<Controller>();//usually you don't need to do this because GetX already delete unused controllers
```
## Specifying an alternate instance
A currently inserted instance can be replaced with a similar or extended class instance by using the `replace` method. This can then be retrieved by using the original class.