> For the complete documentation index, see [llms.txt](https://guide.muzzle.run/muzzle-run-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide.muzzle.run/muzzle-run-docs/muzzle-run-racing/training/training-programs.md).

# Training Programs

There are two main types of training programs:

* Training for permanent statistical improvement
* Training for a temporary boost

In addition to performance enhancements, every training session also:

* &#x20;Earns your kennel XP: XP or Experience Points will be able to be spent inside the rewards store including entering special tournaments.
* Increases the Form statistic by two points (when Form is 98 or less) or 1 point (when Form is 99 or less). When Form is at 100 then it is not increased.
* Mints your kennel a new random Rabbit

### Training for permanent statistical improvement

Once the training program is complete your hounds base statistics will be permanently increased. There are 4 training programs under this category.

* Speed Training: Increases a Racers top speed stat by 1-3 points
* Acceleration: Increases a Racers acceleration stat by 1-3 points
* Endurance: Increases a Racers endurance stat by 1-3 points
* Consistency: Increases a Racers consistency stat by 1-3 points

### Training for a temporary boost

Once the training program is complete your hounds performance will be increased for a defined number of races. There are 4 training programs in this category.

* Speed Boost: Boosts a Racers top speed for the next 10 races
* Amplify Acceleration: Boosts a Racers acceleration for the next 10 races
* Tweak Endurance: Boosts a Racers Endurance for the next 10 races
* Consistency Juice: Boosts a Racers consistency for the next 10 races

Note: You can view how many boosts are remaining for your hound on Opensea. Remember to [refresh metadata](/muzzle-run-docs/muzzle-run-racing/opensea/refresh-metadata.md) first


---

# 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://guide.muzzle.run/muzzle-run-docs/muzzle-run-racing/training/training-programs.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.
