> ## Documentation Index
> Fetch the complete documentation index at: https://docs.mythic-c2.net/llms.txt
> Use this file to discover all available pages before exploring further.

# Screenshots

> Mythic has a special page specifically for viewing screenshots by clicking the camera icon at the top of any of the pages.

When it comes to registering screenshots with Mythic, the process is almost identical to [File Downloads (Agent -> Mythic)](/customizing/hooking-features/download); however, we set the `is_screenshot` flag to `true` in the `download` portion of the message:

```json theme={"system"}
{"action": "post_response", "responses": [
    {
        "task_id": "UUID here",
        "download": {
            "total_chunks": 4,
            "host": "hostname the file is downloaded from",
            "is_screenshot": true //indicate if this is a file or screenshot
        }
    }
]}
```
