> For the complete documentation index, see [llms.txt](https://age-of-mars-1.gitbook.io/age-of-mars-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://age-of-mars-1.gitbook.io/age-of-mars-docs/aom-redline/gameplay/vehicle-management.md).

# Vehicle management

In this section, we will cover important aspects of vehicle management in the game, including the ability to store and maintain vehicles through garages and parking lots.

**Parking lots**

Parking lots are a free way to store cars, but come with some limitations. Tuning and renting out cars is not possible in free parking lots. Also, high-end and luxury cars cannot be stored in free parking lots.

**Garages**

Garages give players the opportunity to store and manage their fleet of cars. Garages are available for USDT and can have from 1 to 12 spaces. There is no limit to the number of garages a player can purchase, which unlocks the following features:

**Tuning Cars**

Tuning cars requires the purchase of appropriate equipment for USDT. The equipment can be of different classes and costs, providing different tuning options.

**Repairing Cars**

Buying repair equipment (USDT) allows players to maintain the technical condition of their fleet. Repair equipment also varies in class and cost.

**Renting Car**

Players can list their cars for rent and contract through the in-game interface.

**High and Luxury Rentals**

Garages provide access to high and luxury car rentals that cannot be stored in free parking lots. Only the availability of a garage and free space in it allows you to rent cars of these categories. Garages give players full control over the management and maintenance of their fleet, making vehicle management in the game as flexible and personalized as possible.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://age-of-mars-1.gitbook.io/age-of-mars-docs/aom-redline/gameplay/vehicle-management.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
