# Alysum > Explore the Alysum Premium Prestashop AMP Theme documentation. Learn how to use the Prestashop Page Builder, customization options, and AMP integration. import { Video } from '../components/Video'; ## Child theme A child theme allows you to customize the Alysum theme without modifying its core files. It inherits all templates, styles, and functionality from the parent theme while letting you override only the files you want to change. :::info This feature is useful only for making slight modifications to a theme, such as adding a block. If you need to make more extensive changes to the markup, modify the theme directly instead of creating a child theme. ::: ### How to install the child theme Installation process is the same as for the main theme.