# Garages

- [Resource Description](https://docs.zykeresources.com/paid-resources/garages/resource-description.md): A quick overview of what the resource offers.
- [Config](https://docs.zykeresources.com/paid-resources/garages/config.md): Explanations for all config values.
- [Exports & Events](https://docs.zykeresources.com/paid-resources/garages/exports-and-events.md): All exports and events available to integrate this resource into others.
- [Transfer Ownership](https://docs.zykeresources.com/paid-resources/garages/exports-and-events/transfer-ownership.md): Shorthand to transfer vehicle ownerships easier.
- [Can-Check Hooks](https://docs.zykeresources.com/paid-resources/garages/exports-and-events/can-check-hooks.md): Hook functions that run before actions are executed. Return false to deny with an optional reason.
- [Dependencies](https://docs.zykeresources.com/paid-resources/garages/dependencies.md): The resources listed below are required in order to run this resource.
- [Changelog](https://docs.zykeresources.com/paid-resources/garages/changelog.md): Released version and their changes.
- [Guides](https://docs.zykeresources.com/paid-resources/garages/guides.md): Some guides to help you navigate the resource.
- [Profession Vehicles](https://docs.zykeresources.com/paid-resources/garages/guides/profession-vehicles.md): All you need to know about profession vehicles.
- [Setup](https://docs.zykeresources.com/paid-resources/garages/setup.md): Various steps to ensure our script works on your server.
- [Common Issues](https://docs.zykeresources.com/paid-resources/garages/common-issues.md): Common issues you may run into.


---

# 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.zykeresources.com/paid-resources/garages.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.
