# Versioning

The API is versioned with a version string specified in the base URL that can be incremented independently from other APIs.

Using the newest available API is always encouraged.

These changes are considered backwards compatible and will not require the version string to be incremented:

* Adding properties to JSON objects
* Adding new parameters
* Changing the number of items returned in a single listing request
* The structure or length of identifiers generated by the API
* Changing error messages

These changes are considered backwards incompatible and will require the version string to be incremented:

* Removing properties from JSON objects
* Changing an API's URL structure

The current version is v1


---

# 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.mapakalamidad.ph/master/general/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.
