> 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/chrome-extension/installing-extention.md).

# Installing the Extension

A step-by-step guide to installing the GEOReport Extention

***

### How to install your GEOReport Extension

1. Open **Chrome Web Store** (works on Chrome, Edge, Brave).
2. Search for “**GEOReport**” or click the link provided in your dashboard.
3. Click **Add to Chrome.**
4. Pin the extension to your toolbar for quick access.&#x20;

<figure><img src="https://2624972522-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FlVKQ0qKwHqywdTDAKqUU%2Fuploads%2Fq6vWr9T6xuXOkGItIXuQ%2FGEOReport-Extension-3.png?alt=media&amp;token=08e464b7-0647-44f2-882e-80bb07d5b778" alt="GEOReport Extension"><figcaption></figcaption></figure>

***

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

Fast auditing = more experiments. You can test **any site you’re researching** without having to switch tabs or log into your dashboard. This makes it much easier to compare competitors and reverse-engineer what they’re doing right.

**Example:**

* You’re reading a competitor’s blog.
* With one click, you see they scored 8.9 in Credibility because they cite Gartner and HubSpot.
* You realize your own blog lacks citations → clear action point.

***

### FAQs

<details>

<summary><strong>Do I need to pay to install the GEOReport extension?</strong></summary>

No, the extension is free to install. However, available features depend on your plan (Free, Pro, Agency, or Lifetime).

</details>

<details>

<summary><strong>Can I use the extension on browsers other than Chrome?</strong></summary>

Yes. The extension also works on Chromium-based browsers like Edge and Brave. Safari and Firefox are not supported.

</details>

<details>

<summary><strong>Why should I pin the extension to my toolbar?</strong></summary>

Pinning makes it easier to access quickly. Since GEOReport is often used while researching competitor sites, one-click access saves time and makes audits seamless.

</details>

<details>

<summary><strong>Does installing the extension affect my website or SEO?</strong></summary>

No. The extension only analyzes pages you open in your browser. It doesn’t modify your site or impact your SEO in any way.

</details>

<details>

<summary><strong>Do I need to log in every time I use the extension?</strong></summary>

You’ll log in once after installation. After that, the extension remembers your account unless you manually log out.

</details>

<details>

<summary><strong>Is the extension safe?</strong></summary>

Yes. It only processes the page you’re auditing and doesn’t access unrelated browsing data.

</details>

<details>

<summary><strong>Can I install it on multiple devices?</strong></summary>

Yes. You can install it on as many browsers/devices as you like. Just log in with the same GEOReport account.

</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/chrome-extension/installing-extention.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.
