# /summary

- [/summary activity](https://docs.clashperk.com/developer/commands/summary/activity.md): Shows a summary of clan activity (last seen).
- [/summary attacks](https://docs.clashperk.com/developer/commands/summary/attacks.md): Shows a summary of multiplayer attacks and defenses.
- [/summary best](https://docs.clashperk.com/developer/commands/summary/best.md): Shows a summary of best members.
- [/summary capital-contribution](https://docs.clashperk.com/developer/commands/summary/capital-contribution.md): Shows a summary of capital contributions.
- [/summary capital-raids](https://docs.clashperk.com/developer/commands/summary/capital-raids.md): Shows information about capital raids.
- [/summary clan-games](https://docs.clashperk.com/developer/commands/summary/clan-games.md): Shows a summary of clan games scores.
- [/summary clans](https://docs.clashperk.com/developer/commands/summary/clans.md): Shows a summary of family clans.
- [/summary compo](https://docs.clashperk.com/developer/commands/summary/compo.md): Shows a summary of Town Hall composition.
- [/summary cwl-ranks](https://docs.clashperk.com/developer/commands/summary/cwl-ranks.md): Shows a summary of CWL ranks.
- [/summary cwl-status](https://docs.clashperk.com/developer/commands/summary/cwl-status.md): Shows a summary of CWL spin status.
- [/summary donations](https://docs.clashperk.com/developer/commands/summary/donations.md): Shows a summary of donations.
- [/summary leagues](https://docs.clashperk.com/developer/commands/summary/leagues.md): Shows a summary of clan leagues.
- [/summary missed-wars](https://docs.clashperk.com/developer/commands/summary/missed-wars.md): Shows a summary of missed wars.
- [/summary trophies](https://docs.clashperk.com/developer/commands/summary/trophies.md): Shows a summary of trophies.
- [/summary war-results](https://docs.clashperk.com/developer/commands/summary/war-results.md): Shows a summary of seasonal war results.
- [/summary wars](https://docs.clashperk.com/developer/commands/summary/wars.md): Shows a summary of current wars.


---

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