> ## Documentation Index
> Fetch the complete documentation index at: https://docs.pureclarity.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Adding Another Store

> How to add another store view to your PureClarity account in Magento 2.x for multi-language or multi-store setups

If you already have a PureClarity account and want to use PureClarity on another store view on your site (e.g. a store with another language), you can add it to your existing account rather than creating a separate billing account.

<Note>
  Using the "add another store" option ensures the new store is added to your existing account for billing purposes, rather than creating a separately billed account.
</Note>

## Adding a New Store

Navigate to the PureClarity configuration in your Magento admin and click the link above the signup form fields to create another store on your account.

<img src="https://mintlify.s3.us-west-1.amazonaws.com/pureclarity/images/magento/adding-store-link.webp" alt="Link to add another store above signup form" />

This will open the Link Account form. Select **"Create a new PureClarity store"** to add a new store to your existing account.

<img src="https://mintlify.s3.us-west-1.amazonaws.com/pureclarity/images/magento/create-new-store-option.webp" alt="Link existing account popup showing Create a new PureClarity store option selected" />

<Warning>
  "Link an existing PureClarity store" will only link an existing store and will not create a new one. For linking existing stores, see the [Linking an Existing Store](/integrations/magento/magento-2/linking-existing-store) guide.
</Warning>

## Required Information

You'll need the following details from any existing store on your account:

1. **Access Key**
2. **Secret Key**

<Info>
  These credentials are only used to verify your account ownership and will not affect the behavior of your existing store.
</Info>

You can find these credentials under **My Account > Integration** within the PureClarity admin dashboard.

<Warning>
  For security reasons, never share your Secret Key with anyone. Keep these credentials confidential.
</Warning>

You'll also need to select the correct region (USA / Europe) where your PureClarity application is hosted.

## Automatic Configuration

Once PureClarity verifies your account and creates the new store, the following will be automatically configured:

### Plugin Configuration

* Module enabled
* Access Key configured
* Secret Key configured
* Daily feeds enabled
* Data indexing enabled

### Data Feeds Requested

The following feeds will be automatically requested:

* **Product feed** - All product data
* **Category feed** - Category structure and data
* **User feed** - Customer information
* **Historic order information** - Last 12 months of order data

<Tip>
  The automatic configuration saves significant setup time and ensures your new store is properly integrated with PureClarity from the start.
</Tip>

## Next Steps

After adding your new store:

1. Verify the configuration in your Magento admin
2. Check feed status on the PureClarity dashboard
3. Configure any store-specific settings
4. Test personalization features on the new store view

For troubleshooting feed issues, see our [Feed Troubleshooting Guide](/integrations/magento/magento-2/feeds-failing-errors).
