# Teams

## <mark style="color:red;">Server Owner</mark>

The table below contains a list of **Team-based Commands** available for <mark style="color:red;">**Server Owners**</mark>.

<table data-full-width="true"><thead><tr><th>Type</th><th width="320">Command</th><th width="149">Input</th><th width="480">Description</th><th>Default</th></tr></thead><tbody><tr><td><h3><strong>📟</strong></h3></td><td><mark style="color:red;">relationshipmanager.findplayerteam</mark></td><td><code>"player ID"</code></td><td>Displays all the members of target players team if they have one.</td><td><code>N/A</code></td></tr><tr><td><h3><strong>📟</strong></h3></td><td><mark style="color:red;">relationshipmanager.logteamactions</mark></td><td><code>"0/1"</code></td><td>Toggles whether the server should output logs for Teams actions such as: creation, invites, disband, join etc.</td><td><code>1</code></td></tr><tr><td><h3><strong>📟</strong></h3></td><td><mark style="color:red;">relationshipmanager.teaminfo</mark></td><td><code>"team ID"</code></td><td>Displays all the members of a provided team.</td><td><code>N/A</code></td></tr><tr><td><h3><strong>📟</strong></h3></td><td><mark style="color:red;">relationshipmanager.teaminfoall</mark></td><td><code>none</code></td><td>Displays all the members of all teams.</td><td><code>N/A</code></td></tr></tbody></table>


---

# 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://rust-console-edition.gitbook.io/community-servers/commands/utility/teams.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.
