# Versioning System

![](/files/-LqcesqABiB7b7tFosOz)

As of July 2019 all Kajabi supported themes are versioned with the Semantic Versioning System. This gives us the ability to keep both the developers and the consumers informed on the changes in each theme upgrade.

### Semantic Versioning

**1**.1.1 **MAJOR:** A version that makes incompatible changes to the prior versions.\
1.**1**.1 **MINOR:** A version that adds functionality in a backwards-compatible manner.\
1.1.**1** **PATCH:** A version that makes backwards-compatible bug fixes.

If the theme that you are working with does not have version information at the bottom of the settings tab in the theme editor it falls into one of two categories.&#x20;

1. It is not a Kajabi supported theme and you should reach out to the 3rd part developer that created the theme for you.&#x20;
2. It is a theme that was created before July of 2019 and should be upgraded with caution.&#x20;

Feel free to reach out to the Kajabi Product Experience team with any questions you may have around theme versions and changes at <themes@kajabi.com>


---

# 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://themes.kajabi.com/changelog/master.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.
