# Default settings

When you add a new element to a blog post, it comes with placeholder content (e.g., sample text, default field toggles). Default Settings lets you customize these starting values once, so you don't have to reconfigure them every time.

### How to set default settings <a href="#how-to-set-default-settings" id="how-to-set-default-settings"></a>

{% stepper %}
{% step %}

#### **Open Elements sidebar**

Click the Elements panel on the left side of the editor.
{% endstep %}

{% step %}

#### **Go to Default settings**&#x20;

At the top of the sidebar, click "Default settings". A modal opens listing all element types.
{% endstep %}

{% step %}

#### Pick an element&#x20;

Select the element type you want to configure (e.g., Testimonials, Heading, Button).
{% endstep %}

{% step %}

#### Edit default values&#x20;

Change the content fields to your preferred defaults. These are the same fields you see when editing an element in a post.
{% endstep %}

{% step %}

#### Apply

Click Apply to save. New instances of that element will now use these defaults.
{% endstep %}
{% endstepper %}

<figure><img src="https://386309109-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FAmPCDHs9RbAEkSoOXwBB%2Fuploads%2FxOXExlAMQYQrgk9OOPJ0%2Fimage.png?alt=media&#x26;token=1ea4f978-b24c-4de9-9d48-677d5ffa1f18" alt=""><figcaption></figcaption></figure>

<figure><img src="https://386309109-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FAmPCDHs9RbAEkSoOXwBB%2Fuploads%2F7VCigj3wJJAxUTwzRV4l%2Fimage.png?alt=media&#x26;token=760e1788-7d70-402f-a652-0b9a3cbbb80f" alt=""><figcaption></figcaption></figure>

<figure><img src="https://386309109-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FAmPCDHs9RbAEkSoOXwBB%2Fuploads%2FzKUoLH61OImOA3W3Fneq%2Fimage.png?alt=media&#x26;token=3b4654f4-c0f0-4496-9604-2dfc0229122f" alt=""><figcaption></figcaption></figure>

### What this feature covers <a href="#what-this-feature-covers" id="what-this-feature-covers"></a>

Default Settings applies to the **content and configuration** of each element - the same fields you see in the element's config panel:

* Default text content (headings, paragraphs, testimonials, button labels, etc.)
* Field toggles (show/hide optional fields like job title, review stars, customer URL)
* Dropdown selections (e.g., star rating count, heading level)
* Content structure (e.g., number of testimonial items, list items)

This feature does **not** cover advanced styling like custom fonts, spacing, or padding — it focuses on the content settings you configure in the element's editing panel.

### Restore to original <a href="#restore-to-original" id="restore-to-original"></a>

If you want to reset an element's defaults back to the original placeholder values, click **Restore to original** at the top of the configuration modal.

### Notes <a href="#notes" id="notes"></a>

* Default settings apply to **new instances** only. Elements already placed in published or draft posts are not affected.
* Each element type has its own independent defaults.
* You can update defaults at any time - just open Default Settings and reconfigure.


---

# 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://help.seoon.io/element/default-settings.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.
