A comprehensive guide to using the Studio interface for your blog
The Template Canvas is the primary area where you can view and edit your blog's layout in real-time. It supports three device modes: Desktop, Tablet, and Mobile. You can switch between these modes using the Topbar to see how your blog will look on different devices. The canvas is loaded in an iframe, and its URL is dynamically generated based on your blog's ID and locale.
When you first load the Studio, the canvas initializes by sending a 'STUDIO_INIT' message with details such as the theme, language, and active page. As you interact with the canvas, you can select elements or sections by clicking on them, which triggers 'ELEMENT_CLICK' or 'SECTION_CLICK' messages, respectively. You can also perform inline edits on fields, which are updated in real-time.
If you make changes to the live configuration, these are debounced and sent as 'PATCH_LIVECONFIG' messages to ensure smooth updates. The canvas will also automatically navigate to the active page whenever it changes.

The Structure Panel is your navigation hub within the Studio. It allows you to switch between different sections and pages of your blog. The panel is divided into several categories:
You can also switch between different blogs you manage using the blog selector at the top. The panel includes a link to view your blog live and a footer with your current plan details and a sign-out option.
The Properties Panel displays detailed settings for the currently selected section of your blog. It appears when you select a section in the Structure Panel and provides fields for customization. Each field corresponds to a specific aspect of the section, such as text content, images, or layout options.
You can update these fields directly in the panel, and changes are applied in real-time to the live configuration. If you wish to deselect a section and close the Properties Panel, simply click the close button in the panel's header.
Now that you are familiar with navigating the Studio, you can start customizing your blog's design and content. Explore our guides on content creation and SEO optimization to enhance your blog further.