> For the complete documentation index, see [llms.txt](https://help.transform.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.transform.ai/getting-started/system-requirements.md).

# System Requirements

### Overview

Transform runs in a modern web browser. No local installation is required.

Use this page to validate device and network readiness. Use [Browser Compatibility](/getting-started/browser-compatibility.md) for required browser settings.

### Key Concepts

* **Browser-based UI**: performance depends on browser and device resources
* **Bandwidth**: affects load time and synchronization
* **Memory (RAM)**: affects performance with large lists and many open tabs
* **Screen resolution**: affects usability of dense grid views
* **Microphone permissions**: required for Meeting Notetaker capture (when used)

### How It’s Used

Use this checklist before a rollout. Use it when troubleshooting slowness or rendering issues.

### Benefits

* Fewer performance issues during heavy delivery periods
* Faster load and sync for large Projects
* More reliable meeting capture when Meeting Notetaker is enabled

### Setup Steps

#### 1) Validate network

* Minimum: **10 Mbps** sustained download speed
* Recommended: **25 Mbps+** for large Projects and analytics usage

Prefer wired connections for long sessions. Avoid unstable public networks for delivery work.

#### 2) Validate device resources

* Minimum memory: **4 GB RAM**
* Recommended memory: **8 GB+ RAM**

Close unused tabs during heavy list editing. Restart the browser after long sessions.

#### 3) Validate screen

* Minimum resolution: **1280 × 768**
* Recommended resolution: **1920 × 1080+**

Larger screens reduce horizontal scrolling in grid views.

#### 4) Validate Meeting Notetaker prerequisites (when enabled)

* Confirm microphone permission is allowed for the Transform domain.
* Use a stable network during meeting capture.
* Provide a meeting join URL when starting capture.

### Best Practices

* Keep the browser updated to the latest stable release.
* Limit concurrent heavy tabs during bulk editing.
* Use hard refresh only after confirming browser cache issues.

### Summary

System readiness depends on stable bandwidth, sufficient memory, and a modern browser. Use Browser Compatibility to confirm required browser settings.

Related:

* [Browser Compatibility](/getting-started/browser-compatibility.md)
* [Setting Up Meeting Notetaker](/ai/setting-up-meeting-notetaker.md)
* [Getting Help](/troubleshooting/getting-help.md)


---

# 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://help.transform.ai/getting-started/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.
