What problem does it solve? Databricks product questions often require up-to-date official documentation, but relying on training-data knowledge risks outdated or incorrect answers. This Skill resolves canonical docs.databricks.com URLs and fetches the live pages so answers reflect the current documentation. ## Core Features & Use Cases - Canonical URL Resolution: Maps topics like Apps, DABs, Jobs, Lakebase, Model Serving, Pipelines, Unity Catalog, SQL Warehouses, MLflow, serverless, secrets, and workflows to their official docs entry pages via references/docs-index.md. - Live Page Fetching: Uses the host agent's WebFetch tool to retrieve the entry page and follow in-page links until the question is answered. - Multi-Cloud Support: Defaults to AWS docs URLs and rewrites the cloud segment to Azure or GCP when the user specifies a different cloud. - Use Case: A user asks "How do I configure a serverless model serving endpoint?" The Skill looks up the model-serving entry URL, fetches the page, and returns an answer grounded in the live documentation. ## Quick Start Ask how to configure a serverless model serving endpoint on Databricks and have the answer fetched from the official docs.