> 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/product-docs/show-day-tools/api-integrations/governing-bodies-we-work-with.md).

# Governing Bodies We Work With

## Organizations We Support via API&#x20;

Horse Spot maintains API integrations with the following governing bodies, allowing us to verify membership status, horse records, and other details directly from each organization.

**USEF**\
United States Equestrian Federation: the national governing body for most equestrian sports in the United States. Horse Spot is an approved software provider with USEF.

**FEI**\
Fédération Equestre Internationale: the international governing body for equestrian sport.

**USDF**\
United States Dressage Federation: the national membership federation for the sport of dressage.

**USHJA**\
United States Hunter Jumper Association: the organization dedicated to representing the hunter and jumper disciplines.

**AHA**\
Arabian Horse Association: the national organization that registers Arabian horses in the United States.

**TWHBEA**\
Tennessee Walking Horse Breeders' & Exhibitors' Association.

**NRHA** *(Coming Soon)*\
National Reining Horse Association: the international governing body for the sport of reining. This integration is currently in development.

***

For more on what Horse Spot verifies through these integrations, see our API Integrations & Membership Verification guide.

{% content-ref url="/pages/6c0pLCnqOcr35wwzjGYq" %}
[Verifying Members and Participants](/product-docs/show-day-tools/api-integrations/verifying-members-and-participants.md)
{% endcontent-ref %}


---

# 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/product-docs/show-day-tools/api-integrations/governing-bodies-we-work-with.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.
