> 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/add-backs/adjusting-the-add-back-format-c.md).

# Adjusting the Add Back (Format C)

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

### Turning On the Add-Back

As with other settings, you can use the Bulk Actions button to update your add-back.

If you're running Format C for your rodeo, select the checkbox in the top left of the table, then choose Bulk Actions and Edit.

The first item to edit is Is AddBack, the seventh option down in the list. Check Yes. This turns on the add-back feature, and you'll see it reflected in the Prize column.

### Setting the Add-Back Percentage

Go back to Bulk Actions and Edit again. This time, change the AddBack Percent Per Entry. In most cases, this is 60%, though you can adjust it based on your rodeo's specifications.

Once you click Save, the Prize column will update to show "AddBack 60%."

### Reviewing the Add-Back Configuration

Click into any go-round to see its add-back configuration on the right-hand side of the pop-up box. This shows your entry price, your percent per entry, and whether the add-back is on. It also shows what the calculation is based on and gives you a sample calculation.

For example, if your entry fee is $15, the sample calculation might show a total add-back of $90 for 10 entries, with the add-back turned on.

### Adding Base Prize Money

If you have base prize money to add to the prize pool, such as $20 to start, enter that amount in the Base Prize Pool box. Your sample calculation will adjust to reflect it.

If you don't have base prize money to add, leave this box set to zero.

That's how you update the add-back for your rodeos.


---

# 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/add-backs/adjusting-the-add-back-format-c.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.
