> 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/media-and-content.md).

# Media and content

- [How to add section sliders](https://docs.maker.co/maker-pages/media-and-content/how-to-add-section-sliders.md)
- [How do I delete a single section from a section slider](https://docs.maker.co/maker-pages/media-and-content/how-to-i-delete-a-single-section-from-a-section-slider.md)
- [How do I add a custom arrow for a slider](https://docs.maker.co/maker-pages/media-and-content/how-do-i-add-a-custom-arrow-for-a-slider.md)
- [How do I style the arrows and dots](https://docs.maker.co/maker-pages/media-and-content/how-do-i-style-the-arrows-and-dots.md)
- [How do I set a slider on loop](https://docs.maker.co/maker-pages/media-and-content/how-do-i-set-a-slider-on-loop.md)
- [How do I autoplay a slider](https://docs.maker.co/maker-pages/media-and-content/how-do-i-autoplay-a-slider.md)
- [Maker Integration](https://docs.maker.co/maker-pages/media-and-content/maker-integration.md)
- [How to embed Maker content](https://docs.maker.co/maker-pages/media-and-content/how-to-embed-maker-content.md)
- [Setting the height of your embed](https://docs.maker.co/maker-pages/media-and-content/setting-the-height-of-your-embed.md)
- [Embedding forms & surveys](https://docs.maker.co/maker-pages/media-and-content/embedding-forms-surveys.md)
- [How do I open a link in a new window?](https://docs.maker.co/maker-pages/media-and-content/how-do-i-open-a-link-in-a-new-window.md)
- [How do I open another Maker Story in a Modal](https://docs.maker.co/maker-pages/media-and-content/how-do-i-open-another-maker-story-in-a-modal.md)
- [How can I open a link in a lightbox](https://docs.maker.co/maker-pages/media-and-content/how-can-i-open-a-link-in-a-lightbox.md)
- [How to add a link in a Textbox](https://docs.maker.co/maker-pages/media-and-content/how-to-add-a-link-in-a-textbox.md)
- [How to add a link in a Text](https://docs.maker.co/maker-pages/media-and-content/how-to-add-a-link-in-a-text.md)
- [How to add a link in an Image](https://docs.maker.co/maker-pages/media-and-content/how-to-add-a-link-in-an-image.md)
- [Planning a User-Generated Campaign](https://docs.maker.co/maker-pages/media-and-content/planning-a-user-generated-campaign.md)
- [Launching your UGC Campaign](https://docs.maker.co/maker-pages/media-and-content/launching-your-ugc-campaign.md)
- [Change my story settings](https://docs.maker.co/maker-pages/media-and-content/change-my-story-settings.md)
- [Editing Permission and Lock Edits](https://docs.maker.co/maker-pages/media-and-content/editing-permission-and-lock-edits.md)
- [Fluid font sizes](https://docs.maker.co/maker-pages/media-and-content/fluid-font-sizes.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/media-and-content.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.
