# Dukaan Themes

## Dukaan Themes

- [Introduction to Dukaan Themes](https://docs.mydukaan.io/introduction-to-dukaan-themes.md)
- [Building your own custom theme](https://docs.mydukaan.io/building-your-own-custom-theme.md)
- [Getting the basics right](https://docs.mydukaan.io/getting-the-basics-right.md)
- [Making your first edit](https://docs.mydukaan.io/making-your-first-edit.md)
- [Theme folder structure](https://docs.mydukaan.io/theme-folder-structure.md)
- [How does it all work?](https://docs.mydukaan.io/how-does-it-all-work.md)
- [Nunjucks Templating Language](https://docs.mydukaan.io/nunjucks-templating-language.md)
- [Basic code editing](https://docs.mydukaan.io/basic-code-editing.md)
- [Adding the HTML](https://docs.mydukaan.io/basic-code-editing/adding-the-html.md)
- [Adding the CSS](https://docs.mydukaan.io/basic-code-editing/adding-the-css.md)
- [Adding the Javascript](https://docs.mydukaan.io/basic-code-editing/adding-the-javascript.md)
- [Adding Nunjucks](https://docs.mydukaan.io/basic-code-editing/adding-nunjucks.md)
- [Customising Dukaan Templates](https://docs.mydukaan.io/customising-dukaan-templates.md)
- [Dukaan Data](https://docs.mydukaan.io/dukaan-data.md)
- [Advance code editing](https://docs.mydukaan.io/advance-code-editing.md)
- [Customising core functionality](https://docs.mydukaan.io/advance-code-editing/customising-core-functionality.md)
- [Dukaan Functions](https://docs.mydukaan.io/dukaan-functions.md)
- [Integrating Dukaan Plugins](https://docs.mydukaan.io/integrating-dukaan-plugins.md)
- [Wishlist plugin](https://docs.mydukaan.io/integrating-dukaan-plugins/wishlist-plugin.md)
- [Countdown timer plugin](https://docs.mydukaan.io/integrating-dukaan-plugins/countdown-timer-plugin.md)
- [Product scarcity plugin](https://docs.mydukaan.io/integrating-dukaan-plugins/product-scarcity-plugin.md)
- [Testing and Deploying Your Theme](https://docs.mydukaan.io/testing-and-deploying-your-theme.md)
- [Code Snippets](https://docs.mydukaan.io/code-snippets.md)
- [Changing text of Add to bag button](https://docs.mydukaan.io/code-snippets/changing-text-of-add-to-bag-button.md)
- [Adding shadow to product cards](https://docs.mydukaan.io/code-snippets/adding-shadow-to-product-cards.md)
- [Adding auto-scrolling text in homepage](https://docs.mydukaan.io/code-snippets/adding-auto-scrolling-text-in-homepage.md)


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.mydukaan.io/introduction-to-dukaan-themes.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.
