# Using The Editor

{% embed url="<https://www.youtube.com/watch?v=14hv0c6uICU>" %}

### Editing Sections

Each section on your page has a predefined layout that seamlessly aligns with your branding and ensures optimal UX on all screen sizes.

To reorganize the sections, simply click and drag on the left sidebar. Additionally, you can click on 'New Section' to choose and add a fresh section from the sections library.

When you select a section, you'll be presented with a list of fields that permit you to modify the content within that particular section.

{% hint style="info" %}
Your edits are saved automatically as you work, but will not be visible on the live page until you publish them.
{% endhint %}

<figure><img src="/files/X6tuTfGMohwehntfCTBF" alt=""><figcaption></figcaption></figure>

### Customizing Sections

Every section also features a 'Section Settings' menu located at the bottom of the section editor. You can add an anchor tag to target with scroll links, or override individual theme colors for a particular section without impacting other sections or pages.&#x20;

The menu also allows you to adjust the font scale for headings and body text while maintaining responsive sizes for different viewports. You can also modify the vertical padding between sections for precise layout control

<figure><img src="/files/gdJuhmFhyjmSfsKb6AZE" alt=""><figcaption></figcaption></figure>

### Page Settings

This is is where you can modify the page title (which is visible in the browser tab), the URL slug, and the meta description.&#x20;

Additionally, you can upload a unique Open Graph image and a Twitter card image for the current page. These images will be displayed in link previews when your page is shared on social media platforms.

<figure><img src="/files/oHa9oYlnB2roJgKBycDg" alt=""><figcaption></figcaption></figure>


---

# 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://docs.pagedeck.com/the-page-editor/using-the-editor.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.
