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

# Connect WordPress

> Add the cellbot widget to your WordPress website

## Embed Code Method

1. Go to **Settings > Embed Code** in the cellbot dashboard
2. Copy the script tag
3. In WordPress, go to **Appearance > Theme Editor** or use a plugin like **Insert Headers and Footers**
4. Paste the script tag into the footer section
5. Save changes

The script tag looks like:

```html theme={null}
<script
  src="https://cellbot.chat/embed/cellbot.min.js"
  data-shop="your-shop-slug"
  defer
></script>
```

## Using a Plugin

If you prefer, you can use any "custom scripts" WordPress plugin:

1. Install a plugin like **WPCode** or **Insert Headers and Footers**
2. Add the cellbot script as a footer script
3. Set it to load on all pages

## Payments

WordPress shops use **Stripe Checkout** for payments. Make sure your Stripe account is set up in the cellbot dashboard.
