> For the complete documentation index, see [llms.txt](https://help.brickspacelab.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.brickspacelab.com/paper/guides.md).

# Guides

- [Basics](https://help.brickspacelab.com/paper/guides/basics.md)
- [Edit default content](https://help.brickspacelab.com/paper/guides/basics/edit-default-content.md)
- [Use custom templates](https://help.brickspacelab.com/paper/guides/basics/use-custom-templates.md)
- [Use and install apps](https://help.brickspacelab.com/paper/guides/basics/use-and-install-apps.md)
- [Improve page speed](https://help.brickspacelab.com/paper/guides/basics/improve-page-speed.md)
- [Update your theme](https://help.brickspacelab.com/paper/guides/basics/update-your-theme.md)
- [SEO for Shopify](https://help.brickspacelab.com/paper/guides/basics/seo-for-shopify.md)
- [Accessibility for Shopify](https://help.brickspacelab.com/paper/guides/basics/accessibility-for-shopify.md)
- [Products](https://help.brickspacelab.com/paper/guides/products.md)
- [Product badges](https://help.brickspacelab.com/paper/guides/products/product-badges.md)
- [Product subtitles](https://help.brickspacelab.com/paper/guides/products/product-subtitles.md)
- [Variant swatches](https://help.brickspacelab.com/paper/guides/products/variant-swatches.md)
- [Fixed buy buttons](https://help.brickspacelab.com/paper/guides/products/fixed-buy-buttons.md)
- [Disable default ratings when using a third-party app](https://help.brickspacelab.com/paper/guides/products/disabling-default-ratings-when-using-a-third-party-app.md)
- [Replace “Add to cart”](https://help.brickspacelab.com/paper/guides/products/replacing-add-to-cart.md)
- [Option blocks](https://help.brickspacelab.com/paper/guides/products/option-blocks.md)
- [Dynamic variant images](https://help.brickspacelab.com/paper/guides/products/dynamic-variant-images.md)
- [Variant image filtering with shared images](https://help.brickspacelab.com/paper/guides/products/variant-image-filtering-with-shared-images.md)
- [Variant filtering](https://help.brickspacelab.com/paper/guides/products/variant-filtering.md)
- [Disable quick add](https://help.brickspacelab.com/paper/guides/products/disabling-quick-add.md)
- [Customize filters](https://help.brickspacelab.com/paper/guides/products/customizing-filters.md)
- [Gift cards](https://help.brickspacelab.com/paper/guides/products/gift-cards.md)
- [Quantity picker](https://help.brickspacelab.com/paper/guides/products/quantity-picker.md)
- [Subscription options](https://help.brickspacelab.com/paper/guides/products/subscription-options.md)
- [Sibling products](https://help.brickspacelab.com/paper/guides/products/sibling-products.md)
- [Bundled products](https://help.brickspacelab.com/paper/guides/products/bundled-products.md)
- [Custom fields](https://help.brickspacelab.com/paper/guides/products/custom-fields.md)
- [Content drawers](https://help.brickspacelab.com/paper/guides/products/content-drawers.md)
- [Hide out of stock options](https://help.brickspacelab.com/paper/guides/products/hide-out-of-stock-variants.md)
- [Collections](https://help.brickspacelab.com/paper/guides/collections.md)
- [Add tag filtering](https://help.brickspacelab.com/paper/guides/collections/adding-tag-filtering.md)
- [Add a nested menu](https://help.brickspacelab.com/paper/guides/collections/adding-nested-menu.md)
- [Collection blocks](https://help.brickspacelab.com/paper/guides/collections/collection-blocks.md)
- [Sitewide](https://help.brickspacelab.com/paper/guides/sitewide.md)
- [Use device-specific visibility](https://help.brickspacelab.com/paper/guides/sitewide/using-device-specific-visibility.md)
- [Embed YouTube videos](https://help.brickspacelab.com/paper/guides/sitewide/embed-youtube-videos.md)
- [Dynamic discount popups](https://help.brickspacelab.com/paper/guides/sitewide/dynamic-discount-popups.md)
- [Create a Mapbox API key](https://help.brickspacelab.com/paper/guides/sitewide/creating-a-mapbox-api-key.md)
- [Design your menu](https://help.brickspacelab.com/paper/guides/sitewide/designing-your-menu.md)
- [Migrate custom changes](https://help.brickspacelab.com/paper/guides/sitewide/migrating-custom-changes.md)
- [Blog tag filtering](https://help.brickspacelab.com/paper/guides/sitewide/blog-tag-filtering.md)
- [Search results](https://help.brickspacelab.com/paper/guides/sitewide/search-results.md)
- [Installing apps](https://help.brickspacelab.com/paper/guides/sitewide/installing-apps.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://help.brickspacelab.com/paper/guides.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.
