> For the complete documentation index, see [llms.txt](https://wiki.goldfever.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.goldfever.io/game-features/transportation/air-transport.md).

# Air Transport

The fastest and most comfortable form of transportation is airfare. Gold Fever features multiple types of airplanes for the players to choose from. Be it a single seater so you can soar the skies alone, the double seater where you can give your friend a ride or have extra room for cargo, once you get used to flying only the sky will be the limit!&#x20;

However owning a plane is an expensive venture so if you can’t afford it, we have you covered! You can purchase a ticket for a preexisting flight plan, and fly on a commercial flight as a passenger for a fraction of the cost.&#x20;

Gold Fever offers different models which vary in size, cargo and fuel capacity. These are sold as NFTs, and can be yours to fly, trade or rent to other players! &#x20;

<figure><img src="/files/hL7cGNSC7eMh51rOIDdE" alt=""><figcaption></figcaption></figure>

## Airplanes

Arguably the fastest mode of transportation in Gold Fever, bar none. There is no shorter route than a bird's flight, and airplanes are the exclusive way to travel any such route. Ranging from single-seat single motor planes to large transport planes able to carry multitudes of cargo and passengers, airplanes are the exclusive way to travel. This is balanced by the fact that airplanes need to land on landing strips, need to be refueled, and maintained properly. Airplanes vary in size, color, and carrying capacity which makes them a prestigious NFT item that can be either rented or bought.&#x20;

<figure><img src="/files/9C8Oew8FeN5Jv84xOrxN" alt=""><figcaption></figcaption></figure>


---

# 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://wiki.goldfever.io/game-features/transportation/air-transport.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.
