# Quick Preview

## 1. What is it?

The quick view can help you to quick preview the selected in any place of the app.

* Beautify inline JSON
* Decode Base64 String
* Display key\&value as a table
* Decode JWT Token

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

## 2. How to use it?

1. Select any text on the app, e.g Body Tab, Raw Tab, etc
2. Right Click to show the menu context
3. Select Text Selection View as Mode

<figure><img src="/files/ZVDFAhu6rEgAuQHOPVsH" alt=""><figcaption><p>Quick View on the Raw Tab</p></figcaption></figure>

<figure><img src="/files/6C4uFj9rnUj0qUXNf1dt" alt=""><figcaption><p>Quick View on Body Tab</p></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.proxyman.com/basic-features/quick-preview.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.
