diff --git a/docs/quick-start/stock/stock-card-qty/_category_.json b/docs/quick-start/stock/stock-card-qty/_category_.json
new file mode 100644
index 00000000..37ac87f9
--- /dev/null
+++ b/docs/quick-start/stock/stock-card-qty/_category_.json
@@ -0,0 +1,9 @@
+{
+ "label": "Stock Card Qty",
+ "position": 13,
+ "link": {
+ "type": "doc",
+ "id": "quick-start/stock/stock-card-qty/intro"
+ },
+ "collapsible": false
+}
\ No newline at end of file
diff --git a/docs/quick-start/stock/stock-card-qty/intro.md b/docs/quick-start/stock/stock-card-qty/intro.md
new file mode 100644
index 00000000..84e2cb25
--- /dev/null
+++ b/docs/quick-start/stock/stock-card-qty/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-card-qty
+form_name: "{27524956-892D-4837-8E6D-81D1114831FC}"
+---
+
+import {TOC} from '@src/components/toc.js';
+
+
\ No newline at end of file
diff --git a/docs/quick-start/stock/stock-card-qty/print-stock-card-qty.md b/docs/quick-start/stock/stock-card-qty/print-stock-card-qty.md
new file mode 100644
index 00000000..34b0d311
--- /dev/null
+++ b/docs/quick-start/stock/stock-card-qty/print-stock-card-qty.md
@@ -0,0 +1,17 @@
+---
+sidebar_position: 3
+title: Stock Card Qty
+description: How to print stock card quantity in SQL Accounting
+slug: /quick-start/stock/print-stock-card-qty
+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