diff --git a/docs/docs/help/New-Document/request-signatures.md b/docs/docs/help/New-Document/request-signatures.md
index 5c08664b9..3c49faf5c 100644
--- a/docs/docs/help/New-Document/request-signatures.md
+++ b/docs/docs/help/New-Document/request-signatures.md
@@ -103,6 +103,36 @@ Use the option on the right side to add recipients if you need to include additi
- Setting icon: By clicking on the option, you can set the color and font.
- Add Signer/Change Signer: Clicking the first icon on the Text Input widget allows you to change the signer. You can choose from existing signers in the dropdown or add a new signer.
- Copy : Clicking on this you can duplicate the Text Input widget.
+
+- **Cells**
+ The **Cells widget** is ideal for forms with table-like columns. After dragging and dropping the widget onto the document, you can adjust the number of cells by moving the **blue marker**.
+
+
+
+ The widget settings panel provides additional customization options, including:
+
+ - Manually entering the **number of cells**
+ - Choosing a **font color**
+ - Setting the **font size**
+ - Marking the field as **required** or **optional**
+ - Providing a **default value**
+ - Making the field **read-only**
+ - Adding a **hint**, which will be displayed on the widget for better clarity
+
+ **Custom Validations** are also supported, including:
+
+ - Predefined formats like **SSN**, **email**, or **numeric values**
+ - Custom JavaScript validations using regular expressions
+
+ For example:
+ - `^\d+$` – allows only digits
+ - `^[A-Z]+$` – allows only uppercase letters
+
+ You can enter your regex pattern in the **Validations** field of the widget.
+ *(Optional reference: [JavaScript RegExp guide](https://www.w3schools.com/jsref/jsref_obj_regexp.asp))*
+
+
+
- **Checkbox**: Once you drop the checkbox widget, a popup will open where you can set the checkbox name and options. Additionally, there are a few options available such as setting the minimum and maximum checks, making the checkbox read-only, and hiding the label.
- Add Signer/Change Signer: Clicking the first icon on the CheckBox widget allows you to change the signer. You can choose from existing signers in the dropdown or add a new signer.
- Copy : Clicking on this you can duplicate the image widget.
@@ -120,6 +150,24 @@ Use the option on the right side to add recipients if you need to include additi
- Setting icon: By clicking on the option, you can set the color and font.
- Add Signer/Change Signer: Clicking the first icon on the Email widget allows you to change the signer. You can choose from existing signers in the dropdown or add a new signer.
- Copy : Clicking on this you can duplicate the email widget.
+ ### 📄 Document Page Controls
+- **Add Pages**
+ In the left-side panel, users will see an **"Add" button**. Clicking it allows users to select and merge new documents into the current one.
+
+- **Delete Page**
+ An option is available to **delete** any unwanted page from the document.
+
+- **Reorder Pages**
+ Users can reorder pages by clicking the **"Reorder" button**, which opens a popup displaying all pages. Use the **Up** and **Down** arrows to change the order. Click **Save** to apply the new page order.
+
+- **Zoom In / Zoom Out**
+ Controls are available to **zoom in** or **zoom out** of the document view.
+
+- **Rotate Page**
+ Options are provided to **rotate pages** in both **clockwise** and **counterclockwise** directions.
+
+
+
### Step 10: Next:
- **Next**: After adding the widgets and signatures, click the 'Next' button. The document will then be created.