# Dynamic Tags
Elementor Core AdvancedDynamic Tags are used to insert customized data based on various sources.
For example, Elementor Pro allows you to add dynamic data based on the page and site parameters, this includes data such as; Post Title, Post Excerpt, Author Info, Site Name, Site Logo, and much more.
Addon developers can create a wide range of dynamic tags, and can even use external APIs to pull data to Elementor.
# How it Works
Dynamic tags interact with controls by extending the control functionality. They turn static controls into smart components. With dynamic tags, users can leverage dynamically generated data on their sites.
You could say that dynamic tags are like functions, the user can define custom parameters to change the output based on different factors.
# Elementor Pro
The dynamic tags functionality is defined in Elementor's core, but the basic version of Elementor does not support active dynamic tags. They are a feature of Elementor Pro, which includes dozens of dynamic tags to choose from.
# Managing Dynamic Tags
External developers can register new dynamic tags and unregister existing ones. Learn more how to do that:
# Creating Dynamic Tags
Learn more about the anatomy of dynamic tags and how to create your own:
- Dynamic Tags Structure
- Dynamic Tags Data
- Dynamic Tags Groups
- Dynamic Tags Categories
- Dynamic Tags Controls
- Dynamic Tags Rendering
# Code Examples
Check out how easy it is to create new dynamic tags: