2
0
Files
bot/apps/docs/editor/export-import.mdx
2023-12-22 09:13:53 +01:00

17 lines
446 B
Plaintext

---
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>