> 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/general-management-tools/billing-and-business-administration/updating-my-billing-plan.md).

# Updating my Billing Plan

## Show Management Platform

Horse Spot offers three billing tiers: Starter, Standard, and Pro, each priced per entry (horse & rider combo, per horse show or per contestant for rodeos). As you move up a tier, you unlock more of the platform's tools.

<a href="https://about.horsespot.com/contact-us" class="button primary">Ask us about Pricing</a>

<table data-header-hidden="false" data-header-sticky><thead><tr><th width="289.375">Show Management Offerings</th><th align="center">Starter</th><th align="center">Basic</th><th align="center">Pro</th></tr></thead><tbody><tr><td>Entries + Management Platform</td><td align="center">✔️</td><td align="center">✔️</td><td align="center">✔️</td></tr><tr><td>Live Scoring Staff Portal Screen</td><td align="center"></td><td align="center">✔️</td><td align="center">✔️</td></tr><tr><td>Series Point Tracking</td><td align="center"></td><td align="center">✔️</td><td align="center">✔️</td></tr><tr><td>Digital Signatures/Waivers</td><td align="center"></td><td align="center">✔️</td><td align="center">✔️</td></tr><tr><td>Online Order of Go Class Sign Ups</td><td align="center"></td><td align="center"></td><td align="center">✔️</td></tr><tr><td>Governing Body Verifications and Entry Agreement + Waivers (IE: USEF) </td><td align="center"></td><td align="center"></td><td align="center">+$2</td></tr></tbody></table>

## Organizations Platform

Memberships is a separate feature for Organizations, priced per transaction made by members. It's free for the Organization itself to use.

| Org Offerings                    | All Inclusive Plan |
| -------------------------------- | :----------------: |
| Organization Membership Database |         ✔️         |
| Digital Payments for Members     |         ✔️         |
| Easy Payment Collection for Orgs |         ✔️         |
| Custom Branded Experience        |         ✔️         |
| Connected to sanctioned shows    |         ✔️         |
| Easy Import/Exports of Data      |         ✔️         |
| Migration Support                |         ✔️         |

With Memberships enabled, your Organization gets an Organization Membership Database, Digital Payments for Members, and Easy Payment Collection tools. You can also create a Custom Branded Experience for your members, connect directly to sanctioned shows on Horse Spot, and easily import/export your membership data.


---

# 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/general-management-tools/billing-and-business-administration/updating-my-billing-plan.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.
