> 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-club-admins/junior-members.md).

# Junior Members

Junior members are under-18s who shoot at your club. They're a different class of account to a [member](/for-club-admins/membership-lifecycle.md): they don't have their own login and "belong" to a parent member's account. A few things to remember:

1. Junior members don't have their own login or password.
2. They can't book or pay for themselves — the parent member does it for them.
3. They aren't issued NRA Safe Shooter cards.
4. Their renewal is tied to the parent member.
5. They can't log their own firearms.
6. Shooting records are collected, but are filled in by the parent member.

{% hint style="info" %}
Members add and manage their own juniors — see the member guide, [Managing Your Juniors](/for-members/managing-your-juniors.md). It isn't currently possible for an admin to add a junior on a member's behalf.
{% endhint %}

## Enabling junior members

<figure><img src="/files/QiRjSxYCSwgMFGuw39Ix" alt=""><figcaption><p>Enabling Juniors in Club Settings</p></figcaption></figure>

Go to **Club Settings → Memberships** and you'll see the junior members module at the top. Switch it on and set the price you want to charge per junior.

{% hint style="info" %}
Set the value to £0.00 to make junior members free.
{% endhint %}

{% hint style="success" %}
Fees for junior members are yearly, and are added to the member's invoice on renewal of their primary membership. For example, if you charge £100 for Full Membership and £25 per junior, at renewal a member with 2 active juniors will be invoiced £150 for the membership year.
{% endhint %}

{% hint style="warning" %}
Active junior members **count towards your club's billable member limit**, just like full members. If your club is at its plan limit, a member won't be able to add a new junior until you free up a seat or upgrade your tier. (Archived juniors don't count.)
{% endhint %}

## Viewing all juniors

In the admin menu, open **People → Junior Members** to see every junior registered, just like you can with members.

## Controlling which events juniors can book

<figure><img src="/files/NTKYDZp5RCcj9pmMZ75c" alt=""><figcaption><p>Event Setup Option</p></figcaption></figure>

When [creating or editing an event](/for-club-admins/managing-events.md), you control whether juniors can attend:

1. **Adult** — only adult members, no juniors.
2. **Mixed** — both.
3. **Junior** — juniors only (we'd advise adults still attend as chaperones; if you want adults to shoot too, choose **Mixed**).

## Charging juniors a different event price

Using [price overrides](/for-club-admins/managing-events/price-overrides.md) you control who pays what — but there's a junior edge case. Overrides are based on a member's **role**, and juniors don't have roles, so you can't target juniors directly. Instead:

1. Set the **Default Price** to the price you want to charge a **junior**.
2. Use price overrides to set the price for your **member roles**.

Juniors then get the default price, and members get the appropriate role-based price.

## FAQs

<details>

<summary>Who can create juniors?</summary>

Members with the Trainee or Member role.

</details>

<details>

<summary>What happens when the parent member leaves the club?</summary>

Any registered junior members are deactivated, but not deleted — preserving any record keeping your club is required to maintain.

</details>

<details>

<summary>Do juniors have a probationary period?</summary>

No. At present juniors are the responsibility of the parent member and don't follow the probation/approval workflow that members do.

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

```
GET https://docs.range-mate.co.uk/for-club-admins/junior-members.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.
