Website Integration

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.

Last updated