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

# WordPress Integration

> Connect your WordPress site to WISEPIM. Create an Application Password, add it in WISEPIM, and publish enriched content to your site.

Connect your WordPress site to WISEPIM to publish enriched product content straight to your pages. Once connected, you can enrich your content with AI in WISEPIM and push it to WordPress.

Setup takes two steps: create an Application Password in WordPress, then add it in WISEPIM.

<Tip>
  Selling with **WooCommerce**? Use the [WooCommerce integration](/en/integrations/woocommerce) instead, it connects to your WooCommerce products, not just WordPress posts and pages.
</Tip>

<Info>
  You need admin access to your WordPress site and a WISEPIM account with an active project.
</Info>

## Create an Application Password in WordPress

<img className="block dark:hidden" src="https://mintcdn.com/swiftsyncai/JPDjQoRySb31h-7U/images/marketing-screenshots/integrations/integration-configure-wordpress-light-transparent.webp?fit=max&auto=format&n=JPDjQoRySb31h-7U&q=85&s=27ea122de0ddc592fbb358788b22d52e" alt="Connecting WordPress to WISEPIM, username, application password, site URL and a live connection test" width="1478" height="1762" data-path="images/marketing-screenshots/integrations/integration-configure-wordpress-light-transparent.webp" />

<img className="hidden dark:block" src="https://mintcdn.com/swiftsyncai/JPDjQoRySb31h-7U/images/marketing-screenshots/integrations/integration-configure-wordpress-dark-transparent.webp?fit=max&auto=format&n=JPDjQoRySb31h-7U&q=85&s=f1576ab50f20e800021b0714c15adf82" alt="Connecting WordPress to WISEPIM, username, application password, site URL and a live connection test" width="1478" height="1762" data-path="images/marketing-screenshots/integrations/integration-configure-wordpress-dark-transparent.webp" />

WordPress includes Application Passwords so apps can connect without using your real login password.

<Steps>
  <Step title="Open your profile">
    Log in to your WordPress admin. Go to **Users** > **Profile** (or edit the user you want WISEPIM to act as).
  </Step>

  <Step title="Find Application Passwords">
    Scroll down to the **Application Passwords** section.
  </Step>

  <Step title="Add a new password">
    Enter a name like WISEPIM and click **Add New Application Password**.
  </Step>

  <Step title="Copy the password">
    Copy the generated password now (the spaces are fine to keep). It is only shown once.
  </Step>
</Steps>

## Add your credentials to WISEPIM

Enter the values from WordPress to finish the connection.

<Steps>
  <Step title="Open Integrations">
    Log in to WISEPIM and go to **Settings** > **Integrations**.
  </Step>

  <Step title="Select WordPress">
    Find and click the **WordPress** integration tile.
  </Step>

  <Step title="Enter your credentials">
    Fill in the following fields:

    * **Username**: your WordPress login username (not your email)
    * **Application Password**: the password you just generated
    * **Site URL**: your WordPress site URL, including `https://` (for example, `https://your-site.com`)
  </Step>

  <Step title="Test the connection">
    Click **Test Connection** to confirm your credentials work.
  </Step>

  <Step title="Save">
    If the test succeeds, click **Save**.
  </Step>
</Steps>

<Check>
  Your WordPress site is now connected. You can publish enriched content to it.
</Check>

<Warning>
  Your Application Password grants access to your WordPress site as the chosen user. Never share it publicly or commit it to version control. If you think it is exposed, revoke it under **Application Passwords** in WordPress and create a new one.
</Warning>

## Troubleshooting

<AccordionGroup>
  <Accordion title="The connection test fails">
    Check your site URL first. It must be correct and start with `https://`. Then confirm you used your **username** (not your email) and pasted the Application Password exactly.
  </Accordion>

  <Accordion title="Application Passwords are missing">
    Application Passwords require WordPress 5.6 or later over HTTPS. Make sure your site is served over `https://` and that no security plugin disables the feature or blocks the REST API.
  </Accordion>
</AccordionGroup>

## Related

<CardGroup cols={2}>
  <Card title="Enrich products" icon="sparkles" href="/en/essentials/enriching-products">
    Improve titles, descriptions, and SEO with AI.
  </Card>

  <Card title="Export products" icon="upload" href="/en/essentials/exporting-products">
    Publish the enriched content to your WordPress site.
  </Card>

  <Card title="WooCommerce" icon="wordpress" href="/en/integrations/woocommerce">
    Selling online? Connect WooCommerce to sync products.
  </Card>

  <Card title="All platforms" icon="layout-grid" href="/en/integrations/supported-platforms">
    See every platform WISEPIM connects to.
  </Card>
</CardGroup>
