# Features

**Repair Bay General Features:**

* Set specific vehicle classes that can be repaired at each location
* Show / hide repair bay blips per location
* Set minimum repair prices per location
* Busy states for each location (repair bay cant be used when it's busy)
* Locations can be owned (business receives funds from the repair)

**No mechanic? No problem.**

* Set a minimum mechanic count required to use each bay, including zero!
  * Set job checks for owned locations
* If mechanics are on duty at a location, but the mechanic count is lower than the threshold of mechanics for that repair bay, prices for repairs will include a price multiplier for *every* mechanic on duty at that location! This can be set for each location.

**Need a repair? What kind!?**

* Separate price per repair type
* Engine repair
* Body repair
* Repair all

**What's wrong with her now?**

* Mechanics can use a vehicle status menu to check out your vehicles!
  * Body Health
  * Engine Health
  * Engine Temp
  * Fuel Level
  * Oil Level
  * Tires Health
  * Works on 4/6 Wheel Vehicles


---

# 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://xtdev.gitbook.io/xt-docs/free-resources/repairs/features.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.
