> For the complete documentation index, see [llms.txt](https://docs.nosto.com/shopify/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/shopify/features/outdated-asset-api-approach/uninstalling.md).

# Uninstalling

If you wish to remove Nosto from your store, please first read our help article on [terminating service](https://help.nosto.com/en/articles/586729-how-to-terminate-service).

The Nosto app applies changes to the theme when it is installed. Uninstalling the app does not automatically remove these changes. Below are instructions on how to remove the theme changes.

### Remove Theme Changes Using the Nosto App <a href="#remove-theme-changes-using-the-nosto-app" id="remove-theme-changes-using-the-nosto-app"></a>

This is the most straightforward way of removing theme changes. If you have already uninstalled the Nosto app, you can re-install the app, follow these steps and then uninstall again.

Navigate to the Nosto app in the Apps section of Shopify admin.

![](https://gblobscdn.gitbook.com/assets%2F-M4IGmkA5HKprITT1GHf%2F-MRxdrLQ5LO_4RqRSYty%2F-MRxo8AxhInc8DI6FFSS%2Fimage.png?alt=media\&token=517e7683-a035-42db-8722-1a9140c77663)

Go to the Settings tab and the scroll down to the bottom of the page. There you will see buttons to remove Nosto from a theme. You can simply click the **Remove Nosto** button to remove changes from all themes.

Please note that this operation is performed in the background, so may take a minute or so to complete.

![](https://gblobscdn.gitbook.com/assets%2F-M4IGmkA5HKprITT1GHf%2F-MRxdrLQ5LO_4RqRSYty%2F-MRxoUfZZr2CF7mBTATZ%2Fimage.png?alt=media\&token=4acb0ca1-66a4-42cd-8166-65a72dd3fb8d)

### Manually Remove Theme Changes <a href="#manually-remove-theme-changes" id="manually-remove-theme-changes"></a>

The Nosto app adds the following snippets to the theme, which can be removed:

* `snippets/nosto-element.liquid`
* `snippets/nosto-script.liquid`
* `snippets/nosto-tagging.liquid`

Remove any references to Nosto from the following files:

* `layout/theme.liquid`
* `templates/index.liquid`
* `templates/product.liquid`
* `snippets/product.liquid`
* `templates/search.liquid`
* `templates/404.liquid`
* `templates/collection.liquid`
* `templates/cart.liquid`

You may need to remove references to Nosto from other theme files if you have made any custom modifications.


---

# 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://docs.nosto.com/shopify/features/outdated-asset-api-approach/uninstalling.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.
