# 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: 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/designer-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.
