# Crea tu conexión a PrestaShop

{% hint style="info" %}
**Conexión Oauth**: Instala nuestra aplicación en tu cuenta para que podamos conectarlo a otras apps.
{% endhint %}

Para tu Plug de PrestaShop, necesitas tu Webservice Key y el dominio de tu tienda. A continuación, te mostraré dónde puedes conseguir esta información.

1. **Haz clic en "Webservice"** en tu interfaz de PrestaShop, bajo el menú desplegable de “Advanced Parameters”.

<figure><img src="https://lh3.googleusercontent.com/5JHQMTI2H7zO5o5kPVCLlNm5uHds2299bSSu_4sGs8gG0j1lsUY77Y2YwXBHCBu5jvveP2qR_E6DKcmVwFlrTY0s1UBdbu2dwOFKUckokxwaAs0I0taT6N-wuoS9zidcAcsezT5GaC6VdIxrk5qQxw" alt=""><figcaption></figcaption></figure>

2. **Haz clic en el código** que quieras usar y cópialo. Luego, pégalo en el campo correspondiente de la conexión. Necesitarás esto y el dominio de tu tienda para configurar tu Plug.

<figure><img src="https://lh3.googleusercontent.com/ipDsn4c4fLiNL4V7clYZft-rNAzd2hdWOHZDCv8xpObKnlijKrX1MoYAScQPpF4-39SAbwIUI5Sp7td8Y9Rrpw0PRbG-gIS5ZfMbhKRXzzQt9FJj8oCeJNiUP7gNcW7ZtAIfbTyudXPLH9KNsoAc-Q" alt=""><figcaption></figcaption></figure>

### Configura el acceso

1. **Dirígete a “Plugs”** en la parte superior de tu interfaz de GearPlug.

<figure><img src="https://lh7-us.googleusercontent.com/IuhTdH2KncILP96_dnNw81r9dycgZ0E4cRMQPp03tzek6CdCJXqBQl_qtJyNOGIbcYB7llCSPFdweV6AI3ZqVXkIkpe8dcBszkLQMScNoe0BmhyEOvZIKz1MbjyWFM35Db1TJQfnRIEGqGUSaqJa_g" alt=""><figcaption></figcaption></figure>

2. **Selecciona PrestaShop** debajo de “Nuevo Plug” y haz clic en “Crear”.

<figure><img src="/files/uQQSbcZm81vhddPCY89i" alt=""><figcaption></figcaption></figure>

3. **Ingresa los datos** que conseguimos antes en los campos correspondientes. Asegúrate de solo pegar tu dominio hasta ".com". Cliquea en "Agregar".

<figure><img src="/files/bwB0cGATecGDNTVJzROR" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.gearplug.io/configura-tus-conexiones/prestashop/crea-tu-conexion-a-prestashop.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
