# Customer

* Can reject the offer made by the motel manager.
* Can view rent cycle in real time.
* Can pay the rent. If not, he/she has to pay the bill.
* If has an bill can't rent a room. \[Configurable].
* Can send a request to motel owner and worker.
* Can leave the room. Of course if paid the rent.

{% hint style="info" %}
Room Management
{% endhint %}

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

{% hint style="info" %}
Bill Management
{% endhint %}

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

{% hint style="info" %}
Motel's inventory \[stash]
{% endhint %}

<div><figure><img src="/files/lAWUhIJOCF3PKO61ifjP" alt=""><figcaption></figcaption></figure> <figure><img src="/files/6EVAdVr4lbWhocGqkyVa" alt=""><figcaption></figcaption></figure> <figure><img src="/files/9fMGH4sRtYDlNlwshW06" alt=""><figcaption></figcaption></figure></div>


---

# 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.moxha.dev/documentation/paid-scripts/motels/introduction/customer.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.
