What problem does it solve? Business users often cannot write SQL, and analysts spend time translating plain-language questions into queries against Unity Catalog data. This Skill guides the creation of Databricks Genie Spaces and programmatic querying through the Genie Conversation API so natural language questions return SQL-generated answers. ## Core Features & Use Cases - Genie Space Creation: Inspect table schemas with get_table_details, then create spaces with create_or_update_genie including descriptions, table identifiers, and sample questions referencing actual column names. - Conversation API Querying: Ask questions with ask_genie and maintain context across follow-ups with ask_genie_followup using conversation IDs. - Warehouse Auto-Detection: Automatically select a running SQL warehouse when no warehouse_id is provided. - Use Case: After building silver-layer sales tables, create a "Sales Analytics" Genie Space, then test it by asking "What were total sales last month?" and following up with "Break that down by region." ## Quick Start Ask the agent to inspect your Unity Catalog tables, create a Genie Space with sample questions, and test it with a natural language question.