> For the complete documentation index, see [llms.txt](https://pipeline.groupthought.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://pipeline.groupthought.com/pipeline-5/updates/how-to-download-latest-theme-version.md).

# How to download latest theme version

Important message:

{% hint style="info" %}
When you download the latest version of Pipeline, the new theme will be added to the drafts section of your store and is completely separate from your live theme that's running your store.&#x20;

Your current live theme is not affected by downloading the latest version of Pipeline.&#x20;

The new theme is in draft mode which allows you to setup and configure, while your store continues to operate with the current theme.&#x20;
{% endhint %}

Helpful article by Shopify on updating themes:

{% embed url="<https://help.shopify.com/en/manual/online-store/os/using-themes/managing-themes/updating-themes>" %}

## Steps for updating your theme

* [ ] Create a backup of your existing theme. This will be used to copy settings and to keep the live theme running without interruption.
* [ ] Visit the Shopify Theme Store and log in. For paid themes, it is important to **log in to the account that you used to buy the theme**. This will prevent you from being asked to buy the theme again. Direct link for the Theme Store for Pipeline:

#### [Download the latest version of Pipeline - Click here](https://themes.shopify.com/themes/pipeline/styles/light)

* [ ] Click **Add latest theme** version:

![](/files/-MN0GOVvxUPwUVPLVjKV)

**Tip:** You must be logged-in to the account that purchased the original theme.

If you see "Try theme" and "Buy theme" options, logout and log-in again with the account that purchased the theme. Be sure the main button has "Add latest theme version".


---

# 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://pipeline.groupthought.com/pipeline-5/updates/how-to-download-latest-theme-version.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.
