# Islands

From the SkyFactions Hub, you can easily create your island by clicking the Island Creator NPC or by typing `/island create`. A menu will pull up asking you to confirm the creation of your island; click yes.

<figure><img src="/files/sCwohB6P1vHb6EdBOwlr" alt=""><figcaption><p>Successful creation message</p></figcaption></figure>

From there, you will instantly teleport to your island. In front of you, you will see the Obelisk, a custom administration node for your island. More on that later in these docs. To delete your island, type `/island delete` and then `/island delete confirm`. This action cannot be undone.

To trust a friend to visit your island, type `/island trust <player>` and they can visit it with `/island visit <player>`. They will not be able to break blocks or access containers on your island. To collaborate on an island together, you need to start or join a faction.

If you screw up the cobblestone generator, or make some other mistake along the way that cripples your progress, worry not! There are many ways to advance your island and get the items you need. You can trade with other players, complete quests, gather those items on a faction island, or purchase crate keys. The sky world is your oyster!


---

# 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://wiki.torrentsmp.com/skyfactions/islands.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.
