> For the complete documentation index, see [llms.txt](https://docs.maker.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.maker.co/maker-pages/readme.md).

# Overview

Design and publish rich, shoppable pages with the Maker visual editor.

<button type="button" class="button primary" data-action="ask" data-icon="gitbook-assistant">Ask a question…</button>

<button type="button" class="button secondary" data-action="ask" data-query="How do I create a slider?" data-icon="circle-question">How do I create a slider?</button><button type="button" class="button secondary" data-action="ask" data-query="How do I work with breakpoints?" data-icon="circle-question">How do I work with breakpoints?</button><button type="button" class="button secondary" data-action="ask" data-query="How do I add Maker content to my site?" data-icon="circle-question">How do I add Maker content to my site?</button>

***

## Browse the docs

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><h4><i class="fa-rocket-launch" style="color:$primary;">:rocket-launch:</i></h4></td><td><h4>Get started</h4></td><td>Core concepts and your first steps in the Maker editor.</td><td><a href="/maker-pages/get-started/quick-link-to-all-step-by-steps-instructions.md">Quick Link to All Step By Steps instructions</a></td></tr><tr><td><h4><i class="fa-layer-group" style="color:$primary;">:layer-group:</i></h4></td><td><h4>Build pages</h4></td><td>Work with sections, elements, alignment and responsive breakpoints.</td><td><a href="/maker-pages/build-pages/how-do-i-add-and-style-a-line-separator-between-section.md">How do I add and style a line separator between sections?</a></td></tr><tr><td><h4><i class="fa-wand-magic-sparkles" style="color:$primary;">:wand-magic-sparkles:</i></h4></td><td><h4>Advanced features</h4></td><td>Personalisation, A/B testing and the rest of the advanced toolkit.</td><td><a href="/maker-pages/advanced-features/how-can-i-trigger-a-scroll-to-the-top-of-my-page-with-a-click-event-in.md">How can I trigger a scroll to the top of my page with a click event in Maker?</a></td></tr><tr><td><h4><i class="fa-photo-film" style="color:$primary;">:photo-film:</i></h4></td><td><h4>Media and content</h4></td><td>Sliders, embeds, links, user-generated content and story settings.</td><td><a href="/maker-pages/media-and-content/how-to-add-section-sliders.md">How to add section sliders</a></td></tr><tr><td><h4><i class="fa-clone" style="color:$primary;">:clone:</i></h4></td><td><h4>Templates</h4></td><td>Save, reuse and apply templates across your pages.</td><td><a href="/maker-pages/templates/using-the-template-gallery.md">Using the template gallery</a></td></tr><tr><td><h4><i class="fa-pen-ruler" style="color:$primary;">:pen-ruler:</i></h4></td><td><h4>Design tools</h4></td><td>Bring designs in from Sketch, Figma and other external tools.</td><td><a href="/maker-pages/design-tools/how-to-create-a-psd-file-for-maker.md">How to create a PSD file for Maker</a></td></tr><tr><td><h4><i class="fa-chart-line" style="color:$primary;">:chart-line:</i></h4></td><td><h4>Publish and measure</h4></td><td>Get Maker content onto your site and track how it performs.</td><td><a href="/maker-pages/publish-and-measure/how-can-i-replace-a-maker-story-on-my-site.md">How can I replace a Maker story on my site?</a></td></tr><tr><td><h4><i class="fa-circle-question" style="color:$primary;">:circle-question:</i></h4></td><td><h4>Account and FAQ</h4></td><td>Account settings and frequently asked questions.</td><td><a href="/maker-pages/account-and-faq/how-can-i-exclude-internal-traffic-in-ga4-and-maker-insights.md">How can I exclude internal traffic in GA4 and Maker Insights?</a></td></tr></tbody></table>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.maker.co/maker-pages/readme.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
