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

# WooCommerce onboarding

> How to connect your WooCommerce store to TextYess.

Go to the **Connect Your WooCommerce Store** page in the TextYess dashboard and follow the four steps below.

<Frame>
  <img src="https://mintcdn.com/textyess/cH1fKEshv_HGCNEx/images/woocommerce-connect-store.jpeg?fit=max&auto=format&n=cH1fKEshv_HGCNEx&q=85&s=d690d39815a43db673a36bf4160282c4" alt="Connect Your WooCommerce Store page" width="832" height="880" data-path="images/woocommerce-connect-store.jpeg" />
</Frame>

## Step 1: Install the TextYess plugin

<Steps>
  <Step title="Download the plugin">
    Click **Download Plugin** in the dashboard to get the `.zip` file.
  </Step>

  <Step title="Upload to WordPress">
    In your WordPress admin, go to **Plugins → Add New → Upload Plugin**, select the downloaded `.zip`, click **Install Now**, then **Activate Plugin**.

    See the [WordPress plugin installation docs](https://wordpress.org/documentation/article/manage-plugins/#installing-plugins-1) for more details.
  </Step>
</Steps>

<Note>
  You only need to do this once. If you have already installed the plugin, you can skip this step.
</Note>

## Step 2: Insert your website domain

Enter the full URL of your WooCommerce store in the **Shop URL** field, e.g. `https://your-store.com`.

## Step 3: Create API keys on WooCommerce

<Steps>
  <Step title="Open the REST API settings">
    In your WooCommerce dashboard, go to **WooCommerce → Settings → Advanced → REST API**.
  </Step>

  <Step title="Add a new key">
    Click **Add key**, set **Description** to `TextYess` and **Permissions** to **Read/Write**.
  </Step>

  <Step title="Generate and copy">
    Click **Generate API key** and copy both the **Consumer Key** and **Consumer Secret**.

    See the [WooCommerce REST API docs](https://woocommerce.com/document/woocommerce-rest-api/) for more details.

    <Warning>
      These values are shown only once. If you lose them, you will need to generate a new key.
    </Warning>
  </Step>
</Steps>

## Step 4: Insert your API credentials

Paste the **Consumer Key** and **Consumer Secret** from Step 3 into the corresponding fields, then click **Connect WooCommerce**.

<Check>Your store is now connected. TextYess will start importing your product catalog automatically.</Check>

***

Having trouble? See the [troubleshooting guide](/woocommerce-troubleshooting).
