# Live Chat - Added to a SprintHub Landing Page

## Copying the Integration Code

To add the [Live Chat](/en/topics/convert/live-chat.md) to the landing page, just copy the integration code available in the builder. Then we will open the landing page builder inside Sprinthub.

<figure><img src="/files/47e205f18e46c31b645fe1d47691a5607e8caa8d" alt=""><figcaption></figcaption></figure>

## Adding HTML Code

The instruction is to insert the code at the end of the `<body>`tag, that is, after all the page content. To do this, go to the **Advanced**tab, select the **HTML**option, drag the block to the end of the page, paste the copied code and save the edit.&#x20;

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

<figure><img src="/files/80bee3fe40708d6a2499f448fba3211dec913101" alt=""><figcaption></figcaption></figure>

## Checking on the Landing Page

To test, access the landing page created inside Sprinthub — the Chatweb icon will appear automatically, as shown in the image below.

<figure><img src="/files/88a98d9d5d3096a93a617cb60baa78a4f3278dcd" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.sprinthub.com/en/topics/convert/live-chat/live-chat-added-to-a-sprinthub-landing-page.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
