# How To Train

1. Visit the [**Training**](https://app.muzzle.run/train) tab from the left hand navigation menu
2. Make sure [**Metamask**](https://metamask.io/) is installed and configured to point to the [**Polygon network**](https://docs.polygon.technology/docs/develop/metamask/config-polygon-on-metamask/)
3. Select the desired training session
4. Select from available hounds. Note: If the training session is for permanent statistical improvement, only hounds with less than 98 points for that specific statistic will be available (provided they have not completed 5 training programs for permanent statistical improvement).
5. Accept the MetaMask prompt
6. Your hound will enter a capsule while the training is in progress
7. Do not exit the page while training is in progress, it shouldn't take longer than a minute
8. View the results of your training session

Note: The training results take effect immediately and can be viewed on Muzzle Run by clicking "View Card" inside your kennel, however if you wish to view them immediately on OpenSea then you will need to [**refresh Metadata**](/muzzle-run-docs/muzzle-run-racing/opensea/refresh-metadata.md)


---

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