# /roster

- [/roster clone](https://docs.clashperk.com/developer/commands/roster/clone.md): Clone a roster to create a new one
- [/roster create](https://docs.clashperk.com/developer/commands/roster/create.md): Create a roster
- [/roster delete](https://docs.clashperk.com/developer/commands/roster/delete.md): Permanently delete a roster.
- [/roster edit](https://docs.clashperk.com/developer/commands/roster/edit.md): Edit a roster
- [/roster groups create](https://docs.clashperk.com/developer/commands/roster/groups-create.md): Create a group
- [/roster groups modify](https://docs.clashperk.com/developer/commands/roster/groups-modify.md): Modify or delete a group
- [/roster list](https://docs.clashperk.com/developer/commands/roster/list.md): Search rosters or list all rosters and groups
- [/roster manage](https://docs.clashperk.com/developer/commands/roster/manage.md): Add or remove users or change their group or roster
- [/roster ping](https://docs.clashperk.com/developer/commands/roster/ping.md): Ping members in the roster
- [/roster post](https://docs.clashperk.com/developer/commands/roster/post.md): Post a roster to signup or view members


---

# 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.clashperk.com/developer/commands/roster.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.
