> 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/navigating-horse-spot.md).

# Navigating Horse Spot

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

### Logging In

Go to horsespot.net and click the blue Login button in the top right corner to log into your account.

### Finding Rodeos and Shows

Once logged in, you can see all upcoming rodeos under the Rodeo discipline. You can also search by area, show name, venue, location, or date for the competition you're looking for, whether it's a rodeo, horse show, or other event.

### Your Profile

From your profile, you can see all of the upcoming events you've entered.

#### My Shows

My Shows lists all of your upcoming shows. Click into an individual competition or rodeo to see the specific details of your entries, or create a new entry directly from here. This brings you to that competition or rodeo's entry page, where you can enter a new contestant.

#### My Horses

If you have horses you're entering in competitions, add their information here, including their organization.

#### My People

For NLBRA members, this is where you manage the people entering into rodeos, meaning your contestants. You can include all of their information here.

Under Organizations, add NLBRA and include the member ID, which is the contestant's back number. You can also associate a payment method within your profile.

You'll also see a list of active memberships here. If you're an NLBRA member, your membership and status will show up in this section.

#### Payment Methods

This section shows the payment methods associated with your account. You can add new payment methods or delete existing ones.

If a payment method is associated with a current rodeo, you won't be able to remove it. Instead, add a new payment method to your profile.

#### Orders

Orders shows the history of every entry you've made for every contestant across every rodeo.

### Using the Top Drop-Down Menu

You can also reach all of these sections from the top drop-down menu.

#### Cart

Your cart shows any items you've started but haven't finished. Note that if you've started a membership and step away, you can't start a new membership until that one is either removed from the cart or completed.

#### All Shows

All Shows lists every rodeo and horse show on the Horse Spot platform.

#### Organizations

This section lists the different organizations that use Horse Spot to manage memberships, including NLBRA.

#### About

About brings you to Horse Spot's About page, where you can learn more about us.


---

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