> For the complete documentation index, see [llms.txt](https://help.seoon.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.seoon.io/element/reusable-elements-assets.md).

# Reusable elements (assets)

### Saved assets <a href="#saved-components" id="saved-components"></a>

Save any configured element as a reusable asset. Set up an element once (with your preferred styling, content, and settings) and reuse it across multiple blog posts.

#### To save an asset <a href="#to-save-a-component" id="to-save-a-component"></a>

{% stepper %}
{% step %}

### Configure an element

Set up the element with your preferred content, styling, and settings in the editor.
{% endstep %}

{% step %}

### Save as asset

Click the 'save as asset' option in the element toolbar.
{% endstep %}

{% step %}

### Name it&#x20;

Give your asset a descriptive name (e.g., "Standard CTA Banner", "Product Spotlight")
{% endstep %}
{% endstepper %}

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

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

#### To use a saved asset <a href="#to-use-a-saved-asset" id="to-use-a-saved-asset"></a>

1. **Open Assets tab** - In the left panel, switch to the **Assets** tab.
2. **Find your asset** - Browse or search your saved assets.
3. **Insert** - Click the asset to add it to your post.

This is especially useful for elements you use frequently, such as a branded CTA banner, a standard product card layout, or a consistent testimonial format.

<figure><img src="/files/9rKMFkHURMyKUbKr2IxB" alt=""><figcaption></figcaption></figure>

### Tips <a href="#tips" id="tips"></a>

* **Name assets clearly** (e.g., "Standard CTA Banner", "Product Spotlight Layout") so you can find them quickly.
* Use saved assets for elements that appear in many posts to maintain brand consistency.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://help.seoon.io/element/reusable-elements-assets.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
