diff --git a/docs/quick-start/stock/stock-aging/_category_.json b/docs/quick-start/stock/stock-aging/_category_.json
new file mode 100644
index 00000000..f50cdec7
--- /dev/null
+++ b/docs/quick-start/stock/stock-aging/_category_.json
@@ -0,0 +1,9 @@
+{
+ "label": "Stock Aging",
+ "position": 11,
+ "link": {
+ "type": "doc",
+ "id": "quick-start/stock/stock-aging/intro"
+ },
+ "collapsible": false
+}
\ No newline at end of file
diff --git a/docs/quick-start/stock/stock-aging/create-stock-adjustment.md b/docs/quick-start/stock/stock-aging/create-stock-adjustment.md
new file mode 100644
index 00000000..f8b201e9
--- /dev/null
+++ b/docs/quick-start/stock/stock-aging/create-stock-adjustment.md
@@ -0,0 +1,17 @@
+---
+sidebar_position: 3
+title: Stock Aging Report
+description: How to print stock aging report in SQL Accounting
+slug: /quick-start/stock/print-stock-aging
+tags: ["Stock"]
+hide_title: true
+hide_table_of_contents: true
+sidebar_class_name: hidden-sidebar-items
+---
+
+import '@src/css/sidebar.css';
+import { YtLayout } from '@src/components/yt-layout';
+
+
\ No newline at end of file
diff --git a/docs/quick-start/stock/stock-aging/intro.md b/docs/quick-start/stock/stock-aging/intro.md
new file mode 100644
index 00000000..69a0e56c
--- /dev/null
+++ b/docs/quick-start/stock/stock-aging/intro.md
@@ -0,0 +1,20 @@
+---
+sidebar_position: 3
+title: Table of contents
+hide_title: true
+hide_table_of_contents: true
+slug: /quick-start/stock/stock-aging
+form_name: "{92B0ADFC-D8FC-4FCD-A0AB-2388472A46E2}"
+---
+
+import {TOC} from '@src/components/toc.js';
+
+
\ No newline at end of file