# How Are Bonuses Calculated?

Bonuses in Peaxel are applied on top of your lineup’s weekly score and come from several sources:

1. **Card Multiples:**
   * If you own multiple cards of the same talent, a **bonus multiplier** is applied for stacking.
2. **Card Force:**
   * Each card has a **Force stat**; higher Force increases the points contribution of that card in your lineup.
3. **Card Experience:**
   * Cards gain **Experience** each time they are used in a Gameweek. More experienced cards earn a **performance bonus**.
4. **Other Multipliers:**
   * Some cards or events provide **special bonuses** (e.g., event-specific or rarity-based multipliers).

**Tip:** Strategically combining high-Force, high-Experience, or multiple cards of the same talent maximizes your lineup’s score.


---

# 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://docs.peaxel.me/guide/faqs/gameplay-and-scoring/how-are-bonuses-calculated.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.
