--- title: Dropdown Search-UI --- Once your Algolia DocSearch index is ready, set up, and filled with the right data, you will need to integrate our dedicated Search-UI. To add the dropdown of results below your search input, you'll have to include our DocSearch library into your website as per the following example. ```html ``` You need to integrate this snippet into every page that integrates the dropdown UI. ## Testing If you're eager to test DocSearch but don't have any credentials of your own yet, you can try out the one we use on this website: ```javascript docsearch({ appId: 'PMZUYBQDAK', apiKey: '24b09689d5b4223813d9b8e48563c8f6', indexName: 'docsearch', }); ```