2
0
Files
bot/apps/docs/editor/export-import.mdx

17 lines
446 B
Plaintext
Raw Normal View History

---
title: Export / Import a typebot
icon: file-export
---
A typebot flow can be exported to a JSON file using the menu button at the top right of the builder:
<Frame style={{ maxWidth: '400px' }}>
<img src="/images/export_flow.png" alt="Export flow button" />
</Frame>
Then this file can be imported when creating a new typebot by choosing "Import a file":
<Frame>
<img src="/images/import_flow.png" alt="Import flow button" />
</Frame>