# Swish Docs

## Swish docs

- [Swish Documentation](https://docs.swish.app/swish-documentation.md): The Wishlist solution for Shopify brands with ambition.
- [Getting Started](https://docs.swish.app/getting-started/getting-started.md)
- [App Settings](https://docs.swish.app/theme-extensions/app-settings.md): Enables the app + customisation and styling settings.
- [Collection Buttons](https://docs.swish.app/theme-extensions/collection-buttons.md): Wishlist buttons for product collections.
- [Floating Wishlist Link](https://docs.swish.app/theme-extensions/floating-wishlist-link.md): Floating link to Wishlist page.
- [Product Page Buttons](https://docs.swish.app/theme-extensions/product-page-buttons.md): Wishlist buttons for product pages.
- [Wishlist Page](https://docs.swish.app/theme-extensions/wishlist-page.md): This embed adds a Wishlist page to your store.
- [Code Editor](https://docs.swish.app/customizations/code-editor.md): Code Access for advanced customisations.
- [Custom Wishlist Page](https://docs.swish.app/customizations/custom-wishlist-page.md): Setup a custom Wishlist page.
- [Instant Header Link](https://docs.swish.app/customizations/instant-header-link.md): Add an instantly rendering header link to your theme.
- [Custom Colour Swatches](https://docs.swish.app/customizations/custom-colour-swatches.md): Add custom colour swatches for your product options.
- [Save for Later Button](https://docs.swish.app/customizations/save-for-later-button.md): Add a save for later button to the shopping cart.
- [Wishlist Notifications](https://docs.swish.app/customizations/wishlist-notifications.md): Trigger notifications for certain Wishlist events.
- [Swish API](https://docs.swish.app/integrations/swish-api.md): Leverage the power of Swish's API to create powerful integrations with your favourite tools and services.
- [Klaviyo Integration](https://docs.swish.app/integrations/klaviyo-integration.md): An over view of Swish's Klaviyo integration
- [Klaviyo Integration Setup](https://docs.swish.app/integrations/klaviyo-integration/klaviyo-integration-setup.md): A quick guide on integration Klaviyo with Swish.
- [Configuring Events In Swish](https://docs.swish.app/integrations/klaviyo-integration/configuring-events-in-swish.md)
- [Testing Events](https://docs.swish.app/integrations/klaviyo-integration/testing-events.md)
- [Setting Up Klaviyo Flows](https://docs.swish.app/integrations/klaviyo-integration/setting-up-klaviyo-flows.md)
- [Wishlist Welcome Flow](https://docs.swish.app/integrations/klaviyo-integration/setting-up-klaviyo-flows/wishlist-welcome-flow.md)
- [Wishlist Reminder Flow](https://docs.swish.app/integrations/klaviyo-integration/setting-up-klaviyo-flows/wishlist-reminder-flow.md)
- [Low In Stock Flow](https://docs.swish.app/integrations/klaviyo-integration/setting-up-klaviyo-flows/low-in-stock-flow.md)
- [Back In Stock Flow](https://docs.swish.app/integrations/klaviyo-integration/setting-up-klaviyo-flows/back-in-stock-flow.md)
- [Price Drop Flow](https://docs.swish.app/integrations/klaviyo-integration/setting-up-klaviyo-flows/price-drop-flow.md)
- [Configuring Email Content](https://docs.swish.app/integrations/klaviyo-integration/configuring-email-content.md)
- [Flows and Events](https://docs.swish.app/integrations/klaviyo-integration/configuring-email-content/flows-and-events.md): Used for Low In Stock, Back In Stock and Price Drop notifications
- [Inserting A Single Product Into An Email Template](https://docs.swish.app/integrations/klaviyo-integration/configuring-email-content/inserting-a-single-product-into-an-email-template.md)
- [Inserting Multiple Products Into An Email Template](https://docs.swish.app/integrations/klaviyo-integration/configuring-email-content/inserting-multiple-products-into-an-email-template.md)
- [Google Analytics](https://docs.swish.app/integrations/google-analytics.md): Send wishlist events to Google Analytics.
- [Meta Pixel](https://docs.swish.app/integrations/meta-pixel.md): Track Wishlist events in Meta Pixel.
- [Maestra](https://docs.swish.app/integrations/maestra.md): Track Wishlist events in Maestra.
- [How long is a wishlist saved for?](https://docs.swish.app/faq/how-long-is-a-wishlist-saved-for.md)
- [Can I add a custom icon?](https://docs.swish.app/can-i-add-a-custom-icon.md)
- [Installing the app on multiple themes](https://docs.swish.app/installing-the-app-on-multiple-themes.md)
- [How can I customise Wishlist Text & Translations?](https://docs.swish.app/how-can-i-customise-wishlist-text-and-translations.md)
- [How to Add a Customer's Name to the Wishlist Page?](https://docs.swish.app/how-to-add-a-customers-name-to-the-wishlist-page.md): To personalize the Wishlist Page, you can modify the header to include the logged-in customer's name. This enhancement helps customers quickly identify their own wishlist when viewing it.
- [How to show a quantity selector on the wishlist page?](https://docs.swish.app/how-to-show-a-quantity-selector-on-the-wishlist-page.md): This guide walks you through how to display and style a quantity selector in your Wishlist using Swish’s Code Editor.
- [How to require login to view or use the wishlist?](https://docs.swish.app/how-to-require-login-to-view-or-use-the-wishlist.md): Swish gives you flexible access control for your wishlist. You can decide whether users can view or interact with the wishlist with or without being logged in.
- [Incorrect Pricing Displayed on Wishlist Page](https://docs.swish.app/incorrect-pricing-displayed-on-wishlist-page.md): This is typically due to one of the following two causes:


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.swish.app/swish-documentation.md?ask=<question>
```
The question should be specific, self-contained, and written in natural language.
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.
