> For the complete documentation index, see [llms.txt](https://phoenixcoded.gitbook.io/saasable/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://phoenixcoded.gitbook.io/saasable/versioning.md).

# Versioning

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

1. **Product Version**: This is Visible on the MUI store page.
2. **UI Kit Version**: This can be found in the `package.json` file.
3. **Admin Version**: This can be found in the `package.json` file.
4. **UI Kit Figma Version**: This can be found in the `figma` file.
5. **Admin Figma Version**: This can be found in the `figma` 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 4 can lead to a new product version.

<table><thead><tr><th width="172">Product Version</th><th>UI Kit</th><th>Admin</th><th>UI Kit Figma</th><th>Admin Figma</th></tr></thead><tbody><tr><td>2.0.1</td><td>2.0.0</td><td>2.0.0</td><td>1.1.0</td><td><mark style="background-color:$success;">1.2.0</mark></td></tr><tr><td>2.0.0</td><td>2.0.0</td><td>2.0.0</td><td>1.1.0</td><td>1.1.0</td></tr><tr><td>1.3.0</td><td>1.3.0</td><td>1.3.0</td><td>1.1.0</td><td>1.1.0</td></tr><tr><td>1.2.0</td><td>1.2.0</td><td>1.2.0</td><td>1.1.0</td><td>1.1.0</td></tr><tr><td>1.1.0</td><td>1.1.0</td><td>1.1.0</td><td>1.1.0</td><td>1.1.0</td></tr><tr><td>1.0.0</td><td>1.0.0</td><td>1.0.0</td><td>1.0.0</td><td>1.0.0</td></tr></tbody></table>


---

# 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:

```
GET https://phoenixcoded.gitbook.io/saasable/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.
