> 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/rodeo-management/setting-up-your-rodeo/making-changes-to-entered-events.md).

# Making Changes to Entered Events

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

### Adding Go-Rounds

From the Entry screen, click into the contestant's specific entry. For example, you might go into Emily Thompson's entry.

Go to Go-Rounds. Here, you can search for the events you want to add. For example, you might add Junior Girls.

Hold the Control key on your keyboard to select multiple events at once. Once you've selected the events you want, click Submit. They'll appear under Go-Rounds for that contestant.

### Removing a Contestant From a Go-Round

If you need to draw a contestant out of a go-round, select the event you want to remove them from, for example Junior Girls Trail Course, and click the Draw Out of Go-Rounds button.

This removes the entry and stock fees associated with that event from their statement.

### Editing an Existing Entry

If a contestant is already entered in go-rounds and you need to make changes, follow the same process. Go to their entry, go to their existing go-rounds, and make changes the same way you would for a newly created entry.


---

# 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/rodeo-management/setting-up-your-rodeo/making-changes-to-entered-events.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.
