# Versions & Beta Testing

## Billing Page Version

When a major update is released, the version is incremented and this becomes available on the billing page. You are not automatically put on the newest version as these can present changes that could cause unwanted changes. These changes will usually be style related. Make sure to test out version updates before changing your production billing page.&#x20;

{% hint style="info" %}
No changes are needed to your code snippet or implementation unless explicitly noted
{% endhint %}

![Billing Page version on top right](/files/-MSe0kqUqOuBiBtkWd5-)

## Beta Testing

If you are looking to test out new functionalities or views with your current integration to make sure they do not break your existing set up, follow the steps below. Updates are pushed to a beta url, so just changing that url on your embed snippet.&#x20;

In the Billflow embed snippets you will see a line where the source is pulled in&#x20;

```
s.src = 'https://js.billflow.io/billflow-embed.js';
```

Change that to the following beta link to test out the newest release.

```
s.src = 'https://js.billflow.io/beta/billflow-embed.js';
```


---

# 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.billflow.io/developers/version.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.
