Skip to content

add FlutterFlow chatbot to docs page #432

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 6 commits into from
Jul 25, 2025
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 26 additions & 0 deletions docs/intro/chatbot.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
---
slug: /chatbot
title: FlutterFlow Documentation Chatbot
---

# **FlutterFlow Documentation Chatbot**

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.

Like with any other AI tool, this chatbot can make mistakes. Other resources you can turn to for help with FlutterFlow include:
- [FlutterFlow community forum](https://community.flutterflow.io/)
- [FlutterFlow YouTube channel](https://www.youtube.com/@FlutterFlow), as well as community content created by FlutterFlow users
- Contacting [email protected] or using in-chat support if you are on the Pro plan
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Like with any other AI tool, this chatbot can make mistakes. Other resources you can turn to for help with FlutterFlow include:
- [FlutterFlow community forum](https://community.flutterflow.io/)
- [FlutterFlow YouTube channel](https://www.youtube.com/@FlutterFlow), as well as community content created by FlutterFlow users
- Contacting [email protected] or using in-chat support if you are on the Pro plan
Just like any AI tool, this chatbot can sometimes make mistakes. If you need more help with FlutterFlow, here are some additional resources you can explore:
- [FlutterFlow Community Forum](https://community.flutterflow.io/).
- [FlutterFlow YouTube channel](https://www.youtube.com/@FlutterFlow), as well as community content created by FlutterFlow users.
- Contacting [email protected] or using in-chat support if you are on the Pro plan.


To share your feedback about the chatbot, please fill out [this form](https://forms.gle/aCpSPxhcqVs3tnUQA).

<iframe
src="https://udify.app/chatbot/bYIppJMzMieMPDHm"
style={{
width: '100%',
height: '100%',
minHeight: '700px',
border: 'none'
}}
allow="microphone"
/>
5 changes: 5 additions & 0 deletions sidebars.ts
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,11 @@ const sidebars: SidebarsConfig = {
dirName: 'misc'
}
],
},
{
type: 'doc',
id: 'intro/chatbot',
label: 'Documentation Chatbot',
}
]
};
Expand Down