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.

