# Player Spawn Points

Spawn points are the places that players will appear when they join a room.&#x20;

{% hint style="info" %}
Later, you can set up element spawn points for more complex element interactions. Learn more about that [here](/buenoverse/interactions/introduction-to-interactions.md)!
{% endhint %}

Each room has a default spawn point where a player will first appear when joining for the first time. Rooms can also have additional spawn points which can be linked to via [portals](/buenoverse/interactions/portals.md).&#x20;

To add a spawn point, go to the object menu and find **Player Spawn**.

<figure><img src="/files/76aYEAjogvYSoRli5iVo" alt=""><figcaption></figcaption></figure>

This will prompt you to click where you would like to place the spawn point. Selecting the spawn point will bring up the player spawn tool bar.&#x20;

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

Once you make a spawn point, you can also select what floor the spawn point will place players. This is useful when making [portals](/buenoverse/interactions/portals.md) to multi-level rooms.&#x20;

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

To make the spawn point the default point when new players join your world, simply select the sign post icon in the tool bar. The icon will turn blue if selected.&#x20;

<figure><img src="/files/9Hv3mKZryY9G5CoBMzg7" alt=""><figcaption></figcaption></figure>

You can use the permissions editor to grant or block access to specified wallets or wallet groups in your Bueno Worlds address book. Add an optional message to inform outside users why they aren't able to join!&#x20;

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

You can name the spawn point by selecting the **Aa** option from the player spawn toolbar. Naming the spawn point is important if you want to create [portals](/buenoverse/interactions/portals.md) that go to it.&#x20;

{% hint style="info" %}
When creating a portal, you will use this name to find the correct point to link to in a room. **We recommend giving all spawn points and portals descriptive names.**&#x20;
{% 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://docs.bueno.art/buenoverse/fundamentals/player-spawn-points.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.
