# Concepts

- [Users](https://docs.range-mate.co.uk/concepts/users.md)
- [Adding new users](https://docs.range-mate.co.uk/concepts/users/adding-new-users.md)
- [Upgrading a Guest to a Member](https://docs.range-mate.co.uk/concepts/users/upgrading-a-guest-to-a-member.md)
- [Memberships](https://docs.range-mate.co.uk/concepts/memberships.md)
- [Probation to Member Workflow](https://docs.range-mate.co.uk/concepts/memberships/probation-to-member-workflow.md)
- [Junior Members](https://docs.range-mate.co.uk/concepts/junior-members.md): Junior members are a different 'class' of user entirely, and don't share many of the same abilities as regular users. Here's a guide on how they work and how to manage them
- [Invitations](https://docs.range-mate.co.uk/concepts/invitations.md)
- [Events](https://docs.range-mate.co.uk/concepts/events.md)
- [External Calendars](https://docs.range-mate.co.uk/concepts/events/external-calendars.md)
- [Price Overrides](https://docs.range-mate.co.uk/concepts/events/price-overrides.md)
- [Bookings](https://docs.range-mate.co.uk/concepts/bookings.md)
- [Range Logs](https://docs.range-mate.co.uk/concepts/range-logs.md)
- [Shooting Records](https://docs.range-mate.co.uk/concepts/shooting-records.md)
- [Strict Record Keeping Mode](https://docs.range-mate.co.uk/concepts/strict-record-keeping-mode.md): What this mode is, and how it changes the way shooting records are managed within Range Mate


---

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