# Modules and Services

In PrestaShop 1.7 the Modules and Services page is divided into three tabs to help you perform easily what you want to do regarding your modules:

* Selection: this is where you can discover and install new modules to improve your store when you’re beginning or growing with PrestaShop,
* Installed Modules: where you can manage your modules on a daily basis,
* Notifications: review modules notifications, when you need to take action (updates or configuration) to guarantee the good functioning of your modules.

At the top of the page, you will also find two important features: the connection to Addons and the "Upload a module" option.

Follow the links for more details on these tabs:

* [ Modules Selection](https://docs.prestashop-project.org/1.7-documentation/user-guide/improving-shop/managing-modules/modules-and-services/modules-selection)
* [ Installed modules](https://docs.prestashop-project.org/1.7-documentation/user-guide/improving-shop/managing-modules/modules-and-services/installed-modules)
* [ Module notifications](https://docs.prestashop-project.org/1.7-documentation/user-guide/improving-shop/managing-modules/modules-and-services/module-notifications)


---

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