# Request Scan

<figure><img src="/files/RDlp5jwqZP2e60FXYrh2" alt=""><figcaption><p>Request Scan Landing Page</p></figcaption></figure>

<table data-view="cards" data-full-width="false"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td></td><td><span data-gb-custom-inline data-tag="emoji" data-code="1f579">🕹️</span> <strong>Try it out</strong></td><td></td><td><a href="https://scan.request.network">https://scan.request.network</a></td></tr><tr><td></td><td><span data-gb-custom-inline data-tag="emoji" data-code="25b6">▶️</span> <strong>Demo Video</strong></td><td></td><td><a href="#demo-video">#demo-video</a></td></tr><tr><td></td><td><span data-gb-custom-inline data-tag="emoji" data-code="2139">ℹ️</span> <strong>View Source</strong></td><td></td><td><a href="https://github.com/RequestNetwork/request-scan">https://github.com/RequestNetwork/request-scan</a></td></tr></tbody></table>

Request Scan is an explorer for viewing requests and payments in Request Network. It enables users to explore and scrutinize requests, payments, and addresses within the Request Network ecosystem.

## Intended Audience

Request Scan caters to a broad audience:

* **Accountants:** Audit and verify financial data on the request network.
* **Developers:** Easily access Request Network data for troubleshooting your applications.
* **Analysts:** Gain deep insights into network activity and trends.
* **Researchers:** Conduct in-depth studies on blockchain data.
* **Enthusiasts:** Stay informed about the latest happenings on the Request Network.

## Usage

### **User Interface**

* **Search Bar:** Located at the top, allows you to search for specific requests or addresses.
* **Dashboard:** Provides an overview of network statistics and recent activity.
* **Requests:** View a list of recent requests with details like payee, payer, amount, and timestamp.
* **Payments:** View a list of recent payments with details like blockchain transactions, amounts, fees, and timestamps.
* **Address:** View information about individual addresses, including their requests and payments.
* **Request:** View information about individual requests, including their details and table with actions and payments.

### **Searching for Data**

* **Request:** Enter a request ID in the search bar to view its details.
* **Address:** Enter an address to see its requests and payment history.

### Demo Video <a href="#demo-video" id="demo-video"></a>

{% embed url="<https://www.youtube.com/watch?v=lHjeVCvMoU0>" %}
Request Scan Demo Video
{% endembed %}


---

# 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://legacy.docs.request.network/general/request-scan.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.
