> 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/advanced-features.md).

# Advanced features

- [How can I trigger a scroll to the top of my page with a click event in Maker?](https://docs.maker.co/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 open only certain links in a new window/tab?](https://docs.maker.co/maker-pages/advanced-features/how-can-i-open-only-certain-links-in-a-new-windowtab.md)
- [How do I add custom script in Maker?](https://docs.maker.co/maker-pages/advanced-features/how-do-i-add-custom-script-in-maker.md)
- [How to Sections in Maker and create content](https://docs.maker.co/maker-pages/advanced-features/how-to-sections-in-maker-and-create-content.md)
- [How to apply a template](https://docs.maker.co/maker-pages/advanced-features/how-to-apply-a-template.md)
- [Multi-select Elements](https://docs.maker.co/maker-pages/advanced-features/multi-select-elements.md)
- [Using the alignment tools?](https://docs.maker.co/maker-pages/advanced-features/using-the-alignment-tools.md)
- [Using video on Maker](https://docs.maker.co/maker-pages/advanced-features/using-video-on-maker.md)
- [Adding a Video from a Vimeo Pro account](https://docs.maker.co/maker-pages/advanced-features/adding-a-video-from-a-vimeo-pro-account.md)
- [Using copy/paste style](https://docs.maker.co/maker-pages/advanced-features/using-copypaste-style.md)
- [Using copy/paste element](https://docs.maker.co/maker-pages/advanced-features/using-copypaste-element.md)
- [Pin a product](https://docs.maker.co/maker-pages/advanced-features/pin-a-product.md)
- [Styling and Adding a Button](https://docs.maker.co/maker-pages/advanced-features/styling-and-adding-a-button.md)
- [Pin a textbox](https://docs.maker.co/maker-pages/advanced-features/pin-a-textbox.md)
- [Apply an image filter](https://docs.maker.co/maker-pages/advanced-features/apply-an-image-filter.md)
- [Add an Anchor](https://docs.maker.co/maker-pages/advanced-features/add-an-anchor.md)
- [Maintaining your image's aspect ratio](https://docs.maker.co/maker-pages/advanced-features/maintaining-your-images-aspect-ratio.md)
- [Disable image zoom](https://docs.maker.co/maker-pages/advanced-features/disable-image-zoom.md)
- [Enable scrolling in a textbox](https://docs.maker.co/maker-pages/advanced-features/enable-scrolling-in-a-textbox.md)
- [Add a background](https://docs.maker.co/maker-pages/advanced-features/add-a-background.md)
- [How to create a slider](https://docs.maker.co/maker-pages/advanced-features/how-to-create-a-slider.md)
- [Updating and Linking text styles](https://docs.maker.co/maker-pages/advanced-features/updating-and-linking-text-styles.md)
- [Disable blur](https://docs.maker.co/maker-pages/advanced-features/disable-blur.md)
- [Hiding Sections and elements](https://docs.maker.co/maker-pages/advanced-features/hiding-sections-and-elements.md)
- [Sticky Sections](https://docs.maker.co/maker-pages/advanced-features/sticky-sections.md)
- [Add to Cart](https://docs.maker.co/maker-pages/advanced-features/add-to-cart.md): The ways Maker can trigger add to cart on your store, and what the Maker team needs from you to wire one up.
- [How do I add multiple currency feeds in Maker?](https://docs.maker.co/maker-pages/advanced-features/product-catalog-integration.md)
- [Alt Text](https://docs.maker.co/maker-pages/advanced-features/alt-text.md)
- [Creating a Livestream](https://docs.maker.co/maker-pages/advanced-features/creating-a-livestream.md)
- [How to add a base layer to your document](https://docs.maker.co/maker-pages/advanced-features/how-to-add-a-base-layer-to-your-document.md)
- [Adding and Customizing Product Cards](https://docs.maker.co/maker-pages/advanced-features/adding-and-customizing-product-cards.md)
- [Quick View](https://docs.maker.co/maker-pages/advanced-features/quick-view.md)
- [Element Layouts](https://docs.maker.co/maker-pages/advanced-features/element-layouts.md)


---

# 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/advanced-features.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.
