# Ambition

### ⚡️ Boost your XP

Ambition determines how quickly your Terry levels up by increasing all <mark style="color:green;">**XP**</mark>**&#x20;rewards**. Higher Ambition means faster progression, more skill points, and stronger long-term growth.

***

#### 💡 What Ambition Does

Ambition increases <mark style="color:green;">**XP**</mark> gained from:

* Leaving reviews
* Completing weekly quests
* Onboarding Achievements
* Any <mark style="color:green;">**XP**</mark>-based action

Ambition affects <mark style="color:green;">**XP**</mark>**&#x20;only,** not <mark style="color:blue;">**LP**</mark> or <mark style="color:orange;">**Credits**</mark>.

***

#### 🧮 Formula

```
Total XP = BaseXP × (1 + Ambition × 0.04)
```

Each Ambition point adds **4 percent** more <mark style="color:green;">**XP**</mark>.

* `BaseXP` = <mark style="color:green;">**XP**</mark> normally earned
* `Ambition` = attribute points

***

#### 🔍 Example

* <mark style="color:green;">**BaseXP**</mark>: **40**
* Ambition: **25**

**Calculation:**

<mark style="color:green;">**XP**</mark> = 40 × (1 + 25 × 0.04)\
\= 40 × 2.0\
\= **80 XP**

You gain <mark style="color:green;">**+40 XP**</mark> from Ambition.

***

#### 📈 Why Ambition Matters

Ambition compounds massively:

* More <mark style="color:green;">**XP**</mark> → more levels
* More levels → more skill points
* More skill points → stronger attributes

Ambition is the **best attribute for progression-focused players**.

***

#### ✅ Best For

* Users who play weekly and want faster leveling
* Players optimizing long-term growth
* Anyone who wants to unlock skill points faster


---

# 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://whitepaper.werate.io/using-the-werate-app/terries/skills-points/ambition.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.
