# Renting Houses

Players when spending more than a day in Fantasy Starworld must rent houses for a place to stay.

There are two main types of houses:

1. System Owned Houses
2. Player Owned Houses

### Benefits of Renting From System Owned Houses

* It's usually the cheapest option.
* You don't have to do anything such as searching for the best priced option, location, etc

### Benefits of Renting From Player Owned Houses

* You can get random items and other bonuses if you are renting from upgraded houses.


---

# Agent Instructions: 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:

```
GET https://docs.gunstar.io/whitepaper/the-game/game-play/houses/renting-houses.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
