[docs] customer portal added
diff --git a/docs/user/customer_portal/docs.user.customer_portal.md b/docs/user/customer_portal/docs.user.customer_portal.md
index 2f08065..fc886f1 100644
--- a/docs/user/customer_portal/docs.user.customer_portal.md
+++ b/docs/user/customer_portal/docs.user.customer_portal.md
@@ -3,7 +3,9 @@
 	"_label": "Customer Portal",
 	"_toc": [
 		"docs.user.customer_portal.sign_up",
-		"docs.user.customer_portal.login"
+		"docs.user.customer_portal.login",
+		"docs.user.customer_portal.orders",
+		"docs.user.customer_portal.tickets"
 	]
 }
 ---
diff --git a/docs/user/customer_portal/docs.user.customer_portal.orders.md b/docs/user/customer_portal/docs.user.customer_portal.orders.md
index dd1fbff..d24d038 100644
--- a/docs/user/customer_portal/docs.user.customer_portal.orders.md
+++ b/docs/user/customer_portal/docs.user.customer_portal.orders.md
@@ -1,13 +1,30 @@
 ---
 {
-	"_label": "Customer Orders"
+	"_label": "Customer Orders, Invoices, and Shipping Status"
 }
 ---
+ERPNext Web Portal gives your customers quick access to their Orders, Invoices and Shipments
+Customers can check the status of their orders, invoices, and shipping status by logging on to the web.
 
-ERPNext Web Portal gives your customers quick access to their Orders. Customers can check the status of their orders by logging on to the web.
+
+![Portal Menu](img/portal-menu.png)
+
+
 
 Once an order is raised, either using the Shopping Cart or from within ERPNext, your customer can view the order and keep an eye on the billing and shipment status. When the invoice and payment against these orders are submitted, the customer can see the updated status on the portal, at a glance. 
 
 
 ![Customer Portal](img/customer-portal-orders-1.png)
 
+
+#### Invoice with paid status.
+
+
+![Invoice Paid](img/portal-invoice-paid.png)
+
+
+#### Invoice with billed status.
+
+
+![Billed Invoice](img/portal-order-billed.png)
+
diff --git a/docs/user/customer_portal/docs.user.customer_portal.tickets.md b/docs/user/customer_portal/docs.user.customer_portal.tickets.md
new file mode 100644
index 0000000..238272f
--- /dev/null
+++ b/docs/user/customer_portal/docs.user.customer_portal.tickets.md
@@ -0,0 +1,28 @@
+---
+{
+	"_label": "Support Tickets"
+}
+---
+
+The customer portal makes it very easy for a companys' customer to raise concerns. A simple and intuitive interface facilitates your customer to report their concerns as Support Tickets. They can view the complete thread of the conversation.
+
+#### Empty Ticket List
+
+![Ticket List](img/portal-ticket-list-empty.png)
+
+
+
+#### New Support Ticket
+
+![New Ticket](img/portal-new-ticket.png)
+
+
+#### Open Support Ticket
+
+![Open Support Ticket](img/portal-ticket-1.png)
+
+
+#### Reply on Support Ticket
+
+![Reply Support Ticket](img/portal-ticket-reply.png)
+
diff --git a/docs/user/docs.user.md b/docs/user/docs.user.md
index cf0e273..1b79ee7 100644
--- a/docs/user/docs.user.md
+++ b/docs/user/docs.user.md
@@ -169,3 +169,4 @@
 	1. [Sign Up](docs.user.customer_portal.sign_up.html)
 	2. [Login](docs.user.customer_portal.login.html)
 	3. [Customer Orders](docs.user.customer_portal.orders.html)
+	4. [Support Tickets](docs.user.customer_portal.tickets.html)