# Preface

{% hint style="warning" %}
**This is the manual for older MicroStream versions (Version < 5.0).**

**The new documentation (Version >= 5.0) is located at:**

[https://docs.microstream.one/](https://docs.microstream.one/manual)
{% endhint %}

Welcome to the MicroStream Reference Manual. This manual includes concepts, instructions and examples to guide you on how to use MicroStream [Data-Store](https://manual.docs.microstream.one/data-store/overview) and [Cache](https://manual.docs.microstream.one/cache/overview), version 4.1.

You should be familiar with the Java programming language and you should have installed your preferred Integrated Development Environment (IDE). But since you are here we guest you got that covered ;)

## What's new in 4.1

{% content-ref url="changelog" %}
[changelog](https://manual.docs.microstream.one/changelog)
{% endcontent-ref %}

## API Docs

The API documentation is available at <https://api.docs.microstream.one/>.

## Support

For information on the commercial support for MicroStream see [microstream.one](https://microstream.one/support).

## License

{% content-ref url="license" %}
[license](https://manual.docs.microstream.one/license)
{% endcontent-ref %}


---

# 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://manual.docs.microstream.one/master.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.
