# Gameplay

### How To Chop

1. Drive a valid vehicle to the scrapyard zone
2. Exit the vehicle
3. Press E near the vehicle to start
4. Green arrow appears on the first part
5. Walk to the arrow
6. Press E to disassemble
7. Part is removed and items added to inventory
8. Arrow moves to the next part
9. Repeat until all parts are done
10. Vehicle fades out and is destroyed

Order: Doors (one by one) then Hood then Trunk then Wheels then Engine then Radio then Shell

2-door vehicles automatically skip rear doors.

### Mission System

1. Go to the Mission NPC at the scrapyard
2. Open the mission menu with target
3. Choose a mission from the list
4. A target vehicle spawns with a blip on the map
5. Go to the vehicle
6. Break the lock using target interaction and minigame
7. Drive the vehicle to the scrapyard zone
8. Chop it for bonus cash and XP

### Selling Parts

1. Go to the Sell NPC at the scrapyard
2. Interact with target
3. Select parts to sell
4. Receive cash

### Item Prices

| Item          | Sell Price |
| ------------- | ---------- |
| Vehicle Door  | $50-100    |
| Hood          | $75-150    |
| Trunk Lid     | $75-150    |
| Vehicle Wheel | $40-80     |
| Tire Rubber   | $20-40     |
| Engine Block  | $300-600   |
| Steel Part    | $30-60     |
| Scrap Metal   | $15-30     |
| Aluminum Part | $25-50     |
| Car Radio     | $100-200   |


---

# 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-v2/gameplay.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.
