> 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-settings-and-fees/public-experience-overview.md).

# Public Experience Overview

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

## **Public Experience Settings**

This guide covers the Public Experience settings, the information displayed to exhibitors and spectators when they visit your public dashboard page, including Entry Registration Open/Close, Payment Settings, Horse Health Documents, and Digital Signatures on Waivers & Entry Agreements.

### Entry Registrations & Stabling Requests

#### Entry Registration Open/Close

One of the most important fields here is your entry registration window.

1. Set your Entry Registration Opens date and time, then click OK to save.
2. Set your Entry Registration Closes date and time the same way.

Your show's time zone is set separately under the Configuration tab, so be sure that's configured correctly as well.

#### Customizing Add/Scratch Cutoffs

You can customize when adds and scratches are cut off, including setting a specific closing date and time.

#### Hiding the Entry List Per Class

You can choose a date and time for when you'd like to hide the entry list per class from public view.

#### Entry Selection: Choosing What to Display

Depending on the type of competition you're running, you can **choose to display divisions and classes together, divisions only, or classes only.**

A note on discipline-specific selections: some disciplines may use different types depending on the type of competition they are running. For example we have a callout that, rodeo shows use divisions only.&#x20;

{% hint style="info" %}
Horse Spot is actively working on tailoring which information displays by default based on your discipline, so if you see a callout mentioning this, it just means we're optimizing the experience to be more personalized to your discipline over time.
{% endhint %}

#### Payment Settings

Payment settings require an active payment gateway, such as Stripe. If you haven't set one up yet, reach out to the Horse Spot team and we can help.

1. Check whether a payment method is required for an entry sign-up.
2. Check whether a payment method is required for a stabling request.
3. Click Save Changes once you're ready to publish.

For more detail on horse health document requirements and digital signatures on waivers and entry agreements, see the Horse Health Documents and Digital Signatures on Waivers & Entry Agreements guides.

### Documentation

{% content-ref url="/pages/EzVndzkZopuvki6TcrST" %}
[Managing Horse Health Documents](/product-docs/show-day-tools/entries/managing-horse-health-documents.md)
{% endcontent-ref %}

### Show Fees

{% content-ref url="/pages/xV8pUyOVKmMiSTylTmtY" %}
[Show Fee Setup & Customizations](/product-docs/show-settings-and-fees/show-fee-setup-and-customizations.md)
{% endcontent-ref %}

### Results Display Settings

If you run dressage shows, scroll down to Results, where you'll find a checkbox to hide dressage test scores and remarks from public view. By default, these are displayed publicly, check the box if you'd rather keep them hidden.

Horse Spot is actively working on more discipline-specific rules and configurations here, so if a setting doesn't apply to your discipline, feel free to skip past it.

Remember to click Save for any changes you make on this page.


---

# 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-settings-and-fees/public-experience-overview.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.
