> For the complete documentation index, see [llms.txt](https://docs.prestashop-project.org/1.7-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.7-documentation/user-guide/improving-shop/managing-modules/module-catalog.md).

# Module Catalog

PrestaShop comes bundled with more than 100 modules. Even though it can sound like a lot, you might want to go further by adding extra features that are not available by default in PrestaShop.

There are many more modules available on the PrestaShop Addons website ([http://addons.prestashop.com](http://addons.prestashop.com/)), PrestaShop's official marketplace. Some are free, others are for-pay, and you are sure to find something that suits your needs! Once you are a seasoned module developer/theme designer, you can even submit your own creations, and sell them on Addons!

![](/files/-MD-zRwiYYEWBvcx0cLQ)

The "Modules Catalog" page gives you quick and easy access to the online Addons database of modules and themes. Its interface is pretty straightforward:

* A search field, with which you can search the whole content of the Addons website.
* A drop-down list that allows you to filter by categories.
* A few selections of modules that you can buy directly, that will help you achieve certain business objectives:<br>
  * Be visible
  * Boost your sales
  * Increase your customer's average cart size
  * Building trust with payment modules
  * Opt for speed with shipment modules
  * Free partner modules

Any link on the page will send you to the Addons website, where more options are available.

Clicking on an item will open its Addons page in a new browser tab.

**Addons is the official marketplace for PrestaShop modules and themes**. This is where shop owners can get all the necessary items to customize their shop, and where authors can share their creations with the community.

Modules and templates can either be free or for-sale: the price is set by the author. Take the time to browse the available modules and themes, because expensive does not always mean better.

You must be logged-in before you can download or rate anything. Creating an account is free.


---

# 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.7-documentation/user-guide/improving-shop/managing-modules/module-catalog.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.
