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

# System Requirements

### Supported Device & Platforms

* **Desktop or Tablet only** → Site audits aren’t supported on mobile yet.
* **Supported browsers**: Chrome, Edge, Brave.
* **Chrome Extension required** if you want instant audits while browsing.

***

### **Why this matters for AI visibility?**

System requirements don’t directly affect your AI performance, but the **Chrome Extension** is crucial. Why? Because it lets you **see your AI visibility instantly while browsing** **competitors’ sites**, which helps you reverse-engineer what works for them.

***

### FAQs

<details>

<summary><strong>Can I run GEOReport on my phone?</strong></summary>

Not yet. Full audits are only supported on desktop and tablet. Mobile support may come later, but the interface and processing are designed for larger screens.

</details>

<details>

<summary><strong>Which browsers are supported?</strong></summary>

Chrome, Edge, and Brave are fully supported. Other browsers (like Safari or Firefox) may not work properly with audits or the Chrome Extension.

</details>

<details>

<summary><strong>Why do I need the Chrome Extension?</strong></summary>

The extension isn’t required for dashboard audits, but it’s essential for instant audits while browsing. It lets you check your own pages or competitors’ pages on the spot, without switching to the dashboard.

</details>

<details>

<summary><strong>Can I use multiple devices for my account?</strong></summary>

Yes. You can log into GEOReport on any supported desktop or tablet. Your audits and data are stored in your account, not your device.

</details>

<details>

<summary><strong>Does the Chrome Extension work on competitor sites?</strong></summary>

Yes, one of its biggest strengths is running quick audits on any public page, including competitors, so you can reverse-engineer their AI visibility strategy.&#x20;

</details>


---

# 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://georeport.gitbook.io/georeport-docs/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.
