# t3kit Versioning

Every **t3kit** release tagged by git tag using Semantic Versioning approach, but with t3kit specific change to **Major version number** which should be synchronized with particular TYPO3 version.

* 1️⃣ first number - **Major version**: should be always the same as a last supported TYPO3 major version.
* 2️⃣ second number - **Minor version**: new features and breaking changes to t3kit.
* 3️⃣ third number - **Patch version**: pashes, bug fixes, documentation updates, code refactoring, tests and other small tasks.


---

# 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://t3kit.gitbook.io/doc/t3kit-versioning.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.
