> 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/land-transport.md).

# Land Transport

Finally, for players that need to cover just a shorter distance, or one inaccessible via air or water. **Gold Fever** features land-based transportation in the form of horses and donkeys. These animal companions are the bread and butter for any short distance travel. If you are planning to do a lot of solo, short distance exploration you might want to consider getting one of your own, or perhaps renting one from the local stables. They are well-suited to help you traverse the terrain or carry the goods.

If you are interested in investing in this mode of companion transportation, **Gold Fever** has a lot of  different horse and donkey breeds available for purchase as NFTs. Just make sure to feed them!

## Horses

Horses are a crucial companion for anyone brave enough to traverse the wild lands of Gold Fever.  They can be mounted by a single person and they can be equipped with items that increase their value on the field. As far as transportation, horses are an affordable transport for players. Like in real life, will need to be taken care of and fed properly. The very last thing you want is for your horse to run out of stamina while you are escaping from danger. Horses are a natural part of the world and can be rented in the stables in-game or can be bought from the website as NFTs.

<figure><img src="/files/44ExqKbX7lPQZ7iC2Exa" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/0LYgfz0FVSzecv9jhIbx" alt=""><figcaption></figcaption></figure>

If you want to know more our website please visit our [Website Manual](/guides-and-tutorials/website-manual.md).

## Donkeys

The humble donkeys are the most affordable land transport for goods in Gold Fever. They can be equipped with additional items that help with riding or carrying heavy cargos. They are  purchasable on the website as NFTs or can be rented in the donkey stables. Donkeys will need to be cleaned and fed in donkey stables. They are a great way to carry you or your cargo safely to your destination.&#x20;

<figure><img src="/files/8gqOMgAEQKRJQId5iOsn" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/aszxgsz3gKcOZLg1Lk9K" 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/land-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.
