> 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

<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="/pages/2iSWQG3tZXkWyUwSMuoL">/pages/2iSWQG3tZXkWyUwSMuoL</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="/pages/Xbpc85t4z7bQBuXmaKTA">/pages/Xbpc85t4z7bQBuXmaKTA</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="/pages/Brw5eWY3ql9CCLvIbFcB">/pages/Brw5eWY3ql9CCLvIbFcB</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="/pages/ZpCiik7JYdDRZ1KYpDPN">/pages/ZpCiik7JYdDRZ1KYpDPN</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="/pages/I6iRNyOyIZef1I9A4Rco">/pages/I6iRNyOyIZef1I9A4Rco</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="/pages/GUKwJVzKqTOqwcl70nru">/pages/GUKwJVzKqTOqwcl70nru</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="/pages/8uMIOCZD4mvEEW67G1hX">/pages/8uMIOCZD4mvEEW67G1hX</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="/pages/3fXXwbfFblUUwOCTgGTw">/pages/3fXXwbfFblUUwOCTgGTw</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.
