# /export

- [/export attack-log](https://docs.clashperk.com/developer/commands/export/attack-log.md): Export war attack history.
- [/export capital](https://docs.clashperk.com/developer/commands/export/capital.md): Export clan capital weekends.
- [/export capital-raids](https://docs.clashperk.com/developer/commands/export/capital-raids.md): Export capital raid attack stats.
- [/export clans](https://docs.clashperk.com/developer/commands/export/clans.md): Export all linked clans.
- [/export cwl](https://docs.clashperk.com/developer/commands/export/cwl.md): Export CWL stats to Excel.
- [/export last-wars](https://docs.clashperk.com/developer/commands/export/last-wars.md): Export participation history (last played wars)
- [/export members](https://docs.clashperk.com/developer/commands/export/members.md): Export a comprehensive version of clan member stats.
- [/export missed](https://docs.clashperk.com/developer/commands/export/missed.md): Export missed attack history.
- [/export rosters](https://docs.clashperk.com/developer/commands/export/rosters.md): Export all rosters.
- [/export season](https://docs.clashperk.com/developer/commands/export/season.md): Export comprehensive seasonal stats of clan members.
- [/export users](https://docs.clashperk.com/developer/commands/export/users.md): Export Discord members
- [/export wars](https://docs.clashperk.com/developer/commands/export/wars.md): Export War stats to Excel.


---

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