# Versioning

d6 Integrate utilises versioning in order to:

* Ensure backward compatibility
* Facilitate feature enhancements and testing
* Manage the deprecation of outdated endpoints
* Ultimately provide a more reliable and consistent user experience for developers

The version number is independent per endpoint.

The version is specified by a number with a ‘v’ prefix (eg: v1, v2) - for example:&#x20;

`https://integrate.d6plus.co.za/api/`**`v1`**`/adminplus/learners`

`https://integrate.d6plus.co.za/api/`**`v3`**`/adminplus/parents`

`https://integrate.d6plus.co.za/api/`**`v2`**`/currplus/learnersubjects`


---

# 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://apidocs.d6plus.co.za/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.
