> 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/player-and-jobs/therapist.md).

# Therapist

Certain activities such as training and racing can fatigue your horse and it can become injured. The gameplay is designed to mimic real life, where this can improve simply by the passing of time. However, if you want to speed up the recovery from injury and tiredness, you will require the skills of a therapist. The role of the therapist is to cure these issues, so the horse gets back to the track or to training as fast as possible. However, there is a cost implication from using the services of a therapist.

Horses injured upon treatment will not increase the Therapist's Fatigue and can heal injuries with a 100% success rate.

### Therapist Skill

A Therapist's unique abilities will help horses to gain more effective healing. The recovery cost is randomly assigned for each horse’s healing. The recovery will also be dependent upon other factors such as the horse's physical condition.

{% content-ref url="/pages/B0jY2UPvvnhuwEJ2s1NX" %}
[Fatigability](/en/gameplay/horses/fatigability.md)
{% endcontent-ref %}

### Facilities Bonus

In ‘Treat Course’, there is the option of having treatment with a therapist. If the horse owner has the same type of Facility and course, the horse will receive a bonus from the Facility. The effect that occurs will depend on each facility type. Courses with effects can take only one horse for treatment at that time, such as ​Pasture and ​Hot Spring.

{% content-ref url="/pages/pdwTyScfBzx3JmRA49wp" %}
[Ranch Facilities](/en/gameplay/lands/ranch/ranch-facilities.md)
{% endcontent-ref %}

### Therapist Stats

The amount of Therapist Stats will affect a Treatment bonus that will be added to Total Recovery.

Therapist Stat 1 point = Treatment +0.025

For example, if you have a **Therapist Stat 234 points**, the Treatment Bonus that will be added to Total Recovery will be **5.85.**

### Mastery Bonus, Energy and Wage

The therapist's expertise affects the horse's fatigue recovery, the player's energy consumption, and the minimum wage rate for each activity.

<table><thead><tr><th width="198.67828932434162">Mastery</th><th width="202.1332231330946">Recovery time</th><th width="199">Energy</th><th>Wage</th></tr></thead><tbody><tr><td>Mastery 1</td><td>1% ~ 3%</td><td>-10</td><td>500 <strong>$SPEED</strong></td></tr><tr><td>Mastery 2</td><td>4% ~ 7%</td><td>-8</td><td>1,000 <strong>$SPEED</strong></td></tr><tr><td>Mastery 3</td><td>8% ~ 10%</td><td>-6</td><td>1,500 <strong>$SPEED</strong></td></tr><tr><td>Mastery 4</td><td>10% ~ 15%</td><td>-4</td><td>2,000 <strong>$SPEED</strong></td></tr><tr><td>Mastery 5</td><td>15% ~ 20%</td><td>-2</td><td>2,500 <strong>$SPEED</strong></td></tr></tbody></table>

These wages will be taxed 35% and will be burned out of the circulating supply as fees.


---

# 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/player-and-jobs/therapist.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.
