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

# Guides

- [Migrating to Magento2](https://docs.nosto.com/magento-2/guides/migrating-to-magento2.md)
- [Upgrading to >= 4.0.0](https://docs.nosto.com/magento-2/guides/upgrading-to-4.0.0.md)
- [Varnish & Full-Page Caches](https://docs.nosto.com/magento-2/guides/varnish-and-full-page-caches.md)
- [Advanced User Guide](https://docs.nosto.com/magento-2/guides/advanced-user-guide.md)
- [Managing Blocks](https://docs.nosto.com/magento-2/guides/managing-blocks.md)
- [Overriding or Extending Functionalities](https://docs.nosto.com/magento-2/guides/overriding-or-extending-functionalities.md)
- [Overriding Product Data](https://docs.nosto.com/magento-2/guides/overriding-or-extending-functionalities/overriding-product-data.md)
- [Excluding Products](https://docs.nosto.com/magento-2/guides/overriding-or-extending-functionalities/overriding-product-data/excluding-products.md)
- [Customising Pricing](https://docs.nosto.com/magento-2/guides/overriding-or-extending-functionalities/overriding-product-data/customising-pricing.md)
- [Customising Categories](https://docs.nosto.com/magento-2/guides/overriding-or-extending-functionalities/overriding-product-data/customising-categories.md)
- [Resizing Images](https://docs.nosto.com/magento-2/guides/overriding-or-extending-functionalities/overriding-product-data/resizing-images.md)
- [Overriding Customer Data](https://docs.nosto.com/magento-2/guides/overriding-or-extending-functionalities/overriding-customer-data.md)
- [Console Commands](https://docs.nosto.com/magento-2/guides/console-commands.md)
- [Tagging Providers](https://docs.nosto.com/magento-2/guides/tagging-providers.md): This documentation explains how to implement Nosto tagging on headless frontends, PWA implementations, or custom themes that are neither Luma nor Hyva.


---

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

```
GET https://docs.nosto.com/magento-2/guides.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.
