> 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/nra-safe-shooter-card/nra-disciplines.md).

# NRA Disciplines

An NRA Safe Shooter card lists a number of disciplines on the back, which detail what the shooter is signed off as "competent" to shoot.

You can enable or disable what disciplines are applied to a card from the Users page.

{% tabs %}
{% tab title="Desktop" %}

* Click on People > Users
* Find the user you want to edit, click on their record to bring it up
* Click Edit on the User details card
* Scroll down to the field where you can see "NRA Safe Shooter card disciplines"
* Add/Remove whatever is required
* Click save
  {% endtab %}

{% tab title="Mobile" %}

* From the Dashboard, scroll down and tap "Members Directory"
* Find the user you want to edit, tap on their record to bring it up
* Click Edit on the User details card
* Scroll down to the field where you can see "NRA Safe Shooter card disciplines"
* Add/Remove whatever is required
* Tap save
  {% endtab %}
  {% endtabs %}

{% hint style="info" %}
Remember: there are three main things that control whether a user gets a card at all:

1. The Membership type must have the "Issue an NRA Safe Shooter card?" setting enabled
2. Your club must be the user's Primary Club
3. The User needs to have paid for their membership
   {% endhint %}

#### What happens if the user already has a card ordered or issued?

Modifying these disciplines doesn't automatically ask the NRA to issue a new card for this user, because this has a cost implication to the club. If you need to re-issue a card due to an error, or a new discipline should be added, contact Range Mate support. We are working on letting clubs and users request this themselves.


---

# 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-club-admins/nra-safe-shooter-card/nra-disciplines.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.
