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

# Stores

An Ollie Shop store is synonym to a checkout, including the cart page and order confrimation page.

## Store Structure

Stores are organized hierarchically:

```
Organization
└── Stores
    └── Versions
        ├── Template
        ├── Components
        ├── Functions
```

## Creating Stores

Stores are created when you [sign up](admin.ollie.shop) to Ollie Shop for the first time. You can also create multiple stores via the admin.

The store is the representation of a Brand. A store has four attributes:

* `id`  created automatically
* `name`
* `logo` the url of your logo
* `id of your account in your ecommerce platform`  in VTEX is the equivalent to accountName

<Frame>
  <img src="https://mintcdn.com/ollie/Io6Jvu4TldP5tH4V/ollie-shop/imgs/storeconfig.png?fit=max&auto=format&n=Io6Jvu4TldP5tH4V&q=85&s=b9c923bbbe92e6d08b892e7b99c4d861" alt="Store management page showing store details and configuration options" width="1736" height="1726" data-path="ollie-shop/imgs/storeconfig.png" />
</Frame>

After creating your store you can immediately access your checkout by clicking on the  `View store`  button.

<Frame>
  <img src="https://mintcdn.com/ollie/Io6Jvu4TldP5tH4V/ollie-shop/imgs/store-click-view.png?fit=max&auto=format&n=Io6Jvu4TldP5tH4V&q=85&s=3a720392c2f94cbc250f3df016a456bb" alt="Store Click View Pn" width="2880" height="1750" data-path="ollie-shop/imgs/store-click-view.png" />
</Frame>

You'll land on the Cart page and we'll automatically add an item to your cart.

<Frame>
  <img src="https://mintcdn.com/ollie/UatGh8GLCugPlVFB/ollie-shop/imgs/cart-page.png?fit=max&auto=format&n=UatGh8GLCugPlVFB&q=85&s=690273d8296f002bfc21726f4703fd4c" alt="Cart Page Pn" width="2800" height="1114" data-path="ollie-shop/imgs/cart-page.png" />
</Frame>

## FAQ

<AccordionGroup>
  <Accordion title="Q: How should I setup Ollie Shop to work with multiple VTEX Sales Channels?">
    **A:** `If you have different stores in the same VTEX account` then there will be one VTEX accountName for each. You should crate multiple Ollie Shop stores, to match each VTEX Store.

    `If you use the same accountName and only use Sales Channels to segment your audience`, for example a public B2C and a closed B2B store then the best solution is to use - [Versions](/ollie-shop/concepts/version). Meaning that you'll have a single Ollie Shop store, with multiple Versions. A Version will be automatically displayed according to the Sales Channel the user is navigating.
  </Accordion>
</AccordionGroup>
