Next, in the Quick Find search box, search for "Visualforce" and select "Visualforce pages" from the list. This page will now contain new Autoaddress Visualforce pages:

AutoaddressLeadSearch will be available for Leads items, AutoaddressAccountSearch will be available for Accounts items and AutoaddressContactSearch will be available for Contacts items. The AutoaddressQuoteSearch will only be available if the package that supports Quotes has been installed.
You can also view the package as a whole by searching for packages in the Quick Find search box and selecting "Installed Packages" from the list.

Implementing Autoaddress with the Salesforce Lightning App Builder
This document will use the Sales Console app to show how to drop the plugin into the Contact page. The procedure to add the plugin to other objects and applications is the same.
Open the app launcher and select “Sales Console”.
In the Sales Console, select Contacts.

Click on the cog symbol in the top right of the page and select “Edit Object” from the drop-down box.

This will bring you to the object manager for the Contacts object. From the list on the left, select "Lightning Record Pages" which will look like below.

Select the most up to date record of the page. This will open a page like this:

Select the "Edit" button. This will bring you to the “Lightning App Builder page”.

On the left side of the screen is a list of “Lightning Components”. Scroll down the list until you find the “Visualforce” component. Drag this component to where you would like it to display. This will open the Visualforce settings to the right of the screen. Click the field labelled "Visualforce Page Name" and select "AutoaddressContactSearch" from the list (For Leads, the value should be "AutoaddressLeadSearch" and for Accounts, "AutoaddressAccountSearch"). We would also recommend unticking the "Show Label" check box and setting the Height to 530.
Integrating Autoaddress as a Tab
The preferred method of integrating the service would be to setup the plugin in its own tab. To do this, in the Lightning App Builder, select the main component (the one with tabs labelled "Activity" and "Details" etc.). This will open the tab settings on the right. From here, select "Add Tab".

Adding a tab will default to a new tab called "Details". Click this new tab and change the value from "Details" to "Custom":

Next, fill in the "Custom Label" field and click "Done". The tab has been named "Autoaddress" for the purposes of this guide, however, it can be named as you see fit.

After clicking "Done", a new tab named Autoaddress will appear in the tab list:
Select the tab to open its content and select "Add Component(s) Here". Next, select the Visualforce component from the list on the left and it will populate into the Autoaddress tab. Next ensure that the "Visualforce Page Name" field is set to "AutoaddressConatctSearch".

Save and Test
Finally, once the page has been added, select the save button in the top right:

N.B Please note, depending on your instance setup, it may be required to activate the page for the org or the app. If this is required, the changes won't be visible until that is done so activate as appropriate for your site before continuing.
Once the changes have been saved, click the back button in the top left:

Navigate to Contacts in the Sales Console and select a contact. The Autoaddress plugin will now be available in the position it was set:

The country selector will only appear if the AutoaddressCountrySelector custom label is set to true. If the AutoaddressKey has been set with a licence key, the search will now be available. Once completed a search, a "Save" button will show at the bottom of the page:

Clicking the save button will save the address information displayed in the address fields and reload the contact page. The saved info will now display in the address section of the details tab:
