> For the complete documentation index, see [llms.txt](https://xana-gpt.gitbook.io/xana-gpt/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://xana-gpt.gitbook.io/xana-gpt/first-setup-guide/website-integration.md).

# Website Integration

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

<figure><img src="/files/aGf2LAwVMuQAhOITgDCq" alt=""><figcaption></figcaption></figure>

* 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.

<figure><img src="/files/SVVDCisAMaG63wD9Zfct" alt=""><figcaption></figcaption></figure>

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

<figure><img src="/files/YeaMHeO3PS5bVzAC30RM" alt=""><figcaption></figcaption></figure>

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

<figure><img src="/files/B3NfcQ1jDU7Vpdhn6Ek7" alt=""><figcaption></figcaption></figure>

Provided Code Body\
\
\<!DOCTYPE html>

\<html lang="en">

&#x20;\<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>

<mark style="background-color:yellow;">(Paste the script here)</mark>

\</body>

\</html>

Save it as a .html file.

<figure><img src="/files/6QUxqwMUp5JgIRJOUdQw" alt=""><figcaption></figcaption></figure>

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

<figure><img src="/files/n3GhUbDr1c0EwJXB0e5e" alt=""><figcaption></figcaption></figure>

Click the chat icon on the open Chat Window.

<figure><img src="/files/to4s5h0MG6BDT3lC0m6d" alt=""><figcaption></figcaption></figure>
