# Create screenshots

## How and with which tool to create screenshots <a href="#docusaurus" id="docusaurus"></a>

### 📸Create screenshots

In some cases it is necessary to send screenshots to support. For this to be possible, the screenshot(s) must be shared via a link. This link can be a link to a cloud of your own or to a "web uploader", also called web screenshot tools.

If your own cloud or web screenshot tool does not offer a function to create a screenshot directly, it can usually be created on the PC with simple tools. In Windows, it is sufficient to use the "Snipping Tool". With this tool, a screenshot can be saved locally, which can then be loaded. On Linux, the "Screenshots" tool, usually already installed, or other tools such as "FlameShot" can be used to create local screenshots, which can then be uploaded.

Below we are going to give a brief description of the most popular screen capture tool that are freely available on the market:

> ⚠️ It is not recommended to share private or sensitive data publicly. If data is visible on the screenshot, it should be made unrecognizable or replaced by example data.

### 📎Lightshot

Lightshot does not offer a direct upload for images/screenshots. The upload can only be done via the own client. The client can be obtained directly from the website and also offers a few tools to mark/show something on the screenshot or make it unrecognizable.

Download the client [Download](https://app.prntscr.com/en/).

![](/files/7dy3ZBtTr9rMwBuXDqEd)

After the download, the client can be installed. Afterwards, by default, a scrrenshot can be created or an area can be selected with the "Print" button.

After the area is selected, the screenshot can still be edited.

![](/files/MPBw23wcEKJHpKAsrUdV)

Once the editing is completed, if necessary, the screenshot can be uploaded by clicking on the "Cloud".

![](/files/CRzlqJ05Jzqy0CxV7kff)

After uploading, the link can be copied and shared with others.

![](/files/hfryVZVGAHrhi3obug2O)


---

# 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.byronbutler.com/support/create-screenshots.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.
