> For the complete documentation index, see [llms.txt](https://knowledge.themeware.design/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://knowledge.themeware.design/knowledge-base/basic-knowledge/identifying-the-current-themeware-version.md).

# Identifying the current ThemeWare® Version

There are several ways to find out which is the latest ThemeWare® version.

* Find the latest version in the [**Service Portal**](#themeware-r-version-in-the-service-portal)
* Find the latest version in the [**Shopware Store**](#themeware-r-version-in-the-shopware-store)

## ThemeWare® Version in the Service Portal

1. Open the [Service Portal](https://tsp.themeware.design/en) in the browser of your preference
2. In the Main Navigation click on "**Changelogs**"
3. The current version number of ThemeWare® is the first entry in the list, including the date of release.

## ThemeWare® Version in the Shopware Store

1. Open the [Shopware Store](https://store.shopware.com/en/tc-innovations-gmbh.html?p=1\&o=12\&n=21\&c=1033\&shopwareVersion=6) in the browser of your preference
2. Find and open the product page of your Theme
3. The current version number of ThemeWare® is shown here in two positions:
   * In section "Details" in the buybox
   * In the changelog in the tab "Changelog"

#### Screenshots

![ThemeWare® Modern product page](/files/rPiGljiiHRIYNC8tflhB)

#### Further information

{% hint style="info" %}
**Note**: In case the extension management does not offer you any updates, even though there is a newer version of ThemeWare® available, you may find possible solutions in the article [ThemeWare® update not available](/knowledge-base/common-issues/administration/themeware-update-not-available.md)
{% endhint %}


---

# 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://knowledge.themeware.design/knowledge-base/basic-knowledge/identifying-the-current-themeware-version.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.
