# Development

- [Patching the Core](https://notebook.vanwittlaer.de/development/patching-the-core.md): This page explains, how to use the Composer package cweagans/composer-patches to patch Shopware 6 core modules.
- [How to Discover Available Updates?](https://notebook.vanwittlaer.de/development/how-to-discover-available-updates.md): This page describes how to discover whether updates are available for any Symfony or Shopware component or any third-party plugin.
- [Local Testing of Shopware Commercial Features](https://notebook.vanwittlaer.de/development/local-testing-of-shopware-commercial-features.md): This guide assumes you are a registered Shopware partner and have activated the wildcard domains feature.


---

# 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.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.
