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

# WordPress

> Embed the ARIS widget on a WordPress site via plugin or manual code.

## Option 1: Plugin (recommended)

<Steps>
  <Step title="Install">
    In WordPress admin, go to **Plugins → Add New** and search for **"ARIS AI Real Estate Chatbot"**.
  </Step>

  <Step title="Activate">
    Click **Install** then **Activate**.
  </Step>

  <Step title="Configure">
    Go to **Settings → ARIS AI** and enter your **Brokerage ID**.
  </Step>

  <Step title="Done">
    The widget appears on all pages immediately.
  </Step>
</Steps>

## Option 2: Manual embed

Add to your theme's `footer.php` before the closing `</body>` tag:

```html theme={null}
<script
  src="https://aris247.com/widget.js"
  data-brokerage-id="YOUR_BROKERAGE_ID"
  async>
</script>
```

Or use a custom HTML widget or the **Insert Headers and Footers** plugin to add the script without editing theme files.
