# Importar/Exportar

Na **Importar/Exportar** página, você exporta e importa seu bot como um arquivo JSON.

Dependendo do tamanho do seu bot, a exportação pode levar até 30 minutos para ser finalizada. Assim que a exportação estiver pronta, você poderá baixá‑la como um arquivo JSON.

Importar um bot pode levar até 30 minutos. O arquivo enviado será importado para a versão RASCUNHO do bot.

{% hint style="danger" %}
Importar um bot substituirá a versão atual do seu bot. Não há como recuperar uma versão anterior do bot.
{% endhint %}

<figure><img src="/files/3d1eb423045db4b49c3342c1b520dc5fd695726e" alt=""><figcaption><p>A página de Importar/Exportar.</p></figcaption></figure>

## O que contém a Exportação

O **Exportar** do seu bot incluirá:

* &#x20;Os dados de PLN (incluindo traduções), ou seja:
  * Intents
  * Expressões
  * Entidades
* Os Blocos:
  * Fluxos
  * Mensagens e suas traduções
  * página de Variáveis

O **Exportar** não incluirá:

* Dados analíticos
* Histórico de conversas
* Logs de erro
* Versões antigas do bot
* Configuração de canal ou de descarregamento
* Tabelas


---

# 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.chatlayer.ai/chatlayer-documentation-pt-br/navegacao/settings/import-export.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.
