> For the complete documentation index, see [llms.txt](https://docs.prestashop-project.org/1-6-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.prestashop-project.org/1-6-documentation/english-documentation/developer-guide/creating-a-prestashop-module/1.6-specific-developer-documentation.md).

# 1.6-specific Developer Documentation

Version 1.6 of PrestaShop is an evolution of version 1.5: while a lot has changed on the surface, the core of the software remains the same – only tightened and sturdier.

Hence, any module that works in version 1.5 should work as-is in version 1.6 – though it really helps if it uses the Helper class to build its interface rather than custom HTML.

That being said, version 1.6 does bring a slew of improvement to the module API, most notably with the adjunction of Bootstrap to the default interface and theme. These new features and practices in the following chapters:

* [Creating a Dashboard Module](/1-6-documentation/english-documentation/developer-guide/creating-a-prestashop-module/1.6-specific-developer-documentation/creating-a-dashboard-module.md)
* [Making your module work with Bootstrap](/1-6-documentation/english-documentation/developer-guide/creating-a-prestashop-module/1.6-specific-developer-documentation/making-your-module-work-with-bootstrap.md)
