> ## Knowledge Base Index
> Fetch the complete knowledge base index at: https://support.stedger.com/sitemap.xml
> Use this file to discover available pages before exploring further.
> Pure-Markdown content can be obtained by appending a '.md' suffix to the content URLs listed in the sitemap (without the trailing slash).

# Prestashop

### Enabling and creating an API key

[Follow the guidelines directly from Prestashop's website.](https://devdocs.prestashop-project.org/8/webservice/tutorials/creating-access/)

Because Stedger is such a deep intergration, we need "all" access to everything.

### Connect shop to Stedger

1. Click **Settings** in the left-hand menu.

2. Click **New App **in the bottom of the Settings page.

3. Choose **Prestashop** in the pop up.

4. Insert your shop URL.

5. Enter your new API Key and click Install App : Install.

||| If you have trouble authenticating to the Webservice, please read the following information:

The webserver may need the CGIPassAuth directive enabled to allow PrestaShop to receive the HTTP_AUTHORIZATION header.

You can enable it in your .htaccess:

```CGIPassAuth On```

Or, also in .htaccess, use SetEnv:

```
SetEnvIf Authorization "(.*)" 
HTTP_AUTHORIZATION=$1
```

### Next steps

[Learn how to customize your account settings.](/en/article/customize-your-settings-rj8fyd/)

[Learn how to connect products from Stedger to your shop.](/en/article/start-selling-n2g3v0/)

[Learn how to find new brands to sell.](/en/article/explore-brands-k6652y/)

[Learn more about products.](/en/category/products-retailers-106ttlx/)

[Learn more about pricing.](/en/category/pricing-retailers-1cxw63b/)

[Learn more about orders.](/en/category/orders-retailers-9ipolu/)