# Versioning

When we release a new API version, by default, all requests to our backend will be served with the newest API specs. We tagged which version is the main version on our documentation page.

Now we still developing the backward-compatible way to make sure that your code will work fine when Uiza updates the API version. Because of the situation, when we make changes to the API, we release a new dated version, but to avoid breaking your code, we will inform you one month before the change by email.

Read our [Release notes](https://docs.uiza.io/api-upgrades/release-notes) to learn more about the new features we serve our customers, the bug fixes and how we improve our performance. Also, read the [API changelog](https://docs.uiza.io/api-upgrades/api-changelog) to stay up to date on the API changes.


---

# 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://docs.uiza.io/getting-started/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.
