# Apartment Integration

{% hint style="info" %}
You can make the Config.StartApartment variable true or false from the Config file
{% endhint %}

{% hint style="warning" %}
If Apartment is *false*, new characters will automatically spawn at the *Config.DefaultSpawnCoords* coordinate and start customizing their character.
{% endhint %}

```lua
Config.StartApartment = true-- If you have an apartment system and you want the character to spawn in the apartment, you can make it true. If you don't have an apartment system, you can make it false.
```


---

# 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.0resmon.org/0resmon/wais-resoucres/wais-multicharacterv2/apartment-integration.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.
