After creating a structured knowledge base, you connect it to a database and explore the imported schema. This guide walks you through entering connection credentials, browsing tables, and enriching metadata.Documentation Index
Fetch the complete documentation index at: https://docs.ideaboxai.com/llms.txt
Use this file to discover all available pages before exploring further.
Connect your database
Enter the connection credentials for your database.| Field | Description |
|---|---|
| Host | Database server address. |
| Port | Connection port, for example 5432 for PostgreSQL. |
| Database Name | The specific database to connect. |
| Username | Authentication username. |
| Password | Authentication password. |
| SSL Mode | Security settings for the connection. |


Explore the Datasets view
Once connected, the Datasets view displays a schema visualization of your database.- Data Sets sidebar: Lists all imported database tables.
- Table relationships: Shows joins and foreign key relationships between tables.
- AI enrichment: Options to enhance metadata with AI, add semantic definitions, and define relationships.

- Browse all database tables and their columns.
- Define joins and relationships between tables.
- Enhance schema metadata using AI assistance.
- Document business logic for columns and tables.
- Validate relationships against source database constraints.
- Avoid circular or ambiguous joins.
- Document semantic definitions clearly so agents can reason about your data.