> ## Documentation Index
> Fetch the complete documentation index at: https://learn.nexudus.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Migrating to Portal Version 5

> Everything you need to know before migrating your Members Portal from version 4 (or earlier) to version 5.

# Migrating to Portal Version 5

Version 5 of the Members Portal is a complete redesign of the member-facing experience. It introduces a modern interface, a drag-and-drop page editor, improved performance, and new features such as guest checkout, dynamic pricing, and team management.

This guide walks you through the entire migration process — from previewing the new portal, to going live, to rolling back if needed.

## Who should read this

This guide is for **coworking-space operators** currently running version 4 or earlier of the Members Portal who want to upgrade to version 5.

## What changes for your customers

Most of the underlying data — bookings, invoices, plans, events — remains exactly the same. What changes is **how customers interact with that data**:

| Area                    | What changes                                                                          |
| ----------------------- | ------------------------------------------------------------------------------------- |
| **Look and feel**       | Fully redesigned interface with a modern, responsive layout                           |
| **Navigation**          | Reorganised menu structure with clearer categories                                    |
| **Dashboard**           | New personal dashboard with upcoming bookings, announcements, and quick actions       |
| **Bookings**            | Improved resource search with filters, map views, and dynamic pricing                 |
| **Team management**     | Dedicated section for team bookings, attendance, members, and permissions             |
| **Profile and billing** | Streamlined account pages for personal info, invoices, and payment methods            |
| **Page editor**         | New [drag-and-drop editor](/editor/overview) for customising every page without code  |
| **Custom code**         | `app.js`, `styles.css`, and `head.js` [continue to work](/editor/custom-web-injector) |

<Info>
  Customer credentials (email and password) do not change. Members sign in with the same account they use today.
</Info>

## Migration at a glance

<Steps>
  <Step title="Preview the new portal">
    See exactly what your customers will experience before making any changes.
  </Step>

  <Step title="Customise the portal">
    Use the page editor and custom code injection to match your branding and layout preferences.
  </Step>

  <Step title="Communicate with your customers">
    Send a series of announcements so members know what to expect and when.
  </Step>

  <Step title="Go live">
    Switch to version 5 from your dashboard. The change takes effect immediately.
  </Step>

  <Step title="Monitor and follow up">
    Check in with members after launch and use the rollback option if needed.
  </Step>
</Steps>

## Next steps

<CardGroup cols={2}>
  <Card title="Step-by-step migration" icon="list-check" href="/member-portal/migration/steps">
    Detailed technical instructions for previewing, switching, and configuring DNS.
  </Card>

  <Card title="Communicating with customers" icon="bullhorn" href="/member-portal/migration/communication">
    A suggested timeline and templates for keeping your members informed.
  </Card>

  <Card title="Rollback and troubleshooting" icon="rotate-left" href="/member-portal/migration/rollback">
    How to revert to the previous version and resolve common issues.
  </Card>
</CardGroup>
