For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Resources
Get started
ReferenceGuidesExamplesChangelog
ReferenceGuidesExamplesChangelog
  • Designer API
    • Introduction
    • Getting Started
    • Webflow CLI
    • Error Handling
    • App Modes
  • Elements
    • Creating & Retrieving Elements
    • Element Properties & Methods
    • Element Types & Methods
  • Styles
    • Managing Style Properties
    • Managing Variable Modes
  • Components
  • Variables & Collections
    • Variable Collections
    • Variables
    • Variable Modes
  • Assets
  • Pages & Folders
  • Utilities
    • User Events & Notifications
    • App Intents & Connections
  • Additional Resources
    • API Playground
    • FAQs
LogoLogo
Resources
Get started
On this page
  • What Are Elements?
  • Getting Started with Elements

Elements

Was this page helpful?
Previous

Creating & Retrieving Elements

Next
Built with

The Element APIs allow apps to programmatically create and manage elements. Through these APIs, you can dynamically build and modify a site’s structure, apply styles to elements, and control their behavior.

Your browser doesn’t support HTML video.

What Are Elements?

Elements are the building blocks of Webflow designs. Each element represents a component in your design, from basic structural elements like sections and containers to content elements like text and images.

The Designer API gives you programmatic control over these elements, allowing you to:

  • Create new elements and add them to the canvas
  • Select and manipulate existing elements
  • Apply styles and customize element properties
  • Build and modify complex element hierarchies

Getting Started with Elements

Working with elements in the Designer API involves three main concepts:

Creating & retrieving elements

Learn how to create, select, and manipulate elements in the Webflow Designer.

Element properties & methods

Explore the properties of each element and the methods associated with them.

Element types & methods

Discover the different element types and their specific methods.