# Spawning

The first thing you should do when creating game logic is adding a **spawn point**. If you don’t, you’ll just spawn anywhere, which isn’t what we want.

To add a spawn point, click on whatever object — which we call **entities** — you want your players to spawn on. A platform or landmass is ideal for this.

Head to **‘Components,’** find **‘Spawn Point’** and click the little **+** next to it. This will add a spawn arrow to indicate which way you’ll face when you spawn, which you can change however you want.

![](/files/5eN4KVOdOfhCuO5sWI98)

{% hint style="info" %}
For this first spawn point, make sure you click ‘**Yes**’ for ‘**Spawn here at start**’ — otherwise the game will think it’s a checkpoint when you load in, and will still spawn you randomly.
{% 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.mutate.games/guides/creating-game-logic-in-mutate/spawning.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.
