# Selecting the Appropriate Layer

## Selecting the Appropriate Layer

## Layer Selection

The layer selection feature helps you select the appropriate structural elements of your site.

For example, if you want to select a banner and all the text within it as a whole, select the div in the middle of the layer selection bar.

Selected elements will have a light green background, so please verify that you have selected the appropriate element.

You can select an element simply by clicking on its name in the layer selection bar.

The site structure of the content above is shown in the diagram below.

## **When Should You Use the Layer Selection Feature?**

**Editing Banner Links** If clicking an image only displays the "change image" option, you cannot edit the link destination.

```
In this case, by selecting the "a tag" from the layer selection bar, you can enable editing of the link destination.
```

**Operating on Difficult-to-Select Elements** If there are elements like the entire red frame that cannot be selected by direct clicking, use the layer selection feature.

By using the layer selection bar, you can reliably select even containers that appear to be hidden behind other elements.

**Adding New Content** It is useful when you want to add new elements to a page without HTML knowledge.

For example, if the central div is the parent layer, you can select it and add new content immediately after it.


---

# 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/notes-layer.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.
