# Advanced Usage

Nosto also supports some advanced use-cases depending on how your store is currently built. You should first read through the following topics to have an understanding of how Nosto works before moving to the advanced use-cases:

* [Manual Implementation - Essentials](/techdocs/implementing-nosto/implement-on-your-website/manual-implementation.md)
  * [Adding the Nosto Script](/techdocs/implementing-nosto/implement-on-your-website/manual-implementation/add-nosto-script.md)
  * [Adding the Product Tagging](/techdocs/implementing-nosto/implement-on-your-website/manual-implementation/product-tagging.md)
  * [Adding the Category/Brand Tagging](/techdocs/implementing-nosto/implement-on-your-website/manual-implementation/category-and-brand-tagging.md)
  * [Adding the Cart Tagging](/techdocs/implementing-nosto/implement-on-your-website/manual-implementation/cart-tagging.md)
  * [Adding the Order Tagging](/techdocs/implementing-nosto/implement-on-your-website/manual-implementation/order-tagging.md)
  * [Adding the Customer information](/techdocs/implementing-nosto/implement-on-your-website/manual-implementation/adding-the-customer-information.md)

The topics listed below extend the essential tagging with support for SKUs, Multi-currency and Customer group pricing.

* Manual Implementation - Advanced
  * [Extending tagging with SKUs](/techdocs/implementing-nosto/implement-on-your-website/advanced-implementation/extending-tagging-with-skus.md)
  * [Adding support for multi-currency](/techdocs/implementing-nosto/implement-on-your-website/advanced-implementation/adding-support-for-multi-currency.md)
  * [Adding support for customer group pricing](/techdocs/implementing-nosto/implement-on-your-website/advanced-implementation/adding-support-for-customer-group-pricing.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/techdocs/implementing-nosto/implement-on-your-website/advanced-implementation.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.
