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

# Theme updates

- [How theme updates work](https://staylime.com/docs/theme-companion/theme-updates/how-theme-updates-work.md): What happens when you update a theme with Theme Companion, and why your live store stays safe throughout.
- [Theme Companion and Shopify's built-in updates](https://staylime.com/docs/theme-companion/theme-updates/shopify-built-in-updates.md): What Shopify's built-in theme update does with your customizations, what Theme Companion does differently, and what changes after your first update with the app.
- [Understanding your update summary](https://staylime.com/docs/theme-companion/theme-updates/understanding-your-update-summary.md): What the update summary shows, and how to choose your way forward.
- [Resolving conflicts](https://staylime.com/docs/theme-companion/theme-updates/resolving-conflicts.md): How to read the conflict screen and decide what happens to each change.
- [When conflicts get hard](https://staylime.com/docs/theme-companion/theme-updates/when-conflicts-get-hard.md): What to do when the resolve buttons aren't enough.
- [Fixing rejected files](https://staylime.com/docs/theme-companion/theme-updates/fixing-rejected-files.md): What it means when Shopify rejects a file during the update, and how to fix it.
- [Get expert help](https://staylime.com/docs/theme-companion/theme-updates/get-expert-help.md): Have the Staylime team complete the update for you, at a fixed price.


---

# 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://staylime.com/docs/theme-companion/theme-updates.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.
