---
title: "Plone"
date: "2024-07-24T18:43:56+00:00"
summary: "Discover Plone CMS integration requirements for Acquia Web Governance. Learn how to set up edit URLs for seamless content management."
image:
type: "page"
url: "/web-governance/plone"
id: "ce92df5a-e12f-4e5e-a318-1134c60e5dce"
---

This page provides the requirements for Web Governance CMS integration to work with Plone.
==========================================================================================

The edit URL[​](https://developer.monsido.com/cms/plone#the-edit-url "Direct link to The edit URL")
---------------------------------------------------------------------------------------------------

For Web Governance integration to work we need the edit URL inside the CMS to look like this:

    http(s)://edit.domain.tld/inz/{page_path}
    

The page\_path is the URI path.

Ex:

    https://domain.tld/test1/test2/DoYouKnowTheWay?/ThisIsTheWay/
    

In this example, the URL will be `https://domain.tld/` and the URI Path will be `test1/test2/DoYouKnowTheWay?/ThisIsTheWay/`