diff --git a/docs/customers.mdx b/docs/customers.mdx
new file mode 100644
index 0000000..58fc0d9
--- /dev/null
+++ b/docs/customers.mdx
@@ -0,0 +1,115 @@
+---
+title: Customers
+hide_title: true
+description: Manage your work based on what matters to your customers.
+---
+
+import Tags from '@site/src/components/Tags';
+
+
+
Manage your work by customer priorities
+
+
+
+The Customers feature transforms how you organize and prioritize work by placing your clients at the center of your process. Instead of managing tasks in isolation, Customers creates direct connections between your work items and the people they serve, helping teams make better decisions about what to prioritize and ensuring customer requests receive proper attention.
+
+With Customers, you can create comprehensive client profiles, track specific requests, link those requests to your work items, and maintain important context about why certain work matters throughout your organization.
+
+## Enable Customers
+
+
+1. Go to [Workspace Settings](https://docs.plane.so/core-concepts/workspaces/overview#workspace-settings).
+2. Select the **Customers** tab on the right pane.
+3. Toggle the feature on at the top right. Alternatively, you can click the **Enable Customers** button.
+
+## Configure custom properties
+
+
+### Default properties
+Plane comes with essential customer fields pre-configured. These properties appear on every customer record and help organize your customer data consistently.
+
+- **Customer name**
+- **Description**
+- **Email**
+- **Website**
+- **Employees**
+- **Industry**
+- **Stage**
+- **Contract status**
+- **Revenue**
+
+### Custom properties
+You can extend customer records with properties specific to your business. Custom properties appear in customer records alongside default properties.
+
+1. Navigate to **Workspace Settings → Customers**.
+2. Find the **Custom properties** section.
+3. Click **Add new property**.
+
+## Create customer records
+
+
+1. Navigate to **Customers** in the sidebar.
+2. Click **Create customer record** in the top-right corner.
+3. Enter the required information. Here you will see the default and custom properties (if any).
+4. Click **Create customer record**.
+
+## View and manage your customers
+
+
+
+The Customers page displays all your customer records. Each customer appears with their logo and website for easy identification.
+
+1. Click on a customer record to view all details.
+2. Use the options menu (three dots) for actions:
+ - **Edit** - Update customer information.
+ - **Copy link to customer** - Share the customer record.
+ - **Delete** - Remove the customer record.
+3. To update customer information:
+ - Click the options menu (three dots) and select **Edit**.
+ - Update any fields as needed.
+ - Click **Update customer** to save your changes.
+
+The customer detail view shows all properties on the right side and requests on the left, making it easy to see all customer information at a glance.
+
+
+
+
+## Create and manage customer requests
+Customer requests serve as the bridge between what your clients need and the actual work your team performs. Each request captures a specific client requirement or feedback that can then be translated into actionable work items in your projects.
+
+### Add a request
+
+
+1. Open a customer record.
+2. Go to the **Requests** tab.
+3. Click **Add request**.
+4. Name your request and add a description.
+5. Add source links to document where the request originated and connect it directly to work items in your project that will fulfill this request.
+6. Click **Create request**.
+
+### Link work to requests
+- Add source information
+ 
+
+ 1. From a request, click **Add source**.
+ 2. Enter the URL for the source.
+ 3. Click **Submit**.
+
+- Connect existing work items
+ 
+
+ 1. From a request, click **Link work items**.
+ 2. Search and select relevant Work Items or Epics.
+ 3. Click **Add selected work items** to confirm.
+ 4. In the Work item and Epic properties panel, a new **Customers** field displays all associated customers. This connection helps your teams instantly see which customers are impacted by or have requested specific work items, maintaining customer context throughout your workflow.
+ 5. Admins can hover over the **Customer** name to view details.
+
+ 
+
+:::info[What's next]
+Soon, you'll be able to bulk upload customer records via CSV files.
+:::
\ No newline at end of file
diff --git a/docs/dashboards.mdx b/docs/dashboards.mdx
new file mode 100644
index 0000000..15edb96
--- /dev/null
+++ b/docs/dashboards.mdx
@@ -0,0 +1,117 @@
+---
+title: Dashboards
+hide_title: true
+---
+
+import Tags from '@site/src/components/Tags';
+
+
+
Visualize your projects using custom dashboards
+
+
+
+
+Dashboards in Plane give you a bird's-eye view of your projects through customizable visualizations. They help you monitor progress, identify bottlenecks, and make data-driven decisions without diving into individual projects.
+
+
+
+
+
+## Create Dashboard
+
+
+
+To create a new dashboard:
+
+1. Navigate to the **Dashboards** section in the left sidebar.
+2. Click the **Add dashboard** button in the top-right corner.
+3. Give your dashboard a descriptive name (e.g., `Project Analytics Dashboard` or `Workload by Team`)
+4. Choose which projects to include in your dashboard.
+5. Click **Create dashboard** to finish.
+
+## Add Widgets
+Once you've created a dashboard, it's time to add widgets. Widgets are visualization components that display your project data in different formats.
+
+
+
+To add a widget:
+
+1. Click the **+ Add widget** button.
+2. Choose a [widget type](/dashboards#widget-types).
+3. Configure your widget with the specific data you want to display.
+4. Name your widget to reflect what it shows.
+5. Position it on your dashboard by dragging it
+
+### Widget types
+
+
+
+#### Bar chart
+Perfect for comparing quantities across categories, like work items by priority or state. The bars make it easy to spot patterns and imbalances.
+
+#### Line chart
+Ideal for tracking trends over time, such as completed work items per week. Use these to identify patterns and forecast future performance.
+
+#### Area chart
+Similar to line charts but with the area below the line filled in, making it easier to visualize volume changes over time.
+
+#### Donut chart
+Great for showing proportions and percentages of a whole, like work item types or assignee workload distribution.
+
+#### Pie chart
+Another option for displaying proportional data when you need to see how different segments relate to the whole.
+
+#### Number
+Simple counters that show important metrics like total work items, overdue tasks, or completed items. Use these for at-a-glance KPIs.
+
+
+### Customize Widgets
+
+
+Each widget type comes with specific configuration options:
+
+#### Data selection
+
+- **Property**
+Choose what data to group by (e.g., Work item Types, Priority, Assignee)
+- **Metric**
+Select what to measure (e.g., Work item count, Estimate points)
+
+#### Appearance
+
+- **Color scheme**
+Choose from preset palettes like `Modern`, `Horizon`, or `Earthen`.
+
+- **Center value**
+Toggle whether to show the total count in the middle of donut/pie charts.
+
+- **Legends and Tooltips**
+Enable or disable these to control how much detail appears
+
+#### Style options
+
+- **Fill color and Opacity**
+Customize the look of area charts
+
+- **Borders and Smoothing**
+Refine the appearance of your charts
+
+- **Markers**
+Add data point indicators on line charts
+
+## Interact with your dashboard
+
+
+After setting up your widgets, use your dashboard for insights:
+- Hover over chart elements to see detailed tooltips.
+- Use the legends to identify specific categories.
+- Click the **View** or **Edit** button at the top right corner to switch from edit to view mode.
\ No newline at end of file
diff --git a/docs/workflows-and-approvals/workflows.mdx b/docs/workflows-and-approvals/workflows.mdx
index 604fc80..b5a7c03 100644
--- a/docs/workflows-and-approvals/workflows.mdx
+++ b/docs/workflows-and-approvals/workflows.mdx
@@ -6,7 +6,7 @@ hide_title: true
import Tags from '@site/src/components/Tags';
-
Control your Work Item transitions
+ Control your work item transitions