> For the complete documentation index, see [llms.txt](https://docs.thriveonmars.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.thriveonmars.com/card-details/vehicles.md).

# Vehicles

- [Rover](https://docs.thriveonmars.com/card-details/vehicles/rover.md): The pinnacle of versatile martian transportation. Its fully electric design, low center of gravity, and powerful drivetrain allow it to perform in almost any extreme situation with ease.
- [Scouting Drone](https://docs.thriveonmars.com/card-details/vehicles/scouting-drone.md): The Scouting Drone surveys the surrounding landscape and identifies areas of interest. It also has an on-board sample tester to analyze the surface in hard to reach locations.
- [Quad Bike](https://docs.thriveonmars.com/card-details/vehicles/quad-bike.md): Reliable single-seat all-terrain vehicle for trips on short distances on rough terrain.
- [Buggy](https://docs.thriveonmars.com/card-details/vehicles/buggy.md): A fast and agile all-electric vehicle for going short distances over variable terrain. Seats 2 people and can carry a small amount of cargo.
- [Heavy Transport Vehicle](https://docs.thriveonmars.com/card-details/vehicles/heavy-transport-vehicle.md): A rugged rover designed for hauling large payloads and infrastructure components across the Martian terrain.


---

# 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://docs.thriveonmars.com/card-details/vehicles.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.
