# Guides & Features

- [Migration to Theme App Extensions](https://docs.nosto.com/shopify/features/migration-to-theme-app-extensions.md): This page describes how you can migrate your Nosto installation from the outdated approach to using Theme App Extensions.
- [Variations (Configurable Products)](https://docs.nosto.com/shopify/features/variations-configurable-product.md)
- [Managing the Cart](https://docs.nosto.com/shopify/features/add-to-cart.md): This page describes some helpful Javascript functions that allow you to manage the cart.
- [Supplier Cost & Inventory Level](https://docs.nosto.com/shopify/features/supplier-cost-and-inventory-level.md)
- [Restore Cart Link](https://docs.nosto.com/shopify/features/restore-cart-link.md)
- [Ratings & Reviews](https://docs.nosto.com/shopify/features/ratings-and-reviews.md)
- [Multi Currency Support](https://docs.nosto.com/shopify/features/multi-currency-support.md)
- [Shopify Flow](https://docs.nosto.com/shopify/features/shopify-flow.md)
- [Shopify Hydrogen](https://docs.nosto.com/shopify/features/shopify-hydrogen.md): Using Nosto's React Component Library built specifically for Shopify Hydrogen
- [Marketing permission and GDPR compatibility](https://docs.nosto.com/shopify/features/marketing-permission-and-gdpr-compatibility.md)
- [Dynamic Bundle Discounts](https://docs.nosto.com/shopify/features/dynamic-bundle-discounts.md)
- [Customer Reference](https://docs.nosto.com/shopify/features/customer-reference.md)
- [Leveraging Margin Data](https://docs.nosto.com/shopify/features/leveraging-margin-data.md)
- [(Outdated) Asset API approach](https://docs.nosto.com/shopify/features/outdated-asset-api-approach.md): This section contains outdated documentation about how Nosto was integrated before Theme App Extensions support.
- [Adding/Moving Recommendations](https://docs.nosto.com/shopify/features/outdated-asset-api-approach/adding-removing-or-moving-recommendations.md)
- [Implementing enhanced conversion tracking](https://docs.nosto.com/shopify/features/outdated-asset-api-approach/implementing-enhanced-conversion-tracking.md)
- [Version Controlled Themes](https://docs.nosto.com/shopify/features/outdated-asset-api-approach/working-with-version-controlled-themes.md)
- [How Nosto modifies your theme](https://docs.nosto.com/shopify/features/outdated-asset-api-approach/how-nosto-modifies-your-theme.md)
- [Customizing Product Metadata](https://docs.nosto.com/shopify/features/outdated-asset-api-approach/customising-product-metadata.md)
- [Quicker loading times](https://docs.nosto.com/shopify/features/outdated-asset-api-approach/quicker-recommendation-loading.md)
- [Online Store 2.0](https://docs.nosto.com/shopify/features/outdated-asset-api-approach/online-store-2.md)
- [Shopify Sections](https://docs.nosto.com/shopify/features/outdated-asset-api-approach/shopify-sections.md)
- [Uninstalling](https://docs.nosto.com/shopify/features/outdated-asset-api-approach/uninstalling.md)


---

# Agent Instructions: 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:

```
GET https://docs.nosto.com/shopify/features.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.
