> For the complete documentation index, see [llms.txt](https://draft-labs.gitbook.io/draftables-litepaper/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://draft-labs.gitbook.io/draftables-litepaper/athletes-and-training/training-and-development.md).

# Training and Development

Training athletes in Draftables requires players to make decisions on how to best allocate their time and resources. The game features a comprehensive training system where athletes can improve their skills through various activities, improving both physical (speed, strength, etc.) and mental (IQ, awareness, etc.) abilities.

The effects of training are directly reflected in athletes' performances during matches. Strategic decisions as to the types of training a certain athlete is committed to can lead to the development of related aspects of an athlete's game, turning those with high potential into star athletes or even franchise players.&#x20;

Training facilities play a significant role in athlete development. Players can invest in upgrading their facilities, which unlocks advanced training options, increases facility capacity and accelerates athlete development. Each facility, from gyms to training centers, provides unique benefits, emphasizing the strategic layer of managing your facilities in conjunction with your players.

<figure><img src="/files/syEyptR32gHRAsNbFqn4" alt=""><figcaption></figcaption></figure>


---

# 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://draft-labs.gitbook.io/draftables-litepaper/athletes-and-training/training-and-development.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.
