# Requirements

NatML is a cross-platform API, allowing you to write code once and deploy on several different platforms and devices. This saves tons of time in development effort. NatML currently supports the following platforms:

* Android API level 24+ (Android Nougat or newer)
* iOS 13+
* macOS 10.15+ (Apple Silicon and Intel)
* Windows 10+ (64-bit)
* WebGL:
  * Chrome 91+
  * Firefox 90+

{% hint style="info" %}
NatML requires Unity 2022.3+
{% endhint %}

{% hint style="info" %}
On Windows, make sure to install the latest Microsoft C++ Redistributable.
{% endhint %}


---

# 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.natml.ai/unity/prelims/requirements.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.
