diff --git a/docs/02-setup-main-game/05-main-scene/08-free-round.md b/docs/02-setup-main-game/05-main-scene/08-free-round.md
index 38aeae0..7597fbf 100644
--- a/docs/02-setup-main-game/05-main-scene/08-free-round.md
+++ b/docs/02-setup-main-game/05-main-scene/08-free-round.md
@@ -42,7 +42,7 @@ description: Display and manage remaining free rounds in the game.

-**(platform)**: Desktop / Mobile *
+**platform** **(*)**: Desktop / Mobile
| Property | Description |
|---------------|------------------------------------------|
@@ -56,22 +56,49 @@ description: Display and manage remaining free rounds in the game.
#### Desktop
+
+
| Component | Description |
|--------------------------|---------------------------------------------------------------------------------------------------------------|
| `Platform-ui-controller` | [Platform UI Controller](http://localhost:3000/docs/faqs/setup-cocos-scene#Platform-ui-controller) |
-
+
+#### Prepare Assets
+
+| Path in Game | Example |
+|--------------------------|---------------------------------------------------------------------------------------------------------------|
+| `assets\game-assets\textures\desktop\preloads\main-game\custom-scale` |  |
---
#### Mobile
+
+
| Component | Description |
|-----------------------|--------------------------------------------------------------------------------------------------------------------------|
| `Platform-ui-controller` | [Platform UI Controller](http://localhost:3000/docs/faqs/setup-cocos-scene#Platform-ui-controller) |
| `UI Mobile Position` | [UI Mobile Position](http://localhost:3000/docs/faqs/setup-cocos-scene#ui-mobile-landscape--portrait--position) |
-
+
+#### Prepare Assets
+
+| Path in Game | Example |
+|--------------------------|---------------------------------------------------------------------------------------------------------------|
+| `assets\game-assets\textures\mobile\preloads\main-game\custom-scale` |  |
+
+#### Common Assets
+
+- Free Round Background:
+
+
+🔗 More Info To Pack Assets: [Game Asset Structure](http://localhost:3000/docs/category/game-asset-structure)
+
+:::tip
+ - **Position and Size**: Follow the game design specifications.
+ - **Asset Packing**: Use separate texture packs for Desktop and Mobile platforms.
+:::
+
### Font Setup
@@ -88,15 +115,10 @@ description: Display and manage remaining free rounds in the game.
-:::tip
- - **Position And Size**: Follow Game Design.
-:::
-
-
## Game Result Examples
*To show the free round popup, make sure the main scene includes the popup panel.*
-* More Detail: [Popup Panel](http://localhost:3000/docs/setup-main-game/main-scene/popup-panel#multiple-popup-panel)
+* More Info: [Popup Panel](http://localhost:3000/docs/setup-main-game/main-scene/popup-panel#multiple-popup-panel)
|Platform|Popup|Action|Result|
|--------|-----|------|------|
diff --git a/docs/02-setup-main-game/img/05-main-scene/freeround-counter/assets-freeround-background.png b/docs/02-setup-main-game/img/05-main-scene/freeround-counter/assets-freeround-background.png
new file mode 100644
index 0000000..3068089
Binary files /dev/null and b/docs/02-setup-main-game/img/05-main-scene/freeround-counter/assets-freeround-background.png differ
diff --git a/docs/02-setup-main-game/img/05-main-scene/freeround-counter/assets-freeround-desktop.png b/docs/02-setup-main-game/img/05-main-scene/freeround-counter/assets-freeround-desktop.png
new file mode 100644
index 0000000..14f55c7
Binary files /dev/null and b/docs/02-setup-main-game/img/05-main-scene/freeround-counter/assets-freeround-desktop.png differ
diff --git a/docs/02-setup-main-game/img/05-main-scene/freeround-counter/assets-freeround-mobile.png b/docs/02-setup-main-game/img/05-main-scene/freeround-counter/assets-freeround-mobile.png
new file mode 100644
index 0000000..649a0d0
Binary files /dev/null and b/docs/02-setup-main-game/img/05-main-scene/freeround-counter/assets-freeround-mobile.png differ
diff --git a/docs/02-setup-main-game/img/05-main-scene/freeround-counter/freeround-counter-setup-mobile.png b/docs/02-setup-main-game/img/05-main-scene/freeround-counter/freeround-counter-setup-mobile.png
index d22d204..5b6144f 100644
Binary files a/docs/02-setup-main-game/img/05-main-scene/freeround-counter/freeround-counter-setup-mobile.png and b/docs/02-setup-main-game/img/05-main-scene/freeround-counter/freeround-counter-setup-mobile.png differ
diff --git a/docs/02-setup-main-game/img/05-main-scene/freeround-counter/texture-desktop.png b/docs/02-setup-main-game/img/05-main-scene/freeround-counter/texture-desktop.png
new file mode 100644
index 0000000..2251994
Binary files /dev/null and b/docs/02-setup-main-game/img/05-main-scene/freeround-counter/texture-desktop.png differ
diff --git a/docs/02-setup-main-game/img/05-main-scene/freeround-counter/texture-mobile.png b/docs/02-setup-main-game/img/05-main-scene/freeround-counter/texture-mobile.png
new file mode 100644
index 0000000..52b829f
Binary files /dev/null and b/docs/02-setup-main-game/img/05-main-scene/freeround-counter/texture-mobile.png differ