-
Notifications
You must be signed in to change notification settings - Fork 100
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
Conversation
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @patriciaflutterflow, only one suggestion; otherwise, LGTM!
docs/intro/chatbot.md
Outdated
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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not too sure about the location for the chatbot. It shouldn't be as an article page I feel. It either should pop up from the top navbar (as a floating dialog) or we add a button on the bottom like a FAB button and make a floating dialog appear from there. There may be packages that can help you add something like that to Docusaurus, or simple JS scripts can do that too. Can you take a quick look to see whats possible?
Yes, I agree. How about placing it on the right side of the 'Troubleshoot' item in the top menu bar? That way, it stays easily accessible without being intrusive. |
Right side of the top menu bar would be for content, and this shouldnt be an article anyway. I'm imagining it on the left side near Github, something that says "Ask AI" or something similar and then popup dialog box angled to the top that has the iframe instead. |
@PoojaB26 @pinkeshmars how's this, as a chat icon in the bottom right of the screen that pulls up an iframe with the chatbot? The window can be expanded and collapsed and it appears on every page as a small button, but there's no new page added for it. Default view (small chat icon on bottom right corner of every page) Expanded view (if user clicks expanded button) https://www.loom.com/share/f4cf6351e4a04a82885a0aa8947b46fc?sid=a5e60bae-6dcc-46e3-9704-0d6c1aaa8168 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ya, this looks awesome! |
changed! thank you for your comments! |
Adds chatbot to the FlutterFlow Documentation site

Fixes DEVR-1003
Type of change