If you've been using Rock for more than a day, you've used the Smart Search block at the top of the page. Universal Search can be configured to participate in Smart Search, and once it is, you'll find that it's your go-to search type. Once you have Universal Search up and indexing, you'll need to enable the Smart Search integration. You'll do this under Admin Tools > System Settings > Search Services. If it isn't already, move Universal Search to the top of the Component List so it will be the default search option. Select the Universal Search item to configure its settings. From here you'll provide the results URL. This should point to a page hosting the Universal Search block. The URL should be configured to append the SmartSearch=true parameter to tell the block the request came from the Smart search feature. An example URL would be universalsearch/{0}?SmartSearch=true. Note that passing in a parameter of SmartSearch=true in the query string also disables the Refine Search option on the results page. If you want to show the Refine Search option on the search results page, add ShowRefineSearch=true to the results URL. An example URL would be universalsearch/{0}?SmartSearch=true&ShowRefineSearch=true. Additional Smart Search settings can be found on the Universal Search Control Panel (Admin Tools > General Settings > Universal Search Control Panel). Here you choose the entities for which you'd like to show results and optionally provide advanced options.