What problem does it solve? Finding the right existing image or media asset across Salesforce CMS channels and Data 360 sources requires knowing which search backend to use and how to structure each query. This Skill routes every media search request through a consistent source-selection workflow so users pick the right search method before any tool call is made. ## Core Features & Use Cases - Source Selection Routing: Presents available search sources (keyword search, Data 360 hybrid search, or user-provided URL) as a numbered list and waits for the user's choice before calling any tool. - Keyword and Taxonomy Search: Builds structured JSON payloads for the search_media_cms_channels tool, extracting keywords and taxonomy terms from natural language queries with pagination support. - Semantic Hybrid Search: Passes natural language queries directly to the search_electronic_media tool for semantic matching across Salesforce CMS and connected DAMs. - Use Case: A developer building an Experience Cloud site asks to "find a hero image of a luxury apartment." The Skill presents search sources, executes the chosen search, lists all results, and applies the selected image URL to the component code. ## Quick Start Ask the assistant to find a company logo or hero image and choose a search source from the options presented.