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.
Option 1: Plugin (recommended)
Install
In WordPress admin, go to Plugins → Add New and search for “ARIS AI Real Estate Chatbot”.
Activate
Click Install then Activate.
Configure
Go to Settings → ARIS AI and enter your Brokerage ID.
Done
The widget appears on all pages immediately.
Option 2: Manual embed
Add to your theme’s footer.php before the closing </body> tag:
<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.