
Activation is safe to run more than once — it never overwrites anything you have already edited. It does three things:
wp-content/uploads/fwre/addons/ so they survive future plugin updates. See Where your files live below.Activation does not create any pages. You create the pages yourself, place the FW Real Estate blocks (or shortcodes) on them, and the plugin finds those pages automatically. See Setting up the front-office pages for the full walkthrough.
Everything you own lives under wp-content/uploads/fwre/ — never inside the plugin folder. This matters because when WordPress updates a plugin it deletes the entire plugin directory and unpacks the new version in its place. Anything left inside that folder is destroyed.
wp-content/uploads/fwre/properties/ — property photos and generated thumbnailswp-content/uploads/fwre/agents/ — agent portraitswp-content/uploads/fwre/addons/ — installed add-ons, including designswp-content/uploads/fwre/lang/ — downloaded language packswp-content/uploads/fwre/updates/ — scratch space used during downloadsTwo practical rules follow from this:
wp-content/uploads/fwre/ together with the database. That pair is your real estate content. The plugin folder itself is fully replaceable.wp-content/plugins/fw-real-estate/ — including template overrides. The next update will remove them.