Adding sections/ creative design to a page

I am struggling to add sections, or anything creative to any page that isn’t the home page. For example, I want to add a section such as “custom html” to a page but there is no option to “add section”.

Hi @breezyboarding

In pages can’t add new section from customizer.
If you want to add the section then go to page template liquid file and add section {% section ‘SECTION_NAME_HERE’ %}
Then same that template file.
Section will be display in customizer.