# Reputation System

### ⭐ Reputation System

#### Players earn reputation by chopping vehicles. Higher reputation = better prices.

```
| Level | Required RP | Price Bonus |
|---|---|---|
| 🟤 Rookie | 0 | 1.00x |
| 🟢 Beginner | 25 | 1.05x |
| 🔵 Apprentice | 75 | 1.10x |
| 🟣 Master | 150 | 1.15x |
| 🟡 Expert | 300 | 1.20x |
| 🔴 Legend | 500 | 1.30x |
```

#### How to Earn RP

```
| Action | RP Gained |
|---|---|
| Chop any part | +1 RP |
| Chop special vehicle | +6 to +10 RP |
| Complete mission | Included in part chops |
```

#### Display

```
Current reputation is shown in the Chop Shop UI header:
- Level name
- Current RP points
- Price bonus applied automatically
```


---

# 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://elena-scripts.gitbook.io/elenascripts/jobs-and-activities/chop-shop-v1/reputation-system.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.
