> 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/getting-started/account-settings/your-admin-page.md).

# Your Admin Page

## Your Tenant Site is your admin login page

Every Organizer has their own tenant site with a unique URL link. For example:

[theridge.horsespot.net](http://theridge.horsespot.net/) (Ridge Showjumping)

[ths.horsespot.net](http://ths.horsespot.net/) (Tower Hill Stables)

Consider this to be your main page to access any admin functions for your shows. Show Organizers can use their admin login page to display a custom list of only their horse shows. Consider it your own ‘calendar of events’!

**Can’t find your admin page?** Look for the email (Subject Line: Login & Next Steps) with all of the handy links and details.

Simply email us the name you’d like to use and we will set it up on our end.&#x20;

Horse Spot recommends using acronyms and/or short names to make it easier to type out manually. Contact us if any URL changes are needed.

Don’t forget: Exhibitors and spectators can also easily search and find your show from our main page—[www.horsespot.net](http://www.horsespot.net/)&#x20;


---

# 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/getting-started/account-settings/your-admin-page.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.
