diff --git a/docs/02-setup-main-game/05-main-scene/07-item-description.md b/docs/02-setup-main-game/05-main-scene/07-item-description.md
index e08ea93..fd69b28 100644
--- a/docs/02-setup-main-game/05-main-scene/07-item-description.md
+++ b/docs/02-setup-main-game/05-main-scene/07-item-description.md
@@ -4,8 +4,25 @@ sidebar_position: 7
# Item Description
-> To be Add
+Provides players with detailed information about each item of the game.
+
---
-> To be Add
\ No newline at end of file
+## Overview
+
+
+
+## Prepare the assets
+| Assets | Description |
+|--------|-------------|
+||Used to setup background|
+||Used to setup for static symbol|
+||Used to setup for animation symbol|
+
+## Setup Prefabs Item Description
+
+| Step | Action | Description | Image Reference |
+| :--: | :----- | :---------- | :-------------: |
+| 1 | Locate all template prefabs need for **Item Description** | Search for the `template-item-description` prefab |  |
+| 2 | Clone assets| Copy/Pase to game assets location, then rename the copied prefabs by removing unnecessary prefixes. |  |
\ No newline at end of file
diff --git a/docs/02-setup-main-game/05-main-scene/09-info-pages.md b/docs/02-setup-main-game/05-main-scene/09-info-pages.md
index c97fe3c..6d7a85c 100644
--- a/docs/02-setup-main-game/05-main-scene/09-info-pages.md
+++ b/docs/02-setup-main-game/05-main-scene/09-info-pages.md
@@ -23,13 +23,13 @@ Info Pages (Information Pages) provide players with essential details about how
||Used to setup **Rules** or image in RichText|
||Used to setup **Paytable**|
-
## Setup Prefabs Desktop
| Step | Action | Description | Image Reference |
-| :--: | :----- | :---------- | :-------------: |
+| :--: | :----- | :---------- | :---------------------------------------------------------------------------------------------: |
| 1 | Locate all template prefabs need for **Info Page Desktop** | Search for the `desktop-hyper-info-panel` prefab |  |
| 2 | Clone assets| Copy/Pase to game assets location, then rename the copied prefabs by removing unnecessary prefixes. |  |
+| 3 | Get settings config| - Run DevTools on Browser.
- On tab Console, find message with **event** = `config`.
- Get values in context = `paytable` to setup for Item Payout with Item name and Odds |  |
### desktop-info-panel
diff --git a/docs/02-setup-main-game/05-main-scene/img/07-item-description/overview.png b/docs/02-setup-main-game/05-main-scene/img/07-item-description/overview.png
new file mode 100644
index 0000000..6df4152
Binary files /dev/null and b/docs/02-setup-main-game/05-main-scene/img/07-item-description/overview.png differ
diff --git a/docs/02-setup-main-game/05-main-scene/img/07-item-description/prepare-assets-1.png b/docs/02-setup-main-game/05-main-scene/img/07-item-description/prepare-assets-1.png
new file mode 100644
index 0000000..c193427
Binary files /dev/null and b/docs/02-setup-main-game/05-main-scene/img/07-item-description/prepare-assets-1.png differ
diff --git a/docs/02-setup-main-game/05-main-scene/img/07-item-description/prepare-assets-2.png b/docs/02-setup-main-game/05-main-scene/img/07-item-description/prepare-assets-2.png
new file mode 100644
index 0000000..76d21f7
Binary files /dev/null and b/docs/02-setup-main-game/05-main-scene/img/07-item-description/prepare-assets-2.png differ
diff --git a/docs/02-setup-main-game/05-main-scene/img/07-item-description/prepare-assets-3.png b/docs/02-setup-main-game/05-main-scene/img/07-item-description/prepare-assets-3.png
new file mode 100644
index 0000000..dd3433e
Binary files /dev/null and b/docs/02-setup-main-game/05-main-scene/img/07-item-description/prepare-assets-3.png differ
diff --git a/docs/02-setup-main-game/05-main-scene/img/07-item-description/prepare-prefabs-1.png b/docs/02-setup-main-game/05-main-scene/img/07-item-description/prepare-prefabs-1.png
new file mode 100644
index 0000000..8782c12
Binary files /dev/null and b/docs/02-setup-main-game/05-main-scene/img/07-item-description/prepare-prefabs-1.png differ
diff --git a/docs/02-setup-main-game/05-main-scene/img/07-item-description/prepare-prefabs-2.png b/docs/02-setup-main-game/05-main-scene/img/07-item-description/prepare-prefabs-2.png
new file mode 100644
index 0000000..f38a5f7
Binary files /dev/null and b/docs/02-setup-main-game/05-main-scene/img/07-item-description/prepare-prefabs-2.png differ
diff --git a/docs/02-setup-main-game/05-main-scene/img/09-info-page/prepare-setting-config.png b/docs/02-setup-main-game/05-main-scene/img/09-info-page/prepare-setting-config.png
new file mode 100644
index 0000000..09d9625
Binary files /dev/null and b/docs/02-setup-main-game/05-main-scene/img/09-info-page/prepare-setting-config.png differ