> For the complete documentation index, see [llms.txt](https://halosoft.gitbook.io/bc-nimo-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://halosoft.gitbook.io/bc-nimo-documentation/editing-theme-files/applying-new-theme-to-storefront.md).

# Applying New Theme to Storefront

**1.** When you are happy with your changes, click **Save** to repackage the edited theme.

**2.** Navigate to Channel Manager -> Themes, then scroll down to the list of your themes.

**3.** Click on the Theme you copied and edited.

**4.** Choose layout that you want apply, then click **Continue** to apply.

Check your storefront to see your changes in action.

{% hint style="info" %}
**Something go wrong?** After applying the new theme, if things are not working, you can go back to the original theme. Click on the thumbnail of the original theme and click the **Apply** button. Then you can troubleshoot your edited theme without disrupting your business.
{% endhint %}


---

# 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://halosoft.gitbook.io/bc-nimo-documentation/editing-theme-files/applying-new-theme-to-storefront.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.
