# Building your own custom theme

Before you start building your custom theme, you must have a Dukaan account.

Sign up for a free Dukaan account to access theme development resources (You can create your dukaan account [here](https://web.mydukaan.io/))\
\
Once your account is created we're all set get tinkering.

To make your custom theme you'll get HTML, CSS & JS files with the bare minimum amount of code which is required and you can build on top of that.


---

# Agent Instructions: 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.mydukaan.io/building-your-own-custom-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.
