diff --git a/docs/miscellaneous/clipboard-import.md b/docs/miscellaneous/clipboard-import.md
new file mode 100644
index 00000000..cf8b0f30
--- /dev/null
+++ b/docs/miscellaneous/clipboard-import.md
@@ -0,0 +1,78 @@
+---
+title: Clipboard Import
+description: A guide about clipboard import for SQL Account
+slug: /miscellaneous/clipboard-import
+tags: ["SQL Account", 'Import']
+form_name: TfmClipboardImport
+---
+
+Clipboard Import allows users to import master and transaction data by simply copy and paste from Excel. It supports both inserting new records and updating existing ones.
+
+## Prerequisite
+
+1. [Download Excel Template](#download-excel-template)
+2. [Maintain Master Data](#maintain-master-data)
+
+### Download Excel Template
+
+Click this link: [Template](https://cdn.sql.com.my/wp-content/uploads/2025/06/SQLAcc-ImportClipboard.xlsx)
+
+### Maintain Master Data
+
+Go to **Tools** and maintain all necessary tables required for a smooth import process. For example, when importing Sales Invoices with agent field, you must first set up these entries in **Maintain Agent**. Otherwise, the import will fail with errors.
+
+
+
+:::tip
+Always import **Master Data** first, then import **Transactions**.
+:::
+
+## About Excel Template
+
+1. In the Excel, there are *tabs* at the bottom. Each tab is named according to which table it should be imported into.
+
+ 
+
+2. The first row is field name and number inside the bracket is the field size. Field that starts with '_' (underscore) represents the detail table.
+
+ 
+
+ :::warning
+ Do not modify the field name. Modifying them may result in import errors.
+ :::
+
+## Import Steps
+
+1. Select and **Copy (Ctrl + C)** the table in Excel, including with field name
+
+ 
+
+2. Go to **File** > **Import** > **More Import** and select the table
+
+ 
+
+3. Click **Paste from Clipboard**
+
+ 
+
+4. **Validate** the imported data
+
+ 
+
+5. The status will show **New**, **Update** or **Error**
+
+ 
+
+ :::info
+ **New**: Inserts master and detail records.
+ **Update**: Udpates the master table and appends the detail records.
+ **Error**: You can directly **edit** the grid then **Select All** and click **Validate** again.
+ :::
+
+6. Click **Import**
+
+ :::warning
+ During the import process, it is advisable to wait patiently until the import is complete. Performing other actions may cause the application to become unresponsive
+ :::
+
+ 
\ No newline at end of file
diff --git a/static/img/miscellaneous/clipboard-import/1.png b/static/img/miscellaneous/clipboard-import/1.png
new file mode 100644
index 00000000..8176f448
Binary files /dev/null and b/static/img/miscellaneous/clipboard-import/1.png differ
diff --git a/static/img/miscellaneous/clipboard-import/2.png b/static/img/miscellaneous/clipboard-import/2.png
new file mode 100644
index 00000000..3023f2b7
Binary files /dev/null and b/static/img/miscellaneous/clipboard-import/2.png differ
diff --git a/static/img/miscellaneous/clipboard-import/3.png b/static/img/miscellaneous/clipboard-import/3.png
new file mode 100644
index 00000000..0c0c8328
Binary files /dev/null and b/static/img/miscellaneous/clipboard-import/3.png differ
diff --git a/static/img/miscellaneous/clipboard-import/4.png b/static/img/miscellaneous/clipboard-import/4.png
new file mode 100644
index 00000000..c6d6093c
Binary files /dev/null and b/static/img/miscellaneous/clipboard-import/4.png differ
diff --git a/static/img/miscellaneous/clipboard-import/5.png b/static/img/miscellaneous/clipboard-import/5.png
new file mode 100644
index 00000000..a0eafc2f
Binary files /dev/null and b/static/img/miscellaneous/clipboard-import/5.png differ
diff --git a/static/img/miscellaneous/clipboard-import/6.png b/static/img/miscellaneous/clipboard-import/6.png
new file mode 100644
index 00000000..77b262f6
Binary files /dev/null and b/static/img/miscellaneous/clipboard-import/6.png differ
diff --git a/static/img/miscellaneous/clipboard-import/7.png b/static/img/miscellaneous/clipboard-import/7.png
new file mode 100644
index 00000000..9be67f5f
Binary files /dev/null and b/static/img/miscellaneous/clipboard-import/7.png differ
diff --git a/static/img/miscellaneous/clipboard-import/8.png b/static/img/miscellaneous/clipboard-import/8.png
new file mode 100644
index 00000000..3d555dbe
Binary files /dev/null and b/static/img/miscellaneous/clipboard-import/8.png differ
diff --git a/static/img/miscellaneous/clipboard-import/9.png b/static/img/miscellaneous/clipboard-import/9.png
new file mode 100644
index 00000000..d90544cb
Binary files /dev/null and b/static/img/miscellaneous/clipboard-import/9.png differ