How can we help you?

Everything you need to know about installing, customizing, and training your Repliii chatbot.

Getting Started

What is Repliii and how does it work?
Repliii is an AI chatbot that you can add to your website in minutes without any coding. It is trained on your own content—like FAQs, pricing, and policy details. You simply sign up, upload your text to the dashboard, and the bot learns to interpret intent and respond naturally to visitors in real-time.
How much does it cost?
We offer three simple tiers:
  • Free: €0.00/month. 5 responses/day. No credit card required.
  • Basic: €9.99/month. 50 responses/day. 100k characters of training.
  • Enterprise: From €200. Unlimited responses and advanced document training.

Installation Guides

Standard HTML Website Installation

Insert these two scripts before the closing </body> tag of your website.

Step 1: The Engine

<script src="https://psanilp.github.io/xfbot/bot.js" defer></script>

Step 2: Configuration

<script>
var xfbotConfig = {
    apiEndpoint: 'https://xf.com.mt/repliii/bot/',
    userId: 'botdemo', // ⚠️ REPLACE 'botdemo' WITH YOUR USER ID
    headerTitle: 'Support Bot',
    // ... add customizations here
};
</script>
How to add to WordPress
  1. Log in to your WordPress Dashboard.
  2. Go to Plugins > Add New. Search for and install a plugin like "WPCode" or "Insert Headers and Footers".
  3. Navigate to the plugin settings (usually "Code Snippets").
  4. Locate the Footer or Body section.
  5. Paste both the bot.js script and your configuration script into the box.
  6. Click Save Changes.
How to add to Wix

Note: This requires a Premium Wix plan that supports Custom Code.

  1. Go to your Wix Dashboard and navigate to Settings > Advanced > Custom Code.
  2. Click + Add Custom Code.
  3. Paste both Repliii script tags into the text box.
  4. Under "Place Code in", select Body - End.
  5. Select All Pages and click Apply.

Customization

Changing Colors & Branding

You can edit the `xfbotConfig` variable in your script to match your brand colors.

Setting Description
headerBgColor The background color of the top bar (Hex code).
headerTitle The name displayed at the top (e.g., "Support Bot").
toggleButtonBgColor The color of the circular button in the corner.
svgLogo Replace the default icon with your own SVG code.
How do I fix wrong answers?
This usually means the bot needs better training data. Go to your dashboard and review the content you uploaded. Ensure you have clear, factual answers for the questions users are asking. You can edit and save your content anytime to update the bot's knowledge instantly.