> For the complete documentation index, see [llms.txt](https://docs.milliononmars.com/playerguide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.milliononmars.com/playerguide/buildings-for-your-martian-homestead/aerospace/hopper.md).

# Hopper

For traveling around on the surface of Mars, Human rated Caravan Rovers are great, but with a top speed of 40 kph on "paved" Martian "roads" and 10-20 kph for rough terrain, it is time consuming to go farther than 200 km by rover.\
\
Starting in the 2050s clever Aerospace Engineers from across the greater Ad Astra Unlimited talent base created a home-grown "Hopper" Methalox rocket.\
\
Each of these Hoppers is traditionally assembled by their own crew of engineers, and each have distinct properties like payload, range, durability and accessories.  Martians take a particular pride on building and customizing their own Hoppers as a form of rebellious human culture as humanity goes through the post-scarcity abundance of robotic labor.\
\
Settlers use their Hoppers to get to Duskworks Landing, to Waterloo City and to explore the vast richness that Mars has to offer.\
\
/////////////////////////////////////////////////////////////////////////\
\
Aerospace is a robust roadmap of features and content, on the first release there is the [Ground Control Station](/playerguide/buildings-for-your-martian-homestead/aerospace/the-buildings-of-aerospace/ground-control-station.md), the [Vulcan Metalworks](/playerguide/buildings-for-your-martian-homestead/aerospace/the-buildings-of-aerospace/vulcan-metalworks.md), [Rocket Fuel Factory](/playerguide/buildings-for-your-martian-homestead/aerospace/the-buildings-of-aerospace/rocket-fuel-factory.md) and the [Fuel Tank](/playerguide/buildings-for-your-martian-homestead/aerospace/the-buildings-of-aerospace/fuel-tanks.md)s.\
\
The next release for Aerospace will have the [Velociraptor Engine Factory](/playerguide/buildings-for-your-martian-homestead/aerospace/the-buildings-of-aerospace/velociraptor-engine-factory.md) and [Launch Pad](/playerguide/buildings-for-your-martian-homestead/aerospace/the-buildings-of-aerospace/launch-pad.md).  Then the [Hangar](/playerguide/buildings-for-your-martian-homestead/aerospace/the-buildings-of-aerospace/hangar.md) and the [Hopper](/playerguide/buildings-for-your-martian-homestead/aerospace/hopper.md)!\
\
\ <br>


---

# 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.milliononmars.com/playerguide/buildings-for-your-martian-homestead/aerospace/hopper.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.
