> For the complete documentation index, see [llms.txt](https://help.horsespot.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.horsespot.com/nlbra/nlbra-contestants/signing-up-for-your-nlbra-memberships.md).

# Signing up for your NLBRA Memberships

{% embed url="<https://www.loom.com/share/9828d15e0d4c49d2b9184db5a1a953f1>" %}

### Accessing the NLBRA Membership Portal

There are three ways to reach the NLBRA membership portal.

#### Option 1: Through the Horse Spot Website

Go to Horse Spot and click Organizations in the top right corner. Find NLBRA by scrolling through the list or using the search bar to search for National Little Britches Rodeo Association.

#### Option 2: Through the NLBRA Website

Go to the NLBRA website and click Membership. This will redirect you to Horse Spot, where memberships are managed.

#### Option 3: Direct URL

Type horsespot.net/NLBRA directly into your browser's URL bar.

### Renewing an Existing Membership

Once you're on the membership page, click the Join or Renew button.

If you've been a member before and renewed on or after July 6, 2025, click Yes when prompted.

1. Search for your name and select it from the list.
2. Confirm your membership type (for example, Contestant Membership).
3. Complete the additional information required, including your nickname (if applicable), expulsion verification, parent information, email, and phone number.
4. Sign the waiver.
5. Proceed to the payment screen.

On the payment screen, you can add a new payment method and choose to have it automatically charge for future renewals, so your membership renews without any extra steps on your part.

### Starting a New Membership

If you have not been a member since July 6, 2025 or more recently, you're considered a new member.

1. Click No when asked if you've renewed since July 6, 2025.
2. Select the type of membership you'd like (for example, Contestant Member).
3. Click Create New Member.
4. Enter the information required to set up your membership.
5. Complete the additional info page for your specific membership type.

The NLBRA National Office will review this information before your membership is activated. If anything was submitted incorrectly, the office will send it back to you for correction.

6. Select your payment method and continue to your cart.

### Adding Multiple Memberships

If you need to add more than one membership type, such as an Announcer Membership alongside a Contestant Membership, click Add Membership Type and enter the required information for that membership.

If any required information is missing, Horse Spot will flag it so you can add it before moving forward. Once complete, continue through the additional information page, sign the waiver, and proceed to payment.

If you're adding an associate membership on top of another membership, any applicable discount will be reflected in your cart before checkout.

### Need Help?

If you have any questions about the membership process, reach out to <support@horsespot.net>.


---

# 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://help.horsespot.com/nlbra/nlbra-contestants/signing-up-for-your-nlbra-memberships.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.
