# For Developers

{% hint style="info" %}
**Good to know:** Theme development must be used with designer guide&#x20;
{% endhint %}

## GitHub Integrations

There are two themes for the development.

## Swissbatt theme&#x20;

{% embed url="<https://github.com/M4MEET/theme-for-shopware>" %}
this theme consist intenal important development based on shopware 6 for the future swissbatt24 production envirtonment
{% endembed %}

## Voltimax Theme

{% embed url="<https://github.com/M4MEET/Voltimax>" %}
Voltimax theme is identical to swissbatt theme (with some minor changes)
{% endembed %}

## Shopware 6 Prerequisites

{% embed url="<https://developer.shopware.com/docs/guides/installation/overview>" %}
Shopware 6 requrements and Installation overview
{% endembed %}

## Scratch Installation of shopware

{% embed url="<https://developer.shopware.com/docs/guides/installation/from-scratch>" %}

{% tabs %}
{% tab title="swissbatt server" %}
Sed posuere consectetur est at lobortis. Integer posuere erat a ante venenatis dapibus posuere velit aliquet. Aenean lacinia bibendum nulla sed consectetur. Maecenas sed diam eget risus varius blandit sit amet non magna.

```
string | ComponentClass<any, any> | FunctionComponent<any>
```

{% endtab %}

{% tab title="battron server" %}
Maecenas faucibus mollis interdum. Donec id elit non mi porta gravida at eget metus. Donec ullamcorper nulla non metus auctor fringilla. Donec sed odio dui. Donec ullamcorper nulla non metus auctor fringilla.
{% endtab %}
{% endtabs %}


---

# 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.meetjoshi.com/use-cases/for-developers.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.
