# Card Training

All cards in the FutureSport ecosystem can be improved with either time, completing competitions or consumables. There are various ways a card's power can be improved through training including:

## Avatar Cards

1. **Level** - increase card level to improve the base power of a card to it's full potential.
2. **Skills** - increase the skill of your card in a particular role within a sport. For example (baseball - hitting, pitching, fielding skills). Higher skills improve a card's accuracy in completing plays from the real world.
3. **Abilities** - abilities are activated during a competition and can impact a card's scoring, accuracy or have other effects. Training a card with particular abilities will unlock and increase the power of said ability.

## Player Cards

1. **Level** - increase card level to improve the base power of a card to it's full potential.
2. **Abilities** - abilities are activated during a competition and can impact a card's scoring, accuracy or have other effects. Training a card with particular abilities will unlock and increase the power of said ability.


---

# 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://futuresport.gitbook.io/futuresport-whitepaper-1.0/evolve/cards/card-training.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.
