Hi @Nilesh_Mali Yes, PageManager can support creating all the nodes in the JSON. To achieve this, you can parse the JSON file and extract the required page details such as page_path, page_name, and other configurations.Here is an example of how you can do it in Java:import com.day.cq.wcm.api.Page;im...