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

# Wordpress

> Connect with wordpress & make your store smarter AI Store Assistant

If you have a online store made of wordpress, you can still integrate it with our Zeroagent and make your store smarter.

## Connecting Wordpress

<Steps>
  <Step title="🛠️ Install WPCode Plugin in Wordpress">
    Login to your `wordpress` account. Select `Plugins` > `Add New Plugin`. Search for `WPCode` in plugins.

    <Frame>
      <img src="https://mintcdn.com/zeromagic/KpAeOgHrtS5Ts7Jd/assets/images/wpcode-plugin.png?fit=max&auto=format&n=KpAeOgHrtS5Ts7Jd&q=85&s=65ee6faf1c20bc3f019544fd5ce16b57" alt="wpcode-plugin" width="1903" height="931" data-path="assets/images/wpcode-plugin.png" />
    </Frame>
  </Step>

  <Step title="⚙️ WP Code Plugin Editor">
    Select `Code Snippet` > `Header & Footer`. In this Footer section add the below code snippet.

    <Note>
      Login to your [Zeroagent Console](http://app.zeroagent.io) and copy your **App ID** and **App Key** found in **Settings**.
    </Note>

    ```html HTML theme={null}
    <div id="zeroagent-ai-widget"></div>
    <script src="https://cdn.jsdelivr.net/npm/@zeroagent/js@latest/dist/index.js"></script>
    <script>
    Zeroagent('<YOUR_APP_ID>', '<YOUR_APP_KEY>');
    </script>
    ```

    Click on **Save Changes** to see the changes.

    <Frame>
      <img src="https://mintcdn.com/zeromagic/KpAeOgHrtS5Ts7Jd/assets/images/wp-plugin-footer.png?fit=max&auto=format&n=KpAeOgHrtS5Ts7Jd&q=85&s=3bad922da1b4ed55e5420cfc71804938" alt="wp-plugin-footer" width="1903" height="931" data-path="assets/images/wp-plugin-footer.png" />
    </Frame>
  </Step>

  <Step title="✅ AI Store Assistant is Live">
    Your AI Store Assistant is live and ready to assist customers.

    <Frame>
      <img src="https://mintcdn.com/zeromagic/KpAeOgHrtS5Ts7Jd/assets/images/chat-preview.png?fit=max&auto=format&n=KpAeOgHrtS5Ts7Jd&q=85&s=4dd4b8613cbba2af13061d68b076fa07" alt="chat-preview" width="1910" height="953" data-path="assets/images/chat-preview.png" />
    </Frame>
  </Step>
</Steps>

## Troubleshooting

For any issues or errors, refer to our [FAQ](/materials/change-logs) or contact our [Support Team](mailto:support@zeroagent.io?subject=Feedback).
