# How to Create a New Page Editing Experience

Page Editing is a unique experience type in Ptengine Experience that allows you to visually edit the content of your website.

💡 Key Features

No-code/Low-code editing is available

Apply changes while preserving the original source

Supports editing of text, images, buttons, layouts, and more

Can also add videos and edit HTML

## How to Create

There are two ways to start Page Editing:

Creating from the Heatmap screen

Creating from the Experience creation screen

🔍 The following sections provide detailed explanations of these creation steps.

> **DANGER** 📌 Important Notes
>
> Changes made through Page Editing are managed as a separate set from the original source code, so there is a possibility of flickering occurring when the page loads.
>
> If you want to avoid flickering, we recommend placing it directly in the of the page.
>
> For more details, please see "[Please be sure to read this before using Page Editing](/en/experience/campaign/create-new.md)".

> **INFO** **Video↓↓↓**

***

> **INFO** **Text↓↓↓**

### **When Starting from the Heatmap Screen**

By selecting Page Editing from the "Take Action" button in the top right of the Web View screen, you can enter the experience creation screen and execute page editing.

For example, you can use it in scenarios like the following:

(Example)

• If you determine from the heatmap that "users seem to have a high level of interest regarding ○○", try adding ○○ content through page editing

• If the scroll reach rate is high at the △△% location on the page and may be causing user abandonment, try removing the content around △△ and replacing it with new content

### **When Starting from Experience Creation**

In Experience, select Page Editing from "Create Your First Experience".

Or, select Page Editing from "+ Create New Experience".

If you want to create an original experience, select "+ Create Original". If you want to reference ideas or templates, click on the respective content, specify the experience name and editing page, and proceed with editing.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://helps.ptengine.com/en/experience/campaign/create-new.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
