Skip to content

Commit b3e8a44

Browse files
Update Docs Content
1 parent 99f2bd5 commit b3e8a44

33 files changed

Lines changed: 287 additions & 0 deletions

docs/E_Sign/comment_section.md

Lines changed: 121 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,121 @@
1+
# How to Use the Comment Section in E-Sign?
2+
3+
The **Comment Section** in the E-Sign module allows users to communicate effectively by adding comments directly within the document during the signing process. Users can raise queries, provide clarifications, and respond to comments in real time, ensuring better collaboration between the sender, admin, and recipients. This feature helps streamline communication, reduces delays, and ensures that all concerns are addressed before completing the document.
4+
5+
---
6+
7+
## Steps to Use the Comment Section
8+
9+
### Step 1. Recipient one can raise queries in the comments section.
10+
11+
12+
- Navigate to the E-Sign (Signing Page).
13+
14+
<img src=" screenshots\Comments\Comment.png" style="border:2px solid black; border-radius:4px; width:100%; max-width:800px;" alt="Screenshot for Document">
15+
16+
- Click on the Comments menu available in the interface.
17+
18+
<img src=" screenshots\Comments\Comment_option.png" style="border:2px solid black; border-radius:4px; width:100%; max-width:800px;" alt="Screenshot for Document">
19+
20+
- Select the relevant page number and specific section of the document.
21+
22+
<img src=" screenshots\Comments\Comment_page.png" style="border:2px solid black; border-radius:4px; width:100%; max-width:800px;" alt="Screenshot for Document">
23+
24+
<img src=" screenshots\Comments\Comment_section.png" style="border:2px solid black; border-radius:4px; width:100%; max-width:800px;" alt="Screenshot for Document">
25+
26+
- Enter your comment to raise a query or provide clarification.
27+
- Submit the comment for review
28+
29+
<img src=" screenshots\Comments\Comment_query.png" style="border:2px solid black; border-radius:4px; width:100%; max-width:800px;" alt="Screenshot for Document">
30+
31+
---
32+
33+
### Step 2. The admin can respond to First Recipient’s query in the comments section.
34+
35+
- Admin can navigate to the sended file.
36+
- In the **Actions** column, click the three-dot (⋮) menu next to the Comments.
37+
38+
<img src=" screenshots\Comments\Comment_Admin.png" style="border:2px solid black; border-radius:4px; width:100%; max-width:800px;" alt="Screenshot for Document">
39+
40+
- Open the file’s **Comments** section to review the comment.
41+
42+
<img src=" screenshots\Comments\Comment_Admin_Review.png" style="border:2px solid black; border-radius:4px; width:100%; max-width:800px;" alt="Screenshot for Document">
43+
44+
- Respond to the query to clarify the recipient’s doubts.
45+
46+
<img src=" screenshots\Comments\Comment_Admin_anwer1.png" style="border:2px solid black; border-radius:4px; width:100%; max-width:800px;" alt="Screenshot for Document">
47+
48+
---
49+
50+
### Step 3. The recipient reviews the response and submits the file.
51+
52+
- Review the response in the comments section to clarify their doubts.
53+
54+
<img src=" screenshots\Comments\Comment_Party_.png" style="border:2px solid black; border-radius:4px; width:100%; max-width:800px;" alt="Screenshot for Document">
55+
56+
- Submit the file.
57+
58+
<img src=" screenshots\Comments\Comment_Submit1.png" style="border:2px solid black; border-radius:4px; width:100%; max-width:800px;" alt="Screenshot for Document">
59+
60+
---
61+
62+
### Step 4. The second recipient opens the file.
63+
64+
- The second recipient can raise a query in the comments section.
65+
66+
<img src=" screenshots\Comments\Comment_Party_query.png" style="border:2px solid black; border-radius:4px; width:100%; max-width:800px;" alt="Screenshot for Document">
67+
68+
---
69+
70+
### Step 5. The admin responds to the second recipient’s query.
71+
72+
- The admin clarifies the second recipient’s query in the comments section.
73+
74+
<img src=" screenshots\Comments\Comment_Admin_anwer1.png" style="border:2px solid black; border-radius:4px; width:100%; max-width:800px;" alt="Screenshot for Document">
75+
76+
---
77+
78+
### Step 6. The Second recipient reviews the response and submits the file.
79+
80+
- Review the Admin response in the comments section to clarify their doubts.
81+
82+
<img src=" screenshots\Comments\Comment_Party_2.png" style="border:2px solid black; border-radius:4px; width:100%; max-width:800px;" alt="Screenshot for Document">
83+
84+
- submit the file to complete the signing process.
85+
86+
<img src=" screenshots\Comments\Comment_Submit1.png" style="border:2px solid black; border-radius:4px; width:100%; max-width:800px;" alt="Screenshot for Document">
87+
88+
---
89+
90+
**Demo Video:**
91+
<!-- Inline HTML in Markdown file -->
92+
<style>
93+
.video-wrap {
94+
border: 2px solid black;
95+
border-radius: 4px;
96+
width: 100%;
97+
max-width: 800px;
98+
overflow: hidden;
99+
margin-bottom: 1rem;
100+
}
101+
.video-wrap video {
102+
display: block;
103+
width: 100%;
104+
height: auto;
105+
}
106+
</style>
107+
108+
<div class="video-wrap" role="region" aria-label="Demo: Creating a E-Sign">
109+
<!-- Use a relative path like ./videos/demo.mp4 or an absolute URL -->
110+
<video controls poster="">
111+
<source src="https://doculan-storage-public.s3.us-east-1.amazonaws.com/demo_video/E_Signature/Co.mp4" type="video/mp4">
112+
<source src="https://doculan-storage-public.s3.us-east-1.amazonaws.com/demo_video/E_Signature/Co.webm" type="video/webm">
113+
<!-- Fallback link if browser can't play video -->
114+
Your browser does not support the video tag.
115+
<a href="https://doculan-storage-public.s3.us-east-1.amazonaws.com/demo_video/E_Signature/Co.mp4" target="_blank" rel="noopener">Download / Open video</a>
116+
</video>
117+
</div>
118+
119+
> The above **Video** Represent how to use the **Comments Section** feature to sign a document, providing a step-by-step walkthrough of the complete signing process.
120+
121+
© Doculan by [Virtualan Software](https://www.virtualan.io)

docs/E_Sign/share_folder.md

Lines changed: 99 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,99 @@
1+
# How to Share a folder?
2+
3+
The **Share Folder** feature in Doculan enables you to quickly and securely share entire folders with individuals or groups—without requiring them to log in. You can provide access to multiple documents within a folder for review, reference, or collaboration while maintaining full control over permissions, ensuring both flexibility and security throughout the process.
4+
5+
This feature offers a simple and efficient way to grant controlled access to all files within a folder directly from your dashboard, allowing secure and organized document sharing.
6+
7+
---
8+
9+
## **Step 1: Access the Sharing Options**
10+
11+
- In the **Actions** column, click the three-dot (⋮) menu next to the folder you want to share.From the dropdown menu, select **Share**.
12+
13+
<img src=" screenshots\E-Sign_Images\Share_Folder.png" style="border:2px solid black; border-radius:4px; width:100%; max-width:800px;" alt="Screenshot for Document">
14+
15+
---
16+
17+
## Step 2: Configure sharing details:
18+
19+
Once you click Share, a popup or side panel will appear with fields for:
20+
21+
- **Recipient Name**
22+
- **Recipient Email Address**
23+
<!-- - **Access Type:**
24+
- *View Only* → Recipient can view or download. -->
25+
26+
<img src=" screenshots\E-Sign_Images\ShareFolder_Add_Recipient.png" style="border:2px solid black; border-radius:4px; width:100%; max-width:800px;" alt="Screenshot for Document">
27+
28+
- **Expiry Date:** Specify how long the shared link should remain active.
29+
- **Reminder:** Optionally schedule an email reminder before the link expires.
30+
31+
<img src=" screenshots\E-Sign_Images\ShareFolder_Set_Reminder.png" style="border:2px solid black; border-radius:4px; width:100%; max-width:800px;" alt="Screenshot for Document">
32+
33+
- **Email body:** Add a personalized message to provide context for the recipient.
34+
- Optionally, click **AI Assist** to generate a professional and well-structured email message automatically.
35+
36+
<img src=" screenshots\E-Sign_Images\ShareFolder_Send_Mail.png" style="border:2px solid black; border-radius:4px; width:100%; max-width:800px;" alt="Screenshot for Document">
37+
38+
39+
- Click **Send** to deliver the document.
40+
41+
---
42+
43+
### Step 3: Recipient Access via Email
44+
45+
After the folder is shared:
46+
47+
* The recipient will receive an email containing the **folder access link**.
48+
49+
<img src=" screenshots\E-Sign_Images\ShareFolder_access.png" style="border:2px solid black; border-radius:4px; width:100%; max-width:800px;" alt="Screenshot for Document">
50+
51+
* Click the link to open and view the shared folder (no login required).
52+
53+
<img src=" screenshots\E-Sign_Images\ShareFolder_access1.png" style="border:2px solid black; border-radius:4px; width:100%; max-width:800px;" alt="Screenshot for Document">
54+
55+
* Access is subject to the defined **permissions** and **expiry period** set by the sender.
56+
* The recipient can view and download all shared files within the folder, based on the assigned access permissions.
57+
58+
**View** the files within the Folder.
59+
60+
<img src=" screenshots\E-Sign_Images\ShareFolder_view.png" style="border:2px solid black; border-radius:4px; width:100%; max-width:800px;" alt="Screenshot for Document">
61+
62+
**Download** the files within the Folder.
63+
64+
<img src=" screenshots\E-Sign_Images\ShareFolder_Download.png" style="border:2px solid black; border-radius:4px; width:100%; max-width:800px;" alt="Screenshot for Document">
65+
66+
---
67+
68+
**Demo Video:**
69+
<!-- Inline HTML in Markdown file -->
70+
<style>
71+
.video-wrap {
72+
border: 2px solid black;
73+
border-radius: 4px;
74+
width: 100%;
75+
max-width: 800px;
76+
overflow: hidden;
77+
margin-bottom: 1rem;
78+
}
79+
.video-wrap video {
80+
display: block;
81+
width: 100%;
82+
height: auto;
83+
}
84+
</style>
85+
86+
<div class="video-wrap" role="region" aria-label="Demo: Share Document">
87+
<!-- Use a relative path like ./videos/demo.mp4 or an absolute URL -->
88+
<video controls poster="">
89+
<source src="https://doculan-storage-public.s3.us-east-1.amazonaws.com/demo_video/Share_Document/Share_Docu.mp4" type="video/mp4">
90+
<source src="https://doculan-storage-public.s3.us-east-1.amazonaws.com/demo_video/Share_Document/Share_Doc.webm" type="video/webm">
91+
<!-- Fallback link if browser can't play video -->
92+
Your browser does not support the video tag.
93+
<a href="https://doculan-storage-public.s3.us-east-1.amazonaws.com/demo_video/Share_Document/Share_Docu.mp4" target="_blank" rel="noopener">Download / Open video</a>
94+
</video>
95+
</div>
96+
97+
> The above **Video** represent that how to **Share Folder**.
98+
99+
© Doculan by [Virtualan Software](https://www.virtualan.io)

docs/Forms/Form_Save.md

Lines changed: 64 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,64 @@
1+
# How to Save a Forms?
2+
3+
The **Save Form** option allows you to store a form without sending it, enabling you to review or send it at a later time.
4+
5+
---
6+
7+
## Step-by-Step Instructions
8+
9+
1. Navigate to the Forms section.
10+
11+
<img src="screenshots\Forms\Save_form.png" alt="Step 1 — view all Docs" style="border:2px solid black; border-radius:4px; width:100%; max-width:800px;">
12+
13+
2. Click Create Form and choose your preferred method.
14+
3. Fill in the required form details and fields.
15+
16+
<img src="screenshots\Forms\Save_form1.png" alt="Step 1 — view all Docs" style="border:2px solid black; border-radius:4px; width:100%; max-width:800px;">
17+
18+
4. Click the Send Form dropdown option.
19+
20+
<img src="screenshots\Forms\Save_form2.png" alt="Step 1 — view all Docs" style="border:2px solid black; border-radius:4px; width:100%; max-width:800px;">
21+
22+
5. Select Save Form instead of sending.
23+
24+
<img src="screenshots\Forms\Save_form3.png" alt="Step 1 — view all Docs" style="border:2px solid black; border-radius:4px; width:100%; max-width:800px;">
25+
26+
6. Click Save Form to store the form for future use.
27+
28+
<img src="screenshots\Forms\Save_form4.png" alt="Step 1 — view all Docs" style="border:2px solid black; border-radius:4px; width:100%; max-width:800px;">
29+
30+
---
31+
32+
**Demo Video:**
33+
<!-- Inline HTML in Markdown file -->
34+
<style>
35+
.video-wrap {
36+
border: 2px solid black;
37+
border-radius: 4px;
38+
width: 100%;
39+
max-width: 800px;
40+
overflow: hidden;
41+
margin-bottom: 1rem;
42+
}
43+
.video-wrap video {
44+
display: block;
45+
width: 100%;
46+
height: auto;
47+
}
48+
</style>
49+
50+
<div class="video-wrap" role="region" aria-label="Demo: Creating a form">
51+
<!-- Use a relative path like ./videos/demo.mp4 or an absolute URL -->
52+
<video controls poster="">
53+
<source src="https://doculan-storage-public.s3.us-east-1.amazonaws.com/demo_video/Forms/Form.mp4" type="video/mp4">
54+
<source src="https://doculan-storage-public.s3.us-east-1.amazonaws.com/demo_video/Forms/Form.webm" type="video/webm">
55+
<!-- Fallback link if browser can't play video -->
56+
Your browser does not support the video tag.
57+
<a href="https://doculan-storage-public.s3.us-east-1.amazonaws.com/demo_video/Forms/Form.mp4" target="_blank" rel="noopener">Download / Open video</a>
58+
</video>
59+
</div>
60+
61+
62+
> The above **Video** represent that how to **Save Forms**.
63+
64+
© Doculan by [Virtualan Software](https://www.virtualan.io)

docs/_sidebar.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
- [How to Schedule an Email?](E_Sign/schedule-email.md)
1717
- [How to Rename the File?](E_Sign/rename-file.md)
1818
- [How to Use the Co-Signer Option?](E_Sign/Co-Signer.md)
19+
- [How to Use the Comment Section in E-Sign?](E_Sign/comment_section.md)
1920

2021
- **Wet Signature**
2122
- [How to use Wet-Signature?](Wet-Signature/WetSign.md)
@@ -37,6 +38,7 @@
3738
- [How to share document?](E_Sign/share-document.md)
3839
- [How to resend shared document?](E_Sign/resend-shared-document.md)
3940
- [How to cancel shared document?](E_Sign/cancel-shared-document.md)
41+
- [How to Share a folder?](E_Sign/share_folder.md)
4042

4143
---
4244
- **Form Management**
@@ -46,6 +48,7 @@
4648
- [How to Cancel Form?](Forms/Form_Cancel.md)
4749
- [How to Delete Form?](Forms/Form-Delete.md)
4850
- [How to Resend Form?](Forms/Form_Resend.md)
51+
- [How to Save Forms?](Forms/Form_Save.md)
4952

5053
- **Embedded Esign**
5154
- [How to use Embedded Esign?](Embedded-Esign/EmbdedEsign.md)
209 KB
Loading
129 KB
Loading
184 KB
Loading
213 KB
Loading
139 KB
Loading
171 KB
Loading

0 commit comments

Comments
 (0)