# Tilda

## Integrating the Salebot mini-landing with Tilda

To be able to place your bot onto your Tilda site, you need to create a mini-landing on Salebot and specify needed information there. After you create a mini-landing, an option will appear, like the one in the image below. When you press on it, you get an html code, like the one in the second image below.

![](https://lh6.googleusercontent.com/bir6WGVSFXoO0T412iO0B3lPuXD0KTldv4U1D63H_kNq-s8czvC49iKCoH-upuXyyVE5IYf5x1HJW4AlHotJV0xiCYFVyTd51Ee7xIFBjTFo1kLVNGZlToQ5CgMU_SKkPR8HFx4p2S5v3GFPeQ)

![](https://lh3.googleusercontent.com/wmSzGIK8xdW7iGHsqxh7lVbP9FLajHJTfSP_VMBjHL49LxU5yUc_-nbMGoa-LYWhth4Qs1Nm1EQVSyXKKB7w8MJ4yRkxOlWYgVz_-joRYd0oH0OPc08EM1dJbynq2SY_tAHVGIHlTBsSnmzUtw)

{% hint style="info" %}
Attention! This code is implemented only on a desktop version of the site.
{% endhint %}

You need to paste this code into the block on your Tilda site. To do this, go to **More blocks -> Other -> T123 Embed HTML code**.

![](https://lh4.googleusercontent.com/zzgJNzBfP7GsjhtIVBz6HhFhYhXgS8xIzzHQt1fkkjuObsSMEYihjQOldeamD69qC2nmRUZa9QtA1mjpTUmKNPIRX_ag7Ew1UweZ6275PW-Xlwna8KFojsexXRKQ8LfIYvd8xpAirwtWkZ9bhA)

Then, in the “Content” editing section, paste the code from Salebot:

![](https://lh5.googleusercontent.com/DrGFywtBcLHiIY-gUAnT-ZqifsBZSv1dEvL0vY3LbICYJ1LrCvtx0JqrgupGWh2HZyd4MWlJP5RLkBItfAeu7YDtx43Thp7DClwq9oVknyAAUNrfFctakda_qY3MK5G9GmHrgJb2screxkA9qw)

In this block on your site, input fields for a phone number and an email should appear, as well as messenger buttons, if those were ticked on in the settings:

![](https://lh3.googleusercontent.com/5cj02ZjiZIB88I6jxmJkFfsKnBlGsO42cvYsj8GhFg8Hp2xBY1GkjC77N8Kxea1ljIphGYtdx6nI6xWhtFavSTNLxcb0XOfzmuNadoNU16Y_IJvucjeFIDdC7MJsK1tf7vK3UNVvDzCj6zG66w)

This functionality lets you save UTM-markers from the search bar of your site, with the phone and the email, to the client’s variables. It also lets you move your client to the bot, using the Tag from the mini-landing’s settings. So that the statistics scripts work, you should set them directly through Tilda, the code from the mini-landing’s settings for the head tag won’t be pasted. The html-code for the body tag stays working.

{% hint style="info" %}
The script can be set on the html page of your other site and still used for the same purpose.
{% endhint %}


---

# 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.mavibot.ai/integrations/other/tilda.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.
