> For the complete documentation index, see [llms.txt](https://docs.speedstar.io/en/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.speedstar.io/en/gameplay/wild-horse-run/wild-horse.md).

# Wild Horse

Wild Horse is similar to a standard horse. But there are some things that make Wild Horse get more special than standard horses. Let's see!

<figure><img src="/files/wVCkZ1wyYIncamnRTf3x" alt=""><figcaption></figcaption></figure>

* The Wild Horses have a random chance of receiving a level between 5-10 as a reward.
* The Wild Horses will randomly receive current stats at up to 80% of Max Stats STA SPD DEX INT including GAT and TMP.
* Wild Horses could either be barren or have the ability to breed up to 1-3 times depending on the randomness.
* Wild horses have a different stubbornness than normal horses and therefore cannot be trained with the Training Facilities.
* Wild horses will grow and train themselves from the forest. Therefore, the horse will last 15-50 from the date it was acquired by the player.

Wild Horses can only be obtained from the Wild Horse Run, which can be sold as NFTs on the Marketplace. Materials to be used in building new facilities on the ranch can be found through this mode.


---

# 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://docs.speedstar.io/en/gameplay/wild-horse-run/wild-horse.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.
