---
title: "Getting Started with Multi-Experience Operations"
date: "2025-06-25T13:58:12+00:00"
summary: "Streamline management of multiple digital experiences with shared codebases. Learn prerequisites and architecture for Multi-Experience Operations."
image:
type: "page"
url: "/acquia-cloud-platform/add-ons/multi-experience-operations/getting-started-multi-experience-operations"
id: "f85f315e-39a9-418f-a09d-02f0f51347ab"
---

Multi-Experience Operations provides a streamlined approach so that you can manage multiple digital experiences through shared codebases. This allows you to maintain consistency as it supports your individual application needs.

Prerequisites
-------------

Before you begin, ensure you have:

*   Active Cloud Platform subscription
*   Multi-Experience Operations entitlement
*   Appropriate permissions
*   A Git repository with your Drupal codebase
*   Understanding of basic Git operations

Note

Currently, Multi-Experience Operations is available for selected customers. Contact your Acquia account manager to enable this product on your subscription.

Understanding the architecture
------------------------------

To get started with Multi-Experience Operations, you must understand its difference with the traditional method of managing multiple sites:

### Traditional approach

*   Each website is a separate application with its own codebase.
*   Code changes require updates to multiple repositories.
*   Difficult to maintain consistency across sites.

### Multi-Experience Operations approach

*   Multiple websites share a single codebase.
*   Centralized code management.
*   Streamlined deployments across your entire portfolio.

You can now create your first codebase.