# Experiment Activation
Elementor Core AdvancedElementor provides access to new and experimental features before they're officially released. Experiments can be activated from the admin panel or from the command line using the experiments activate
command.
# Command
wp elementor experiments activate <experiment-name>
1
# Arguments
<experiment-name>
(Required) The name of the experiment.
# Usage Examples
wp elementor experiments activate container
1
This command will activate the container
experiment.