> 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/enter-a-rodeo-on-horse-spot.md).

# Enter a Rodeo on Horse Spot

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

### Finding the Rodeo

Navigate to the rodeo you'd like to enter. There are a couple of ways to find it.

Go to the Horse Spot website and filter down to Rodeos to see the different rodeo options available.

Once you find the rodeo you want, click Add Entry to start entering your contestant information.

### Adding Your Contestant

If you already have contestant information saved in your Horse Spot profile from completing a membership, it will populate in the drop-down menu.

If you haven't completed a membership yet but still want to enter a rodeo, and you don't have contestant information in the drop-down, you can create a new contestant.

1. Enter all of the appropriate information.
2. Under Organizations, add your organization (for example, NLBRA).
3. If you're renewing a membership, enter your back number in the Membership ID box. Your back number stays the same when you renew.
4. Add any other memberships you hold, such as for other disciplines or organizations.

Once complete, save the information. It will show as complete once everything is filled in.

### Adding Emergency Contact Information

Next, add your emergency contact information for the contestant.

### Adding Events

Once your contestant and emergency contact information are complete, add your events.

Each event you add includes the appropriate stock fee as a separate line item. Stock fees are charged per class, so adding multiple events will add a stock fee for each one.

For example, adding Junior Boys Bareback Steer Riding might show a $15 fee, plus an additional $35 Rough Stock fee. Adding Breakaway Roping on top of that would add another stock fee.

Once you've added all the events you want for your contestant, click Next to move to fees.

### Reviewing Fees

This screen shows the required fees for the rodeo. Some rodeos include optional fees, such as stalls or RV spots. Others require additional fees, such as a judges fee or a medical fee. Fees vary from rodeo to rodeo.

Everything you need to pay is listed on the right hand side.

### Checking Out

Click Continue to Cart to move to checkout.

Some rodeos require a credit card on file to hold the entry. If so, you'll be prompted for this before reaching the checkout screen.

When you're ready, click Checkout. Your entry information will be submitted to the rodeo secretary for review.

### Confirmation

You'll receive a confirmation email once your entry has been submitted. Once the rodeo secretary reviews and accepts your entry, you'll receive a second confirmation email.

### Need Help?

If you have any questions, reach out to us at <support@horsespot.net>. Good luck with your rodeo season.


---

# 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/enter-a-rodeo-on-horse-spot.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.
