> For the complete documentation index, see [llms.txt](https://docs.range-mate.co.uk/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.range-mate.co.uk/for-members/installing-the-app.md).

# Installing the App

Range Mate runs in your web browser, but you can add it to your device so it opens from an icon just like a normal app — full screen, with no address bar in the way. There's nothing to download from an app store, and it's the same Range Mate you already use, so you stay signed in and all your details are exactly where you left them.

{% hint style="info" %}
Install from **your club's own address** — `https://<your-club>.range-mate.co.uk` — so the app opens straight to your club. If you're not sure of the address, your club will have sent it to you when you joined.
{% endhint %}

## On an iPhone or iPad

1. Open your club's address in **Safari**.
2. Tap the **Share** button (the square with an arrow pointing up).
3. Scroll down and choose **Add to Home Screen**.
4. Adjust the name if you like, then tap **Add**.

The Range Mate icon will appear on your home screen. Tap it any time to open the app.

{% hint style="warning" %}
On iPhone and iPad this only works in **Safari** — the **Add to Home Screen** option isn't available in Chrome or other browsers on iOS. If you can't see it, double-check you're using Safari.
{% endhint %}

## On an Android phone or tablet

1. Open your club's address in **Chrome**.
2. Tap the **menu** (the three dots, top right).
3. Choose **Install app** or **Add to Home screen**.
4. Confirm, and the icon will be added to your home screen.

Some phones will also show a small **Install** prompt at the bottom of the screen the first time you visit — you can tap that instead.

## On a computer

In **Chrome** or **Edge**, look for an **install icon** in the address bar (a small screen or monitor symbol, usually on the right). Click it and choose **Install** to add Range Mate to your desktop or taskbar. You can also find the option under the browser's main menu.

## Installing more than one club

If you belong to more than one club on Range Mate, you can install each one. Because every club has its own address, your device treats them as separate apps — so you'll get a **separate icon for each club**, side by side. Just repeat the steps above at each club's address. See [Belonging to more than one club](/for-members/multiple-clubs.md) for more on how multiple memberships work.

## Removing the app

The app is just a shortcut, so removing it won't delete your account or any of your details. Remove it the same way you'd remove any other app on your device — for example, press and hold the icon and choose to delete or uninstall it. You can always add it back again later.


---

# 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:

```
GET https://docs.range-mate.co.uk/for-members/installing-the-app.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.
