An AI bot is only as smart as the data it can access. This workflow relies on several external data sources that act as its brain 🧠, its memory 🗂️, and its reference guide 📖. For this scenario to work in your own environment, you would need to set up these sources and connect them to the appropriate nodes. Here’s a look at each one and its purpose.


📚 The RAG Documentation Database (Cloudflare)

This is the bot's long-term memory and its primary source of knowledge for answering user questions about the product.

🧩 Nodes That Use It:

🔧 Setup Requirements:

  1. Create a RAG Instance: You would need to set up your own Cloudflare AutoRAG project.
  2. Populate with Data: This instance must be populated with your entire knowledge base: documentation articles, tutorials, FAQs, and guides.
  3. Update Credentials: In the Latenode scenario, you would need the URL endpoint and Authorization token for of Nodes 10 and 23 with the credentials for your Cloudflare RAG instance.

📇 The Session/Thread Database (Baserow)

This database acts as the bot's short-term memory, allowing it to recognize users and maintain context across multiple interactions.


🔗 The Documentation Links Sheet (Google Sheets)

This simple spreadsheet acts as a verified, trusted source for URLs, ensuring the bot never provides users with broken or incorrect links.