# Chatbot - Template

<figure><img src="/files/49d0921dbd040cdd7ea0ce1847d5670734bd3c61" alt=""><figcaption></figcaption></figure>

### Step by step on how to create the template

First, choose which chatbot you want to turn into a template:

<figure><img src="/files/863ace827d0e1027656597a9f9cc5dafc91542b8" alt=""><figcaption></figcaption></figure>

By clicking on the chatbot name, next to back we can open a selector that will give us the option to "Create a template":

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

When clicking create, you will have the option to enter a name, description, and whether it is a public template or not:

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

**What is the difference between having a public template or not?**

If it is public, all users in your environment can use that template.

If not, only users selected by you can use that template.

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

### Putting the template into a new chatbot

Click "New" to create a new chatbot:

<figure><img src="/files/1d94a6c6a33d45f33922c628f38848c46b4d7c0b" alt=""><figcaption></figcaption></figure>

When opening the chatbot, click "Choose template" and pick the desired template:

<figure><img src="/files/0cd6bf6744ae9c8c92ca47c3c687c4115083ddcd" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/00963478182ad657db54c8f954734ea289e95380" alt=""><figcaption></figcaption></figure>

After choosing, the builder will open with your template to modify as you wish.

<figure><img src="/files/93955d09e5ba62186c9b5247c396af5c3f00f609" 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/common-questions/automation-template/chatbot-template.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.
