# Teams

***

<table><thead><tr><th width="349.58331298828125">Command</th><th width="350.16668701171875">Description</th></tr></thead><tbody><tr><td>/team join <code>team_name</code></td><td>Joins the specified team.</td></tr><tr><td>/team create <code>team_name</code></td><td>Creates a new team with that name.</td></tr><tr><td>/team leave <code>team_name</code></td><td>Leaves the current team.</td></tr><tr><td>/team invite <code>player_name</code></td><td>Invites the specified player to the team.</td></tr><tr><td>/team sethome <code>home_name</code></td><td>Sets the location of the team home.</td></tr><tr><td>/team home</td><td>Teleports to the teams home location.</td></tr><tr><td>/team chat</td><td>The player will be moved to the team chat. (all further messages will go there)</td></tr><tr><td>/team pvp</td><td>Enables/Disables pvp within your team members.</td></tr></tbody></table>

{% hint style="danger" %}

### **Please note:** The commands listed above are essential for team management. For additional team commands, use `/team help` in-game.

{% 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://aquapie.gitbook.io/simply-survival/features/images-and-media.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.
