# Screenshot of the TRIK controller screen

A screenshot of the TRIK controller screen can be taken in two ways:

1. Using the [web interface](/en/trik/about/screenshot.md#using-the-web-interface).
2. With the [PuTTY and WinSCP utilities](/en/trik/about/screenshot.md#with-the-putty-and-winscp-utilities).

## Using the web interface

1\. Connect to the controller via Wi-Fi using any [method](/en/trik/wi-fi.md).

2\. Log in to the [web interface](/en/trik/web-interface.md) by typing the IP address of the controller in the browser.

3\. Make sure that the image or text you want to take a screenshot of is displayed on the controller screen.

4\. Select the `Image` menu item in the web interface and click the `Make Screenshot` button.

![](/files/-MSiVFLPjR81QP8Sz35O)

5\. After that, the screenshot will appear in the list. If this does not happen, you need to refresh the page (F5 or Ctrl-R).

6\. To download the screenshots you've taken, click the `Download All` button.

## With the PuTTY and WinSCP utilities

1\. Connect to the controller via Wi-Fi using any [method](/en/trik/wi-fi.md).

2\.  Open TRIK Studio.

3\. Run the PuTTY utility. To do this, in the main menu open `Tools -> Third-Party Programs -> PuTTY`.

![](/files/-MSiWRko0QaN92Sw4LBf)

4\. Wait for the connection process to complete.

![](/files/-M0DEeAzykJWuklKnrgM)

5\.  Make sure the controller displays the image or text you want to screenshot.

6\. Enter the `fbgrab image.png` command, where `image` is an arbitrary name for the saved image.

![](/files/-M0DF4yU94gA2563vwqS)

7\. If successful, the following text will be displayed in the console:

`Resolution: 240x320 depth 16`\
`Converting image from 16`\
`Now writing PNG file (compression -1)`

![](/files/-M0DFQcbr48wAhwl35ug)

8\.  Run the [WinSCP](/en/studio/utilities/winscp.md#run-winscp-from-trik-studio) utility. To do this, open `Tools → Third-Party Programs → WinSCP` in the main menu.&#x20;

![](/files/-MSiWdfFMr2WcLL4XzOY)

9\. If you see a "Warning" window, click "Yes".

![](/files/-M0DFfGUiEpvY7YMfBQm)

10\. Select in the left window the directory where you want to save the snapshot. Drag the created image from the right window to the left.

![](/files/-M0DFmDLXNyrNAP6gPw2)


---

# 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://help.trikset.com/en/trik/about/screenshot.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.
