Q: Can I create an AI chatbot?
Hi,
I want to know:
Can I create an AI chatbot (using my own openai api key) which can be trained on my custom data (like files, website urls, text). If yes, then how can I do that. And how can I embed that chatbot on my website?
Faik_Robomotion
Nov 25, 2025A: Hi,
In theory, you can build a RAG system, but our platform is not designed as a dedicated knowledge base chatbot tool, so it will not be as straightforward as platforms created specifically for that purpose. Those tools usually let you upload PDFs or other documents to form a knowledge base and automatically generate a chatbot. This capability is not currently on our roadmap, although it may be considered in the future.
That said, you can create Chat Assistants on our platform to build interactive automation experiences with your robots in two ways: Guided, which works step by step like a structured chatbot, or Conversational, which functions more like ChatGPT.
Our platform is primarily an automation tool, and you can place a chatbot in front of your automations to enable human interaction whenever needed.
Here is a Loom video showing how to use the Chat Assistant nodes in both Guided and Conversational modes:
https://www.loom.com/share/2876bf218f644fa88a48116dfdeef70c
You can also embed this assistant, which has its own URL, into your website using an iframe.
Best,