# Tutorials

- [How to add player to Crime Admin](https://docs.otherplanet.dev/scripts/op-gangs/tutorials/how-to-add-player-to-crime-admin.md): How do I grant admin panel permissions to a specific player?
- [Migration from V1](https://docs.otherplanet.dev/scripts/op-gangs/tutorials/migration-from-v1.md): In V2 we changed way how the vehicles are saved in the database.
- [I Can't withdraw/deposit Dirty Money](https://docs.otherplanet.dev/scripts/op-gangs/tutorials/i-cant-withdraw-deposit-dirty-money.md): Depending on your server framework you have to configure how you would like to handle dirty money.
- [I want to disable some features](https://docs.otherplanet.dev/scripts/op-gangs/tutorials/i-want-to-disable-some-features.md): Informations regarding to the configuration of the Script.
- [How to screenshot furnitures?](https://docs.otherplanet.dev/scripts/op-gangs/tutorials/how-to-screenshot-furnitures.md): Quick tutorial on how to screenshot furnitures.
- [Why is the Spy Detector not working?](https://docs.otherplanet.dev/scripts/op-gangs/tutorials/why-is-the-spy-detector-not-working.md): Spy Detector is instantly hiding after using item.
- [Yarn Failed to build](https://docs.otherplanet.dev/scripts/op-gangs/tutorials/yarn-failed-to-build.md): Errors like yarn failed, uv\_close, or missing modules when starting op-crime are usually caused by outdated artifacts. Updating to a stable artifact version often fixes the issue instantly.
- [Remove player\_vehicles Foreign Key Constraint](https://docs.otherplanet.dev/scripts/op-gangs/tutorials/remove-player_vehicles-foreign-key-constraint.md): Learn how to remove the player\_vehicles\_ibfk\_1 foreign key constraint from your MySQL database to fix vehicle insert errors for gang, job, and shared vehicles in FiveM QBCore/QBOX servers.


---

# 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://docs.otherplanet.dev/scripts/op-gangs/tutorials.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.
