> 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/account-types.md).

# Account Types

Not everyone in a club has the same kind of account. Your account type controls what you can do — booking events, logging firearms, getting an NRA Safe Shooter card, and so on. Your club decides which types are available and moves you between them as your membership progresses.

## The main account types

* **Applicant** — you've applied to join and are waiting for the club to review your application. Access is limited until you're accepted.
* **Probationary member** — you've been accepted onto a probationary or training membership. You can take part in club activities while you complete any probation requirements.
* **Full member** — a fully approved member with the access your club grants members.
* **Guest** — attending as someone's guest, with limited access (often just to guest events, and usually only when the member who invited you has booked).
* **Visitor** — a visiting certificate holder, with access set by the club.
* **Junior member** — under-18s, 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" %}
Your account type can change over time — for example moving from **applicant** to **probation** to **full member**, or being invited to **upgrade** from guest to full membership. The club handles these changes for you, and you'll usually get an email when something changes.
{% endhint %}

## Roles and extra permissions

On top of your account type, the club can give you a **role** that grants extra abilities — for example a **bookings manager** can manage events, an **admin** can run the club, and clubs can create their own roles such as Range Officers. You might hold more than one role. If you think you're missing access you should have, your club's admins can adjust your roles.

## Becoming a member

New to a club, or applying through Range Mate for the first time? See [Joining a Club](/for-members/joining-a-club.md) for what to expect.


---

# 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/account-types.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.
