# How to Discover Available Updates?

This question is often asked: Is there an update for plugin xyz? So what do I do? Look up the version of the plugin in Admin and compare it with what is available on store.shopware.com? There is a simpler, more straightforward way.&#x20;

If you are using a local setup for development, and PhpStorm with the famous Symfony plugin as your IDE, and you have installed your plugins using composer, then just have a look at the composer.json file of your project:

<figure><img src="/files/yHMKY9AVhp6U2aG9PU4e" alt=""><figcaption></figcaption></figure>

PhpStorm will indicate all plugins with available plugins, even indicating to which version a `composer update` command would update, given your defined environment (i.e. Shopware 6.4.x.x or 6.5.x.x).


---

# 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://notebook.vanwittlaer.de/development/how-to-discover-available-updates.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.
