> For the complete documentation index, see [llms.txt](https://docs.aisuru.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.aisuru.com/en/readme/system-requirements.md).

# System requirements

AIsuru is a cloud-based service, **you can access it directly from your web browser, without needing to install additional software on your device**. However, some advanced features ,like virtual reality , require additional features.

### Web browser

For the best experience, use the latest versions of:

* **Google Chrome**;
* **Mozilla Firefox**;
* **Microsoft Edge**;
* **Safari**.

Always keep your browser up to date to ensure maximum compatibility and security.

### Internet connection

We recommend a stable internet connection with a speed of **at least 10 Mbps** for a smooth experience. Even an older ADSL connection will let you use the platform without issues.

### Hardware requirements

#### Web platform

AIsuru is accessible from:

* **Desktop and laptop computers** (Windows, macOS, Linux)
* **Tablets** (iPadOS, Android)
* **Smartphones** (iOS, Android).

The interface automatically adapts to your screen size to ensure the best possible user experience on every device.

For optimal performance in standard use, we recommend:

* Processor: Dual-core or higher
* RAM: 4 GB or more
* Storage: not required.

#### Virtual Reality requirements

To use the VR features of AIsuru, you'll need:

* **VR device**: Meta Quest 2 (or higher) or Meta Quest Pro
* **Free space**: at least 2x2 meters to move around safely
* **Internet connection**: stable and fast ,we recommend at least 30 Mbps
* **Meta account**: required to access the AIsuru VR app.

**Apple Vision Pro** is **not currently supported**, but we're working on adding support in the future.

Keep in mind that these are minimum requirements. For an even better experience ,especially if you plan to manage complex Agents or use advanced features ,consider using more powerful hardware and faster internet connections.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.aisuru.com/en/readme/system-requirements.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
