# Easy ML for Java

## Overview

Easy ML for Java is a opensource-framework that provides the user methods to solve complex problems. \
With ML for Java you only have to specify a model for your problem and the Framework will do the rest.

## Quick links

{% content-ref url="overview/what-we-do" %}
[what-we-do](https://easy-ml.gitbook.io/easy-ml-for-java/overview/what-we-do)
{% endcontent-ref %}

{% content-ref url="overview/github-repository" %}
[github-repository](https://easy-ml.gitbook.io/easy-ml-for-java/overview/github-repository)
{% endcontent-ref %}

{% content-ref url="fundamentals/getting-set-up" %}
[getting-set-up](https://easy-ml.gitbook.io/easy-ml-for-java/fundamentals/getting-set-up)
{% endcontent-ref %}

{% content-ref url="fundamentals/getting-set-up/how-to-model" %}
[how-to-model](https://easy-ml.gitbook.io/easy-ml-for-java/fundamentals/getting-set-up/how-to-model)
{% endcontent-ref %}

{% content-ref url="fundamentals/implement-your-first-ai" %}
[implement-your-first-ai](https://easy-ml.gitbook.io/easy-ml-for-java/fundamentals/implement-your-first-ai)
{% 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://easy-ml.gitbook.io/easy-ml-for-java/readme.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.
