Kibana Spaces, introduced in version 6.5, allow users to organize dashboards, visualizations, and other saved objects into distinct categories, enabling better management and access control. This feature is particularly beneficial when using security protocols, as it allows administrators to determine which roles have access to specific Spaces within the same Kibana instance. Existing saved objects are initially placed in the "Default" space during the upgrade, and users can move objects between Spaces using the Import/Export UI or APIs. While the Import/Export UI is suitable for individual objects, moving entire dashboards with dependencies requires using the Dashboard Import/Export APIs. This process involves exporting the dashboard with its dependencies to a JSON file and importing it into the desired Space, ensuring that each Space's saved objects remain separate. This functionality also facilitates the consolidation of multiple tenants into a single Kibana instance by using Spaces to maintain isolation and organization, ultimately enhancing user experience and management efficiency.