> For the complete documentation index, see [llms.txt](https://quickzu.gitbook.io/doc/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://quickzu.gitbook.io/doc/business-settings/theme-selector.md).

# Theme Selector

we know you all want to customise your shop user interface/theme colour according to your brand, so here we provide multiple theme options to choose, also you can do CSS customisation to change theme colour and do basic changes on theme to align it with your brand.

we will add more themes soon. if you have any specific requirement related to UI/UX do reach out to us.

![Image 2.5](/files/-MVaicWFgByWfRDAum1E)

we have updated new features to inject Script at header and footer, this will enable you to integrate Facebook Pixel or chat widget etc at the storefront. For example-&#x20;

we used Tawk.to chat popup for one of store, we copied chat widget code from tawk.to dashboard.

![Copy Widget Code from tawk.to](/files/-MXvHWl19JdOfijdi5Do)

and pasted that code into Inject Footer section of the theme module, we can see it instantly.

![Inejcted code at Footer.](/files/-MXvHxH0Pf_JzHAJ_-sS)

now lets see chat widget in store font

![check on right bottom for chat widget](/files/-MXvIEC7ry47PG5xAnZW)

this will open many other opportunities for sellers.


---

# 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://quickzu.gitbook.io/doc/business-settings/theme-selector.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.
