Documentation
Feedback
Guides
App Development

App Development
Getting StartedStorefront
2. Configuring your account
Set up your account Edition to get started with Store Framework.

Now that you've completed the basic setup for VTEX IO, it's time to configure your account to leverage the full power of the VTEX Store Framework. This guide will walk you through two essential prerequisites: Setting your account's Edition app and Implementing the VTEX Intelligent Search.

By fulfilling these prerequisites, you'll ensure that your store is ready to harness the VTEX Store Framework's capabilities, avoiding any potential technical issues during the implementation process.

Step by step

Step 1 - Setting your account's Edition app

The Edition app plays a pivotal role in your VTEX account by installing a bundle of settings and basic configurations. To check which Edition app is currently installed in your account, use the following command:


_10
vtex edition get

If the current edition differs from vtex.edition-store@3.x, open a support ticket and request the installation of the vtex.edition-store@3.x app in your VTEX account.

By default, every VTEX store comes with the Edition app configured for building storefronts with Legacy CMS Portal installed. Therefore, requesting the installation of the vtex.edition-store@3.x Edition app is necessary for both new VTEX accounts and accounts previously using the Legacy CMS Portal.

Before you can begin building your storefront with Store Framework, you need to configure Intelligent Search.

Intelligent Search is an advanced search engine designed to assist shoppers throughout their entire purchasing journey. It serves as a superior alternative to the platform's legacy native search engine, but it requires the installation of two critical apps on your VTEX account:

  • admin-search - Allows stores to configure every functionality made available by the search solution, including initial catalog indexing.
  • search-resolver - Serves as the main backend app for Intelligent Search, handling all search queries.

Installing the Search apps

  1. Open the terminal and log in to your VTEX account:


    _10
    vtex login {accountName}

    Replace {accountName} with your account name.

  2. After successfully logging in, run the following command to install the admin-search and search-resolver apps at the master workspace:


    _10
    vtex install vtex.admin-search vtex.search-resolver@1.x

Starting the Search Integration process

After successfully installing the Intelligent Search apps, follow these steps to index and integrate Intelligent Search with your store's catalog:

  1. Access the Admin.
  2. Go to Store Settings > Intelligent Search > Integrations.
  3. Click the Start integration button to initiate the integration process.

{"base64":"  ","img":{"width":2096,"height":986,"type":"png","mime":"image/png","wUnits":"px","hUnits":"px","length":102637,"url":"https://cdn.jsdelivr.net/gh/vtexdocs/dev-portal-content@main/images/vtex-io-documentation-2-prerequesites-0.png"}}

The indexing process will start, and you will receive a link to the Indexing Status screen.

Once the indexing is complete, you'll be fully equipped to begin using Store Framework successfully.

Contributors
3
Photo of the contributor
Photo of the contributor
Photo of the contributor
+ 3 contributors
Was this helpful?
Yes
No
Suggest edits (Github)
See also
3. Creating a Store Theme project
Storefront Development
Contributors
3
Photo of the contributor
Photo of the contributor
Photo of the contributor
+ 3 contributors
On this page