# Technical requirements

## Tonomy ID app requirements

Tonomy ID uses React Native and supports iOS 13.4 and Android 5.0 (API 21) or newer. See for more details:

<https://github.com/facebook/react-native#-requirements>

Additionally, to use the biometric MFA feature on Android, users will need a fingerprint reader on their phone. Apps often give users the option for PIN or Biometrics to work around this.

## Tonomy Gov OS network requirements

The Tonomy ID app works when it is supported by the following infrastructure:

* [Tonomy Communication](https://github.com/Tonomy-Foundation/Tonomy-Communication/tree/master) service v1.0+
* Tonomy Accounts website from the [Tonomy Apps Websites](https://github.com/Tonomy-Foundation/Tonomy-App-Websites/tree/master) repository v1.0+
* An [Antelope blockchain](https://antelope.io/) network v3.0+
* The `id.tmy` contract in the [Tonomy Contracts](https://github.com/Tonomy-Foundation/Tonomy-Contracts/tree/master) repository deployed to the blockchain v1.0+

See [Deploy Tonomy ID](/run-tonomy-gov-os/deploy.md) for how to run your own network. Or [contact us](https://tonomy.io/contact-us) to discuss how we can support your network.


---

# 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.tonomy.io/run-tonomy-gov-os/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.
