Skip to content

Commit 8c4221d

Browse files
add FlutterFlow chatbot to docs page
1 parent 9a420d2 commit 8c4221d

File tree

2 files changed

+31
-0
lines changed

2 files changed

+31
-0
lines changed

docs/intro/chatbot.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
---
2+
slug: /chatbot
3+
title: FlutterFlow Documentation Chatbot
4+
---
5+
6+
# **FlutterFlow Documentation Chatbot**
7+
8+
Welcome to the FlutterFlow Documentation Chatbot! This chatbot uses RAG (Retrieval-Augmented Generation) on FlutterFlow documentation and internal knowledge curated by our technical support team. Use it to get instant help with building, debugging, and navigating features in FlutterFlow.
9+
10+
Like with any other AI tool, this chatbot can make mistakes. Other resources you can turn to for help with FlutterFlow include:
11+
- [FlutterFlow community forum](https://community.flutterflow.io/)
12+
- [FlutterFlow YouTube channel](https://www.youtube.com/@FlutterFlow), as well as community content created by FlutterFlow users
13+
- Contacting [email protected] or using in-chat support if you are on the Pro plan
14+
15+
To share your feedback about the chatbot, please fill out [this form](https://forms.gle/aCpSPxhcqVs3tnUQA).
16+
17+
<iframe
18+
src="https://udify.app/chatbot/bYIppJMzMieMPDHm"
19+
style={{
20+
width: '100%',
21+
height: '100%',
22+
minHeight: '700px',
23+
border: 'none'
24+
}}
25+
allow="microphone"
26+
/>

sidebars.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,11 @@ const sidebars: SidebarsConfig = {
132132
dirName: 'misc'
133133
}
134134
],
135+
},
136+
{
137+
type: 'doc',
138+
id: 'intro/chatbot',
139+
label: 'Documentation Chatbot',
135140
}
136141
]
137142
};

0 commit comments

Comments
 (0)