# Script templates

Smartbot Pro has publicly available script templates: bot menu, lead form, registration for services (the list will be updated!)&#x20;

**A template** is a ready-made script, the basis of your chatbot. All functions are already configured. You only need to adapt the template for yourself: add texts, media files, if necessary, give your names to lists and variables.

{% hint style="success" %}
There is no need to figure out how to create a bot from scratch when there are ready-made examples. Use them!&#x20;
{% endhint %}

The catalog of available templates is in the "Scripts" section 👇

![](/files/DFm3YXVF57qv8sBK4rXp)

![](/files/xA8X69kouMoNDJKLkI8U)

To add a template to your project and access its editing and customization, click "Use". The button is available both from the catalog and after previewing the template.&#x20;

Once you have added a template to your project, you can edit and add to it.

![](/files/DvP7NaWnFKHL5FpBtSmI)

Next to the blocks that can cause difficulty, there are text explanations. They will help you get used to Smartbot Pro functions even faster and solve even the most complex business tasks.

{% hint style="info" %}
If you haven't found a suitable scenario, but you know which template would be useful to you and other users - write to us! We will complete the catalog
{% 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.smartbotpro.io/scripts/basics/script-templates.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.
