> For the complete documentation index, see [llms.txt](https://docs.sprinthub.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sprinthub.com/duvidas-comuns/template-de-automacoes/templates-como-criar-e-baixar-o-json-para-exportacao-e-importacao.md).

# Templates - Como Criar e Baixar o JSON para Exportação e Importação

Na **SprintHub**, você pode criar e reaproveitar Templates com facilidade em diversas funcionalidades, como:

* **Automações** (SAC 360º, CRM e Fluxos)
* **Landing Pages**
* **Formulários**
* **Webhooks**
* **Agentes de IA**
* **Chatbots**
* **E-mails**

Esses templates podem ser utilizados dentro da mesma instância como modelos ou ainda exportados e importados entre diferentes instâncias por meio de um arquivo **JSON**.

> ⚠️ **Atenção:**\
> Se o template contiver arquivos de mídia (imagens, vídeos ou documentos), eles virão referenciados com base na instância de origem. Caso esses arquivos sejam excluídos, o template perderá a referência. Por isso, o ideal é editar e atualizar o template logo após importá-lo em uma nova instância.

***

O exemplo demonstrado no vídeo abaixo é feito com a funcionalidade **Chatbot**, mas o processo é o mesmo para qualquer outra área que permita exportação de templates.

{% embed url="<https://youtu.be/ViGlndPFqKA>" %}

***

#### **CONCLUSÃO**

A exportação e importação de templates via JSON é uma forma prática de padronizar processos e ganhar agilidade na configuração de funcionalidades entre diferentes ambientes da SprintHub. Aproveite essa funcionalidade para otimizar seu tempo e manter a consistência entre suas instâncias.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.sprinthub.com/duvidas-comuns/template-de-automacoes/templates-como-criar-e-baixar-o-json-para-exportacao-e-importacao.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
