Skip to main content

Databases

This section is used to define databases that the AI can access. The AI should use these databases only for reading operations.


🏷️ General Information

FieldDescription
NameThe name assigned to the database.
DescriptionExplains when and how the AI should use this database.
Connection StringMust be in pyodbc format. It is recommended to use connection strings that have read-only access and limited database permissions.

⚠️ Security Note

Access to sensitive data should be restricted within the database connection. The AI should only perform read or query operations — writing, deleting, or updating data is not supported.