-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathchatbot.html
More file actions
50 lines (48 loc) · 2.32 KB
/
chatbot.html
File metadata and controls
50 lines (48 loc) · 2.32 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
<article class="docs-article">
<section class="docs-section" id="chatbot">
<div>
<h1>Flow-E: AI assisted form creation</h1>
<hr>
<p>Premium Feature</p>
<hr>
<p>
formsflow.ai incorporates AI chat assist support for form creation, where users engage with a
GPT-powered AI chatbot. This chatbot is engineered to comprehend user queries, prompts, and instructions
pertaining to form design, subsequently generating the form based on the user's input.
</p>
<h4>Steps</h4>
<ol>
<li>
Log in as a designer and click on "New Form" button at the top right.
<img class="screenshot" src="./assets/images/Screenshot 2024-11-28 160159.png"
alt="Chat_step1_Snapshot"><br><br>
</li>
<li>
Click on "Use AI" in the popup that appears.
<img class="screenshot" src="./assets/images/Screenshot 2024-11-28 160414.png"
alt="Chat_step2_Snapshot"><br><br>
</li>
<li>
Enter your form description and hit Send.
<img class="screenshot" src="./assets/images/Screenshot 2024-11-28 160658.png"
alt="Chat_step3_Snapshot"><br><br>
<img class="screenshot" src="./assets/images/Screenshot 2024-11-28 161223.png"
alt="Chat_step3_Snapshot"><br><br>
</li>
<li>
The AI will generate the form and you can preview it on the right side.
<img class="screenshot" src="./assets/images/Screenshot 2024-11-28 161234.png"
alt="Chat_step4_Snapshot"><br><br>
</li>
<li>
Now you may either regenerate, start over or continue conversing with AI asking it to modify the
form that it has generated.
</li>
<li>
If you are happy with the form it has created click "Select This Layout" button and continue editing
the form in the form editor.
</li>
</ol>
</div>
</section>
</article>