# Screenshot

Capture a screenshot with Screendesk and share a single link.

Screendesk attaches the technical context engineers need to debug quickly.

<figure><img src="/files/6iYkVKh56syv7w2x8cRT" alt=""><figcaption></figcaption></figure>

### Technical diagnostics included

When you capture a screenshot, Screendesk auto-includes:

| Included data                               | Helps with                                         |
| ------------------------------------------- | -------------------------------------------------- |
| Console logs                                | Spotting runtime errors and warnings.              |
| Network requests                            | Debugging failed APIs, status codes, and payloads. |
| URL                                         | Jumping to the exact page state.                   |
| Timestamp and timezone                      | Correlating with deploys and incidents.            |
| Device, OS, browser                         | Reproducing environment-specific bugs.             |
| Viewport size                               | Diagnosing responsive layout issues.               |
| Network speed                               | Identifying latency and throttling-related bugs.   |
| Full-page context (for cropped screenshots) | Seeing what surrounds the cropped area.            |

You get one link to share with an engineer or paste into a ticket.

### Capture a full screenshot

Click once on the page to capture the visible viewport.

Example:

<figure><img src="/files/zZXYsucDvrfutZfd05ZF" alt=""><figcaption></figcaption></figure>

### Capture a cropped screenshot

Click and drag to crop an area of the screen.

<figure><img src="/files/xC8nRE1uW8FDFrcDyG68" alt=""><figcaption></figcaption></figure>

For cropped captures, Screendesk can also include a full screenshot.

It shows next to the crop in the shared link. This gives engineers the surrounding context.

If you don’t want the full screenshot included, turn it off in the capture draft before you select **Create**.

### Annotations

After capture, add annotations like drawings, shapes, arrows, and text.

<figure><img src="/files/9l8PHrW7OFUumbM3RwAR" alt=""><figcaption></figcaption></figure>


---

# 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.screendesk.io/bug-reports/capturing-a-bug-report/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.
