# Developer Guide

PrestaShop is a very powerful platform, and part of its power lies in the fact that it is very easy to build upon and expand through modules and overriding code.

PrestaShop is written mostly in PHP. Other languages used throughout are JavaScript, HTML, CSS, the Smarty templating language, SQL, and XML. It uses a Model-View-Controller (MVC)-like pattern for its software architecture. Additionally, it uses technologies such as jQuery, Bootstrap, Sass, etc.

In this guide, you will find all the necessary information to customize PrestaShop with code.

This guide is currently being written. Thank you for your patience.

* [Coding Standards](/1-6-documentation/english-documentation/developer-guide/coding-standards.md)
* [Fundamentals of PrestaShop Development](/1-6-documentation/english-documentation/developer-guide/fundamentals-of-prestashop-development.md)
* [Setting Up Your Local Development Environment](/1-6-documentation/english-documentation/developer-guide/setting-up-your-local-development-environment.md)
* [Diving into PrestaShop Core Development](/1-6-documentation/english-documentation/developer-guide/diving-into-prestashop-core-development.md)
* [Creating a PrestaShop Module](/1-6-documentation/english-documentation/developer-guide/creating-a-prestashop-module.md)
* [Developer tutorials](/1-6-documentation/english-documentation/developer-guide/developer-tutorials.md)
* [Contributing to PrestaShop](/1-6-documentation/english-documentation/developer-guide/contributing-to-prestashop.md)
* [PrestaShop Cloud-specific development](/1-6-documentation/english-documentation/developer-guide/prestashop-cloud-specific-development.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.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.
