# Team

{% hint style="info" %}
All commands start with the prefix !, or your custom prefix.\
Inside usage arguments, "?" denotes an optional argument
{% endhint %}

#### ghoster

```
- Description: Finds users who may be ghosting. Anyone not manually set as non ghoster will appear as ghoster.
- Usage: !ghoster <add/rem?> <id?>
- Example: !ghoster add 76561197960287930
- Tier: free
- Usable by: owner and authorized
```

#### leader

```
- Description: Sets the new leader of a team.
- Usage: !leader <steam64>
- Example: !leader 76561197960287930
- Tier: premium
- Usable by: owner and authorized
```

#### teaminfo

```
- Description: Provides team member stats.
- Usage: !teaminfo N/A
- Example: !teaminfo 
- Tier: premium
- Usable by: owner and authorized
```


---

# 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.rustplustwo.com/chat-commands/team.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.
