> 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/basic-show-setup/personalizing-your-dashboard.md).

# Personalizing your Dashboard

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

## **1. Update Your Showground Name**

At the top of your dashboard, you'll see the name of your showground. This can be your series name, farm name, or anything else that fits your organization. To change it, click the name, which will take you to your profile settings to make the update. Once you save your changes, the new name will appear on your main dashboard, and this is also what the public will see.

## **2. Update Your Images**

Your dashboard also displays a set of images meant to represent your show series, professional action shots of horses competing, award photos and team pictures.

To update these, click Edit Photos on your dashboard, or go to your settings. From there, drag and drop the photos you want to include and upload them. Once complete, they'll appear back on your shows page.

If you don't add any images, those image tiles simply won't appear on the exhibitor-facing side. Exhibitors will see your photos if you've added them, and if not, they'll just see the title without an image.

{% hint style="info" %}
Horse Spot does not allow for logos in the photo album section. If you add a logo here, it may get removed. The reasoning for this is because this section is not optimized to fit every logo size which is why we have a standard logo area where you can upload a logo file with the recommended 400x400 size.
{% endhint %}

## **3. Review Your Templates, Drafts, and Shows**

Below your showground name and images, you'll find your templates and drafts. This section is only visible to you, the public-facing view does not include it.

Below that, you'll see any shows that are live or completed. This includes upcoming shows as well as past ones. You can filter this list by status: archive any shows you no longer want shown (for example, ones created by mistake), filter to see only cancelled shows, or view all statuses together.

This is just a quick overview of your dashboard. We'll go into more detail on additional features in the next guides.

{% hint style="info" %}
We recommend only using the archive feature for shows that you had in draft but are not running. Horse Spot does not recommend drafting completed shows so results continue to display for exhibitors and contestants publicly.&#x20;
{% endhint %}


---

# 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/basic-show-setup/personalizing-your-dashboard.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.
