# How to setup an Island

## How to setup an Island

You can learn everything about creating a playable island-state here.

{% hint style="info" %}
**Good to know**: You'll need a schematic for all of your islands. In addition, you'll need to ensure the schematics files are placed on the `WorldEdit/schematic` folder for the plugin to identify the schematic.
{% endhint %}

{% hint style="warning" %}
**Warning**: Please ensure each schematic has a pressure plate placed!
{% endhint %}

### Instructions

1. Run `/sb create <slot> <schematic_name>` to create an island.
2. Find a suitable location for your island spawn point.
3. Run `/sb setup setspawn` to set up the island spawn point.
4. Run `/sb setup finish` to complete the setup process.
5. The island process is complete.

To join an island, type `/join <slot|category>` or `/randomjoin`.


---

# 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://tofpu.gitbook.io/speedbridge-v2/guides/how-to-setup-an-island.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.
