# /cwl

- [/cwl attacks](https://docs.clashperk.com/developer/commands/cwl/attacks.md): Shows an overview of attacks for different CWL rounds.
- [/cwl lineup](https://docs.clashperk.com/developer/commands/cwl/lineup.md): Shows CWL lineup for a round (sorted by town hall and heroes).
- [/cwl members](https://docs.clashperk.com/developer/commands/cwl/members.md): Shows a list of all CWL participants.
- [/cwl roster](https://docs.clashperk.com/developer/commands/cwl/roster.md): CWL roster and town hall distribution.
- [/cwl round](https://docs.clashperk.com/developer/commands/cwl/round.md): CWL summary for the current round.
- [/cwl stars](https://docs.clashperk.com/developer/commands/cwl/stars.md): Shows CWL member ranking by stars.
- [/cwl stats](https://docs.clashperk.com/developer/commands/cwl/stats.md): Shows an overview of all CWL rounds and group standings.


---

# 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/cwl.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.
