> 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/designer-guide.md).

# Designer Guide

The default PrestaShop install offers a neutral theme, enabling sellers to quickly and freely start their activity, whatever their business line.

Nearly 2000 themes are available through the PrestaShop Addons marketplace (<http://addons.prestashop.com/en/>). They were created either by members of the PrestaShop community or the PrestaTeam, and are sold at reasonable prices – some are even free.

As a graphic designer/web developer, you too can put your themes up for sale on the PrestaShop Addons site, and earn 70% of the selling price.

* [Theme development fundamentals](/1-6-documentation/english-documentation/designer-guide/theme-development-fundamentals.md)
* [Organization of a Theme](/1-6-documentation/english-documentation/designer-guide/organization-of-a-theme.md)
* [Laying the Theme's Foundations](/1-6-documentation/english-documentation/designer-guide/laying-the-themes-foundations.md)
* [Theme templates and Smarty](/1-6-documentation/english-documentation/designer-guide/theme-templates-and-smarty.md)
* [Using jQuery and Ajax](/1-6-documentation/english-documentation/designer-guide/using-jquery-and-ajax.md)
* [Best practices](/1-6-documentation/english-documentation/designer-guide/best-practices.md)
* [Bootstrap, Sass and Compass in PrestaShop 1.6](/1-6-documentation/english-documentation/designer-guide/bootstrap-sass-and-compass-in-prestashop-1.6.md)
* [Tying your theme to your Addons account](/1-6-documentation/english-documentation/designer-guide/tying-your-theme-to-your-addons-account.md)

## Training <a href="#designerguide-training" id="designerguide-training"></a>

PrestaShop also offers a complete training program for designers. Contact us through this page: <http://www.prestashop.com/en/training>


---

# 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 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, and the optional `goal` query parameter:

```
GET https://docs.prestashop-project.org/1-6-documentation/english-documentation/designer-guide.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
