> 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/stock-pools.md).

# Stock Pools

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

### Accessing Stock Pools

Go to Draws, then shift over to the Stock Pools tab at the top. This shows any stock pools you've already created.

### Archiving Stock Pools

You can archive a stock pool you no longer need. From this same screen, you can toggle whether archived stock pools are shown, and unarchive them later if needed.

### Creating a New Stock Pool

Click the New Stock Pool button. Add the name and the stock contractor.

From there, add each entry with its name, type, and identifier, whether that's a name or a number.

Once you've added your entries, they'll show up under your stock pools.

When you create a new rodeo by copying information from a past rodeo, your stock pools will be copied along with it.

### Assigning a Stock Pool to a Go-Round

Go to the Go-Round tab under Draws. Find the event you want to assign a stock pool to, and select the stock pool you'd like to use, for example Horses 1.

Save your changes so the stock pool is ready to go when you're ready to run your draw.


---

# 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/stock-pools.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.
