> 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/joining-a-club.md).

# Joining a Club

Clubs use Range Mate to manage applications, memberships, bookings and records. If a club has asked you to apply (or upgrade) through Range Mate, this page walks you through what to expect.

## Finding a club

Looking for somewhere to shoot? Many clubs list themselves in the public **Range Mate directory**, where you can browse by area and discipline and see whether a club is currently taking new members. A club's listing links straight to how to get in touch or apply.

## Getting started

Each club has its own address: `https://<the-club>.range-mate.co.uk`. You'll usually either:

* **Follow an invitation link** the club sent you, or
* Go to the club's **apply** page directly at `https://<the-club>.range-mate.co.uk/apply`.

{% hint style="info" %}
Some clubs are **invite-only**. If so, you'll need the invitation (or a valid invitation code) from the club before you can apply. If your code isn't accepted, get in touch with the club to check it's still valid.
{% endhint %}

## Completing your application

The application form collects everything the club needs to consider your membership. Exactly what's asked can vary by club, but you'll typically need:

1. **Your personal details** — name, date of birth, contact details and address.
2. **Proof of identity** — a photo or scan you upload.
3. **Firearms certificates**, if relevant — your FAC/SGC details and a copy of the certificate.
4. **Declarations** — confirming things like never having been refused or prohibited, and agreeing to the club's terms.
5. **A password** for your new account.

Have these to hand before you start so you can complete the form in one go.

## Confirming your email

After you submit, we'll send you an email with a confirmation link. **Open it to confirm your address** — your application isn't active until you do.

## What happens next

Once your email is confirmed, your application goes to the club's admins to review. They'll check your details and proof of ID, and then decide how to proceed — for example placing you on **probation** or setting you up with a **full membership**.

Depending on the club's setup you may receive an **invoice** for your membership fee, which you can pay securely online. You'll be notified by email as your application progresses.

## Types of account

Range Mate supports a few different kinds of account, and the club decides which are open to you:

* **Member** — a full or probationary member of the club.
* **Guest** — someone attending as a guest, with limited access (often just to guest events).
* **Visitor** — a visiting certificate holder.
* **Junior** — under-18s are added and managed by a parent or guardian's account rather than having their own login. See [Managing Your Juniors](/for-members/managing-your-juniors.md).

{% hint style="info" %}
Already a guest and want to become a full member? Clubs can offer an **upgrade** path so you don't have to start a fresh application.
{% endhint %}


---

# 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.range-mate.co.uk/for-members/joining-a-club.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.
