XANA GPT
  • 👋Welcome to XANA GPT
  • 💬XANA GPT | Introduction
    • What is XANA GPT
    • Why XANA GPT
    • How to Use
  • 🙌Revamp User Journey
  • 📔First Setup Guide
    • Sign Up For XANA GPT
    • Customize Your Profile
    • Website Integration
    • XANA GPT Dashboard
    • Plans & Subscriptions
  • 🔗Links
    • Our Website
    • Our Twitter Page
Powered by GitBook
On this page
  1. First Setup Guide

Website Integration

PreviousCustomize Your ProfileNextXANA GPT Dashboard

Last updated 1 year ago

You can add your website to XANA GPT, as shown below.

  • The website name can only contain letters (numeric & special characters not allowed).

  • The website URL must be a proper domain (it must include https at the beginning and end with .com, .org, etc.).

  • The website icon is optional, but its size must be less than or equal to 2 MB.

Once you’ve added the details, click “Integration”, then “HTML”.

Copy the chatbot integration script and add it to the section of the Provided Code (highlighted section) in your text editor (such as Notepad).

Provided Code Body <!DOCTYPE html>

<html lang="en">

<head>

<meta charset="UTF-8" />

<meta name="viewport" content="width=device-width, initial-scale=1.0" />

<title>Data ----------------</title>

<link rel="stylesheet" href="./style.css" />

</head>

<body>

<div class="container">

</div>

(Paste the script here)

</body>

</html>

Save it as a .html file.

Now, when you double-click the saved file. XANA GPT chat will get integrated into your website, similar to the following image.

Click the chat icon on the open Chat Window.

📔