# Troubleshooting

<details>

<summary><strong>Vehicle Money Not Detected?</strong></summary>

* Ensure `InventorySystem` matches your script.
* Ensure the money item name (e.g., `black_money`) is listed in `MoneyItems`.
* The script supports both legacy `owned_vehicles` columns and modern `ox_inventory` table storage automatically.

</details>

<details>

<summary><strong>Crypto Not Showing?</strong></summary>

* The script tracks *Invested Value*, not current market price.
* Ensure your `phone_crypto` table has an `invested` column.
* The script handles `char1:` prefixes automatically.

</details>

<details>

<summary><strong>Script Errors?</strong></summary>

* Check server console for errors.
* Enable `Config.Debug = true` to see detailed logs about what data is being fetched.

</details>


---

# 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://imperiumscripts.gitbook.io/imperium-scripts/scripts/imperium-money-check/troubleshooting.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.
