# API Collection Versions

Verb Data Access APIs can be versioned to help your end users keep up with schema changes at their own pace.&#x20;

To create a new Version of a Data Access API Collection you will edit the current API version. When your changes are ready for production you'll publish the API. During the publish process you'll have the option to overwrite the current version or create and number the new version.&#x20;

When creating a new collection version, Data Access Keys with permissions will automatically have access to the new version. Their documentation will be automatically updated and available at the same link to make it simple for your end user to see the changes. You will need to notify the end user of the new version or share the key with them again. <br>


---

# 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.verbdata.com/collections/api-collections/api-versions.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.
