Now that you have completed the VTEX IO basic setup, it is time to:
By meeting these two prerequisites, your store is apt to use the VTEX Store Framework, free from any technical issues that could emerge due to flaws during the implementation steps.
Step 1 - Setting your account's Edition app
An Edition app is a mandatory app that exports a bundle of settings and basic configurations to the VTEX account in which it is installed.
By default, every VTEX store comes with the Edition app for building storefronts with VTEX Legacy CMS installed. To use the VTEX Store Framework instead, get in touch with our Customer Care team and request the installation of the vtex.edition-store@3.x
app in your VTEX account.
Whether you are a new VTEX account or a former account using VTEX Legacy CMS, installing the
vtex.edition-store@3.x
Edition app is necessary to implement the Store Framework solution successfully.
Step 2 - Implementing the VTEX Intelligent Search
So you can start customizing your storefront with VTEX Store Framework, you first need to configure the VTEX Intelligent Search.
VTEX Intelligent Search is an intelligent search engine for e-commerce that aims to assist customers throughout their entire purchasing journey.
The solution is an alternative to the platform's old native search engine and requires the installation of the following two apps on your VTEX account:
admin-search
- Allows stores to configure every functionality made available by the search solution, including first-time catalog indexing.search-resolver
- Solves all search queries, being the main back-end app from the Intelligent Search.
Installing the Search apps
- Log in to your VTEX account using your terminal:
vtex login {account}
Replace the value between curly braces according to your scenario.
- Once logged in, run the following command to list the apps already installed on your account:
vtex list
- If any of the two apps is missing from the list, install them using the VTEX IO CLI at the
master
workspace as in the following:
vtex install vtex.admin-search vtex.search-resolver@1.x
Starting the Search Integration process
After installing the Search apps, you will need to start indexing and integrate VTEX Intelligent Search with your store's Catalog.
- Go to your VTEX store's admin.
- In the side menu, go to Store Setup > Search > Integration settings.
- Press the Start integration button to start integration.

The indexing process will start, and you will then see a link to the Indexing Status screen.
Once the indexing is finished, you'll be ready to start using VTEX Store Framework successfully. Time to get busy! Let's go?