Skip to main content
Bentowise can export an individual Board as a JSON file and import that file back into the current Vault or another Vault. You can export the current Board from the Export button in the top bar. This is useful for:
  • backing up a single Board
  • moving a Board between Vaults
  • saving a Board as a standalone file
  • sharing a Board with another Bentowise user

Export a Board

The exported JSON file contains the Board structure and content, including Sections, Blocks, layout, and related settings. You can later import that file into Bentowise to create a new Board.
Snipaste 2026 08 14 13 32 06
However, there is one important limitation: A Board JSON file is not a complete package of every resource used by the Board.

Local Files Are Not Included

If a Board contains images or file attachments stored inside the Vault, those actual files are not copied into the JSON file during export. They remain in the original Vault. If you import the JSON back into the same Vault, Bentowise may still be able to find those resources. But if you import the Board into a different Vault, images and attachments stored in the original Vault do not move with it, so those local resources may no longer be available. If you need to move all Boards together with their local images and attachments, copying the entire Vault is usually a better option than exporting individual Boards. Web links, online videos, online documents, and other external resources work differently. These Blocks mainly store references to external locations, so the links themselves remain in the Board after export and import. Whether they still work depends on the original resource:
  • whether the webpage still exists
  • whether an online file is still available and accessible
  • whether the external service is still running
  • whether a shortcut to a local file still points to a valid location
Bentowise does not download or package these external resources when exporting a Board.

Board Export or Vault Copy?

A simple rule is: Need to move or back up one Board → Export as JSON Need to preserve the Board together with local images, attachments, and other resources → Copy the entire Vault JSON export is best for Board-level portability and exchange, while copying the full Vault is better for complete backup and migration.