# Take screenshots

In all rich text fields, e.g. item description fields, test case test steps, discussions or actual test case in execution results, you can use the Take Screenshot icon  ![](http://aquawiki.andagon.com/pictures/drex_take_screenshot_custom.png)  in the editor to capture your screen or parts of your screen, edit the screenshot and paste it back into the text field. Depending on the browser you are using, you will first see a message telling you which screen, window or application you want to capture. \
\
For example, in Firefox it looks like this<br>

<figure><img src="http://aquawiki.andagon.com/pictures/drex_take_screenshot_custom_2.png" alt=""><figcaption></figcaption></figure>

In Chrome for example it looks like this: &#x20;

<figure><img src="http://aquawiki.andagon.com/pictures/drex_take_screenshot_custom_3.png" alt=""><figcaption></figcaption></figure>

Once you have taken a screenshot, you can still edit it. You can crop the image, add arrows, lines and more, highlight text and blur parts of the image. You can use the Delete key to remove selected elements that you have previously inserted. Use the Rubber button to undo any changes.

&#x20;&#x20;

<figure><img src="/files/j9Bf2Xs7xgYZqmUICmBK" alt=""><figcaption><p>Edition of the taken screenshot</p></figcaption></figure>

When you are finished, you can use the Insert into Editor button to paste the screenshot with your adjustments into the description.<br>

{% hint style="success" %}
We also recommend use [Capture](https://docs.usecapture.io/help-articles/features/taking-screenshots) to take screenshots, annotate them and provide aqua with additional technical details that will help developers identify the root cause of the problem much faster.
{% endhint %}


---

# 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.aqua-cloud.io/documentation/items/general-item-capabilities/take-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.
