Models

Models represent the core entities in your business—customers, orders, shipments, products. They map to tables or views in your data warehouse, but add crucial business context.

Physical Location

Every model points to a specific table or view in your warehouse:

  • Data source (which warehouse/database)

  • Schema name

  • Table or view name

Agent Guidance

Free-text context that helps agents understand edge cases:

  • "All monetary values in Euros (€). Positive amounts are income, negative are expenses/costs."

  • “Focus only on approved and active carriers for our KPIs."

Dimensions and Measures

The actual data points that the agent can query

Filters and Relationships

How the agent can interact with data. Does it need to exclude trial users? How can it link users with companies?

Last updated

Was this helpful?