Skip to main content

Prism AI Features

Context Mentions

Use @ to provide specific context to Prism AI.

Types

MentionWhat It Provides
@project.dataset.tableTable schema, columns, partitioning
@datasetDataset information
@Tab 1SQL and results from tab
@resultsQuery results from active tab

Examples

Optimize @Tab 1 for cost
Find tables with email data in @analytics
Analyze @results for data quality issues
Compare schemas of @dataset1.table1 and @dataset2.table2

How Context Works

Context mentions are the primary way to share specific data with Prism AI. Without mentions, the AI can still:

  • List tables in your projects (via list_tables tool)
  • Fetch table schemas (via get_table_schema tool)
  • Read and update your query tabs (via tab tools)

Mentions give you explicit control over what context is included in your conversation.