# Share Key

{% hint style="warning" %}
The room share is only for inventory without metadata. If you have the metadata just share your meta key.
{% endhint %}

{% hint style="info" %}
Key can be shared with nearby players. Command is "shareMotelKey" \[configurable]
{% endhint %}

{% hint style="info" %}

### You can configure the maximum number of people it can be shared with.

{% endhint %}

> mx-motels > shared > config.lua

```
roomSharingMaximum = 3,         -- Maximum room sharing
```

<div><figure><img src="/files/50x98iMkZnkBGphiVSHG" alt=""><figcaption></figcaption></figure> <figure><img src="/files/4xbl0vpBG0ES71Fqmv5t" alt=""><figcaption></figcaption></figure></div>

<div align="center"><figure><img src="/files/OYT2ehdA14xO5760KmZb" 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/share-key.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.
