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

# Customizing Your Theme

In this tutorial, we will customize a Scandi theme in various ways, showing you specific examples of how common changes can be made. You can easily follow along with your own Scandi theme.

## Before You Start

You will need a Scandi app to customize, which you can easily get in a few minutes using `create-scandipwa-app` (CSA). Get started [here](https://docs.create-scandipwa-app.com/getting-started/getting-started)!

You can keep the `npm start` process running throughout this tutorial, so the changes you make will be automatically reflected in the browser.

There is no need for a Magento app, because CSA is clever and can forward all requests to a remote Magento instance.


---

# 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:

```
GET https://docs.scandipwa.com/tutorials/customizing-your-theme.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
