> 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/entries/detailed-entry-view/editing-and-replacing.md).

# Editing & Replacing

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

## **Editing an Existing Profile**

### Making Edits from an Entry

Making updates to an entry is easy. Use the three dots on the right side of a horse, person, or farm, then click Edit to make changes to that profile.

### Profile Tabs

Every profile has several tabs at the top, not just personal information, but also organizations and memberships, payment details, a place to store files, and a log of that horse's or person's show history.

### Replacing a Person on an Entry

If you need to swap out one of the people on an entry, for example, changing the listed trainer, click Replace. Start typing the last name of the person you're looking for, or click Add New Person if they're not yet in your database. This replaces the existing profile with the new one, updating the entry accordingly.

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

## **Adding or Removing Entry Fields**

The options available for adding or removing records on an entry depend on how your entry configuration is set up. Depending on your settings, you can remove riders from an entry, add riders, or add other optional fields.


---

# 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/entries/detailed-entry-view/editing-and-replacing.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.
