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

# 引退

競走馬には出場できるレースの上限回数が決まっており、上限に達した馬は引退となります。

また上限回数に満たない状態でも途中で引退させることもできます。

馬の詳細画面の「引退ボタン」から、引退と同時に繁殖権利を取得するか交配に使用することができるアイテムと交換するかを選択することができます。

繁殖権利の場合は引退する馬の競走成績やレアリティに応じた追加購入できる繁殖権利が付与されます。繁殖権利の上限はそれぞれ違います。

交配権チケットは引退させた馬と同じレアリティの繁殖馬の交配回数を増やすことができるアイテムとなります。

引退すると馬のパラメータがその馬の潜在能力（限界値）の値である緑のMAX表記で表示されます。

詳しくは「交配」のページをご参照下さい。

また、繁殖牝馬や種牡馬権利はマーケットで販売することも可能です。

※引退した馬を交配に使用出来るのは引退後から現実時間で半年以内となります。 　半年以降、サーバーの容量限界に伴い削除させていただきます。


---

# 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/retire.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.
