> For the complete documentation index, see [llms.txt](https://universal-stallion.gitbook.io/universal-stallion/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://universal-stallion.gitbook.io/universal-stallion/horse/stable.md).

# 入厩

交配やNFTをインポートした仔馬は未入厩馬として所有します。

未入厩馬は入厩をすることでレース馬として使用することが可能です。

入厩はマイページの入厩、もしくは馬一覧の未入厩馬一覧から選択することで実行することが可能です

入厩したタイミングから時間進行によって馬齢が増加していくので注意が必要です

また入厩にはHPを使用し、消費するHPは入厩する馬の成長タイプによって異なります。

成長に時間がかかる晩成の馬ほど入厩時にかかるHP消費量は低く、反対に早めに活躍ができる早熟馬は入厩時にかかるHP消費が高くなります。

入厩ができるのは1月1週～1月4週までとなっており、入厩時の馬齢は必ず2歳から開始します。


---

# 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://universal-stallion.gitbook.io/universal-stallion/horse/stable.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.
