← AI Assistant
DEV
AI Knowledge Admin
Developer-only seed builder for FieldBase AI. Import question/answer seed files, add aliases for messy wording, and save approved global AI knowledge to Firebase for all users. Private account/project data is not shared.
Knowledge Base
Choose a JSON or CSV seed file, then select Import Seed File to save it globally.
How to build your AI seed file
Use JSON for best results. Each entry needs a question, answer, topic, keywords, and aliases. DEV imports save to Firebase global AI knowledge so all users can ask against these general answers. Do not include private customer/account data.
{
"version": "fieldbase-ai-seed-2026-04-26",
"knowledge": [
{
"topic": "Everyday",
"question": "What time is it?",
"aliases": ["time", "current time", "do you know the time"],
"keywords": "time clock current",
"answer": "I can answer using the device/browser time."
}
]
}