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


---

# 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.prestashop-project.org/1-6-documentation/english-documentation/developer-guide/creating-a-prestashop-module/1.6-specific-developer-documentation.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.
