# Creating a PrestaShop Module

This is a complete tutorial to your first PrestaShop module.

* [What is a PrestaShop module?](/1-6-documentation/english-documentation/developer-guide/creating-a-prestashop-module/what-is-a-prestashop-module.md)
* [Creating a first module](/1-6-documentation/english-documentation/developer-guide/creating-a-prestashop-module/creating-a-first-module.md)
* [About the config.xml file](/1-6-documentation/english-documentation/developer-guide/creating-a-prestashop-module/about-the-config.xml-file.md)
* [Adding a configuration page](/1-6-documentation/english-documentation/developer-guide/creating-a-prestashop-module/adding-a-configuration-page.md)
* [Displaying content on the front office](/1-6-documentation/english-documentation/developer-guide/creating-a-prestashop-module/displaying-content-on-the-front-office.md)
* [Module translation](/1-6-documentation/english-documentation/developer-guide/creating-a-prestashop-module/module-translation.md)
* [Enabling the Auto-Update](/1-6-documentation/english-documentation/developer-guide/creating-a-prestashop-module/enabling-the-auto-update.md)
* [Development Troubleshooting](/1-6-documentation/english-documentation/developer-guide/creating-a-prestashop-module/development-troubleshooting.md)
* [1.6-specific Developer Documentation](/1-6-documentation/english-documentation/developer-guide/creating-a-prestashop-module/1.6-specific-developer-documentation.md)
* [Miscellaneous developer documentation](/1-6-documentation/english-documentation/developer-guide/creating-a-prestashop-module/miscellaneous-developer-documentation.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.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.
