+
```cpp
// Define the callback for handling the fee options response
const TFunction)> OnFeeResponse = [Transactions, OnSuccess, OnFailure](const TArray& Response)
diff --git a/docs/public/img/unreal/feature_inventory.png b/docs/public/img/unreal/feature_inventory.png
new file mode 100644
index 00000000000..2cfa05f2e04
--- /dev/null
+++ b/docs/public/img/unreal/feature_inventory.png
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:3625192a9c3bca5cae39288ea624aafb83b322beb4f40147b78d19ba75b7a12d
+size 132263
diff --git a/docs/public/img/unreal/feature_inventory_demo.gif b/docs/public/img/unreal/feature_inventory_demo.gif
new file mode 100644
index 00000000000..c28f75e0ca8
--- /dev/null
+++ b/docs/public/img/unreal/feature_inventory_demo.gif
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:38764f486f3f6c7ac4bbdfde2146e2334a27c3aba28c4af5ce389f515f3aaeb8
+size 523265
diff --git a/docs/public/img/unreal/feature_sale.png b/docs/public/img/unreal/feature_sale.png
new file mode 100644
index 00000000000..b831946952a
--- /dev/null
+++ b/docs/public/img/unreal/feature_sale.png
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:9f6f67e835997d86d42737a654077c3773fba38f3b3cb782930fdef90d1d116e
+size 215468
diff --git a/docs/public/img/unreal/feature_sale_demo.gif b/docs/public/img/unreal/feature_sale_demo.gif
new file mode 100644
index 00000000000..3eabb253f4c
--- /dev/null
+++ b/docs/public/img/unreal/feature_sale_demo.gif
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:7c965247bc5134dd89decf7703ee75681cc6b6778eb39ef605b34b979e1aee40
+size 590678
diff --git a/docs/public/img/unreal/feature_wallet.png b/docs/public/img/unreal/feature_wallet.png
new file mode 100644
index 00000000000..619fae424ff
--- /dev/null
+++ b/docs/public/img/unreal/feature_wallet.png
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:91d6197767b668a0d933bcdc284298bd0e33c22a9b83473a2bf6e3635fd82585
+size 109612
diff --git a/docs/public/img/unreal/feature_wallet_demo.gif b/docs/public/img/unreal/feature_wallet_demo.gif
new file mode 100644
index 00000000000..9c26c49327e
--- /dev/null
+++ b/docs/public/img/unreal/feature_wallet_demo.gif
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:b358e6f643d423c861fac7cb937631a2d1fff90faa73534610d20db082f0b1de
+size 279227
diff --git a/nav.ts b/nav.ts
index b8ad0b990fd..46ddeead075 100644
--- a/nav.ts
+++ b/nav.ts
@@ -692,7 +692,8 @@ export const sidebar = {
{ text: 'Installation', link: '/sdk/unreal/installation' },
{ text: 'Configuration', link: '/sdk/unreal/configuration' },
{ text: 'Blueprint Subsystems', link: '/sdk/unreal/subsystems' },
- { text: 'Bootstrap your UI', link: '/sdk/unreal/user_interfaces' },
+ { text: "Bootstrap your Game", link: "/sdk/unreal/bootstrap_game" },
+ { text: 'Sign-In UI', link: '/sdk/unreal/user_interfaces' },
{ text: 'Authenticate Users', link: '/sdk/unreal/authentication' },
{ text: 'Write to Blockchain', link: '/sdk/unreal/write-to-blockchain' },
{ text: 'Read from Blockchain', link: '/sdk/unreal/read-from-blockchain' },