> For the complete documentation index, see [llms.txt](https://docs.uiza.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.uiza.io/2020-05-07-1/getting-started/versioning.md).

# 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
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://docs.uiza.io/2020-05-07-1/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.
