# Horse Attributes

สภาพแวดล้อมในการแข่งขันมีผลกับม้าแตกต่างกันไปตามคุณสมบัติต่าง ๆ ของม้าแต่ละตัว ม้าของคุณจะวิ่งได้ดีในสภาพแวดล้อมแบบไหน ต้องศึกษาคุณสมบัติเหล่านี้ให้ดี และเลือกใช้งานม้าให้เข้ากับสภาพแวดพร้อมเพื่อดึงศักยภาพสูงสุดออกมา และคว้าชัย

รายละเอียดของคุณสมบัติต่าง ๆ มีดังนี้

<table><thead><tr><th width="150">Attributes</th><th>Descriptions</th></tr></thead><tbody><tr><td>Dirt</td><td>ความสามารถในการวิ่งบนสนามดิน</td></tr><tr><td>Grass</td><td>ความสามารถในการวิ่งบนสนามหญ้า</td></tr><tr><td>Snow</td><td>ความสามารถในการวิ่งบนสนามหิมะ</td></tr><tr><td>Clay</td><td>ความสามารถในการวิ่งบนสนามโคลน</td></tr></tbody></table>

ค่าความสามารถเหล่านี้เป็นความสามารถโดยรวมของม้าแต่ละตัว ซึ่งติดตัวมาตั้งแต่แรกเกิด ไม่สามารถฝึกฝนต่อยอดให้ดีขึ้นได้ แต่ก็ยังมีสิ่งที่ไม่สามารถควบคุมได้อย่าง เช่น ภูมิอากาศ เป็นต้น ซึ่งภูมิอากาศจะเป็นตัวแปรในการแข่งขันซึ่งม้าของคุณอาจจะเจอสภาพอากาศที่เลวร้าย หรือวันฟ้าใสก็เป็นไปได้


---

# Agent Instructions: 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/th/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.
