# Verify

### Step 6: Verify

1. Join your server
2. Go to the chop shop location (default: La Mesa)
3. You should see:
   * 🔵 Blip on map
   * 🧑 NPC at location
   * 🟠 Ground marker for parking

If something is wrong, set `Config.Debug = true` and check server/client console.

| Option      | Values                 | Description                                |
| ----------- | ---------------------- | ------------------------------------------ |
| `Debug`     | true/false             | Shows debug messages in console            |
| `Framework` | auto/esx/qb/standalone | Auto-detects if set to 'auto'              |
| `Locale`    | tr/en/de/es/fr/pt      | UI and notification language               |
| `Target`    | auto/ox/qb/none        | Interaction system. Falls back to DrawText |


---

# 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/verify.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.
