# Beta version

A beta version of documentation is a preliminary release intended for early access and review. It typically includes the core content and structure but may still be undergoing refinements, including:

* Final wording and formatting
* Updates to diagrams, screenshots, or examples
* Minor corrections and clarifications

This version is shared to:

* Gather early feedback
* Validate content accuracy
* Identify missing information or areas for improvement

While usable, beta documentation should be considered a work in progress and may change before the final release.


---

# 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://doc.ecomm.api.tietoevry.com/e-commerce-payment-gateway/beta-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.
