# Stamina System (Rest)

As much as Bitizens hate it, rest is necessary. That's because a Bitizen's working capacity is proportional to the quality of its rest.

**Rest generates stamina and stamina means more work!** &#x20;

### What does that mean in practice?

1. Every accepted job consumes 01 unit of stamina
2. To get more stamina, a bitizen needs to rest
3. Rest = Rent an apartment
4. By renting an apartment, the stamina is immediately released.
5. With stamina available, new jobs can be taken.

### Which are the rental options?

There are 3 neighborhoods that you can rent an apartment in order to get some rest for your Bitizen.&#x20;

Each rental type (resting place) releases a specific amount of stamina units. It is this amount of energy that limits how many jobs a bitizen can take per day.

| Region    | Rent Cost | Generated Stamina |
| --------- | --------- | ----------------- |
| Bronx     | 1 BTZ     | 2                 |
| Brooklyn  | 3 BTZ     | 3                 |
| Manhattan | 5 BTZ     | 4                 |

### How many times can a bitizen rent an apartment?&#x20;

Once the apartment is rented, the Bitizen rest is instantaneous and all staminas are immediately released for use.&#x20;

**A brand new rent can only be done 24 hours later.**

Once the rent has been paid, a clock with a 24-hour countdown starts, and a new rental is only available at the end of this count.

{% hint style="success" %}
How about becoming an apartment owner? [Read more here.](/bitizens-en/metaverse-features/real-estate.md)
{% endhint %}


---

# 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://spaark.gitbook.io/bitizens-en/gameplay-1.0/stamina-system-rest.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.
