# Versioning

We follow semantic versioning and maintain different versioning systems based on code and design updates:

1. **Product Version**: This is Visible on the Themeforest store page.
2. **Bootstrap Admin Version**: This can be found in the `package.json` file.
3. **React Admin Version**: This can be found in the `package.json` file.

Each product version has an associated code or design version, which you can see in the table below. An update in any of the 2 can lead to a new product version.

<table><thead><tr><th width="172">Product Version</th><th>Bootstrap Admin</th><th>React Admin</th></tr></thead><tbody><tr><td>1.0.0</td><td>1.0.0</td><td>1.0.0</td></tr></tbody></table>


---

# 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://phoenixcoded.gitbook.io/dashboard-kit/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.
