# Probation to Member Workflow

Range Mate is designed to deal with users who start on a fixed-length probationary membership and then once they pass their training or assessment period, move onto a full one. However because most clubs operate a "membership year" method of renewals, this presents a problem in making sure user's subscriptions are aligned to the membership year and everyone renews together.

The basic workflow is:

1. When the user is approved for training, a new Probationary Membership Subscription gets created that starts "today" and ends in 6 months time by default. You can override this with the "Default Length" option per membership type
2. Once the user has passed, Range Mate will end their Probation and create a new full membership that ends at the end of the current membership year
3. At renewal, the user now renews just like everyone else

Here's a visual example:

<figure><img src="/files/2FgQdkRwLSx14agYfrvz" alt=""><figcaption></figcaption></figure>

And another, this time when the probation overlaps two membership years

<figure><img src="/files/C0SDxMIJbG1JB98sBZKN" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
Remember: your membership year doesn't have to align to a calendar year. All membership subscriptions will align to the membership year you set for the club
{% endhint %}


---

# Agent Instructions: 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/concepts/memberships/probation-to-member-workflow.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.
