# WooCommerce

## Install Plugin

1. Download Twinr Wordpress plugin zip from this link -> [Twinr Plugin](https://drive.google.com/drive/folders/1q0ROavoZ0YX1-5IqZM4jGOGuQUKmoBJQ?usp=sharing)
2. Open your WordPress admin (For example: https\://{{your website domain}}/wp-admin/)
3. Go to **Plugins** -> **Add New Plugin** and click on **Upload Plugin** and select the zip file downloaded from the 1st step.

<figure><img src="/files/aDp2aT4gXOoum5odGYOx" alt=""><figcaption><p>Install Plugin</p></figcaption></figure>

## Login or Signup in Plugin

1. Go to **Twinr** Plugin and Click on **Get Started**.

<figure><img src="/files/3ULA4iqU9RrPlYKVRDDv" alt=""><figcaption></figcaption></figure>

2. If you already have your account on Twinr then just enter the same email and password to login. Otherwise just click on the [Signup](https://builder.twinr.dev/#sign-up) button to create your account first. After creating an account, come back here and login with your newly created account.

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

## Connect Plugin

After successfully login to the plugin, now last step is to connect your application with plugin. Follow below mentioned steps to connect the app.

1. Click on the **Connect App** button.

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

2. It will ask you to enter App ID. Go to the [Twinr Builder](https://builder.twinr.dev/) and click on your app. Go to **Plugins** menu -> **WooCommerce**. There is an option to copy the App Token. Copy that and paste it into your WordPress plugin.

<figure><img src="/files/5ZktPNvJM97DGnFA8S8Q" alt=""><figcaption></figcaption></figure>

## Setup Firebase

This is an optional step but it is required to complete when you want to enabled Push Notification capabilities in your app. To complete this step follow 👇🏻 guide.

{% content-ref url="/pages/F1yH1nEDq9TZYiuTBD3e" %}
[Enable Push Notification](/integrations/firebase-push-notification/enable-push-notification.md)
{% endcontent-ref %}

***

## What's next?

After you have successfully connected the plugin, next step would be to continue customizing the app or start creating push campaigns using Engage feature.


---

# 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://help.twinr.dev/plugins/woocommerce.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.
