How does it work?
Add a database knowledge base by entering the following:- Database Server URL
- Database Name
- Database Username
- Database Password
- Database Port
- Database Engine (PostgreSQL, MySQL, SQL Server, SQLite, Oracle)
Best Practices
- Use for Structured Data: Databases are ideal for frequently updated, structured data like inventory, schedules, or customer records.
- Document Your Schema: Ensure table and field names are clear and well-documented so queries return meaningful results.
- Secure Access: Provide only the credentials and permissions the agent requires — avoid exposing sensitive data unnecessarily.
- Test Thoroughly: Always run the Test DB Connection to validate setup before production.
- Plan for Performance: Optimize large queries and avoid unnecessary load by tailoring endpoints to specific use cases.