> 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/horses/horse-attributes.md).

# Horse attributes

Different environments require different stats from your horses. You must study the environment carefully and select horses that are most suitable for the racecourse to enable them to perform at their best!

The details of the different environments are:

| Attributes |                                         |
| ---------- | --------------------------------------- |
| Dirt       | The ability to run on a raw dirt track. |
| Grass      | The ability to run on grass.            |
| Snow       | The ability to run on snow.             |
| Clay       | The ability to run on mud or clay.      |

These attributes are abilities that are inherent from birth, although they can be improved with training. However, some things cannot be controlled, such as climate. Weather will be a variable in all races and your horse may encounter hard rain or a beautiful sunny day.


---

# 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:

```
GET https://docs.speedstar.io/en/gameplay/horses/horse-attributes.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
