# devhub\_lib (NEEDED FOR EACH SCRIPT!)

- [Installation](https://docs.devhub.gg/scripts/devhub_lib-needed-for-each-script/installation.md)
- [2️⃣ Migration from v1 to v2](https://docs.devhub.gg/scripts/devhub_lib-needed-for-each-script/migration-from-v1-to-v2.md): Migrating from version 1 to 2 should not be difficult in any way.
- [Framework](https://docs.devhub.gg/scripts/devhub_lib-needed-for-each-script/framework.md)
- [Target](https://docs.devhub.gg/scripts/devhub_lib-needed-for-each-script/target.md)
- [Ui](https://docs.devhub.gg/scripts/devhub_lib-needed-for-each-script/ui.md)
- [Vehicle Keys](https://docs.devhub.gg/scripts/devhub_lib-needed-for-each-script/vehicle-keys.md)
- [Vehicle fuel](https://docs.devhub.gg/scripts/devhub_lib-needed-for-each-script/vehicle-fuel.md)
- [Sound System](https://docs.devhub.gg/scripts/devhub_lib-needed-for-each-script/sound-systme.md)
- [Clothing](https://docs.devhub.gg/scripts/devhub_lib-needed-for-each-script/clothing.md)
- [Logs](https://docs.devhub.gg/scripts/devhub_lib-needed-for-each-script/logs.md)
- [SQL](https://docs.devhub.gg/scripts/devhub_lib-needed-for-each-script/sql.md)
- [Item Carry](https://docs.devhub.gg/scripts/devhub_lib-needed-for-each-script/item-carry.md)
- [UI Color Customization](https://docs.devhub.gg/scripts/devhub_lib-needed-for-each-script/ui-color-customization.md)
- [Compatibility test](https://docs.devhub.gg/scripts/devhub_lib-needed-for-each-script/compatibility-test.md)
- [Admin System](https://docs.devhub.gg/scripts/devhub_lib-needed-for-each-script/admin.md)
- [devhub\_lib FOR DEVS ONLY](https://docs.devhub.gg/scripts/devhub_lib-needed-for-each-script/devhub_lib-for-devs-only.md)


---

# 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.devhub.gg/scripts/devhub_lib-needed-for-each-script.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.
