A database knowledge base connects your agent directly to structured data stored in a relational database. This allows the agent to retrieve rows, records, and facts in real time based on user queries.Documentation Index
Fetch the complete documentation index at: https://docs.vivi.bot/llms.txt
Use this file to discover all available pages before exploring further.
Set Up
To set up your database, navigate to the Knowledge Base tab and click Add New. Select Database from the Category dropdown menu and fill in the sections marked as required. In addition to a name and description, you’ll need to provide the following information:- Database Server URL
- Database Name
- Database Username
- Database Password
- Database Port
- Database Engine (PostgreSQL, MySQL, SQL Server, SQLite, Oracle)
Best Practices
- Databases are ideal for frequently updated, structured data like inventory, schedules, or customer records.
- Ensure table and field names are clear and well-documented so queries return meaningful results.

