# Dashboard

### Abstract

The [Reapchain Dashboard](https://dashboard.reapchain.org) is a web application that supports most of the activities supported by Reapchain.

It supports the following features:

* View status and summary information of Reapchain network
* Lite Explorer to view block and transaction information
* View account information and witness list and information

The features below will be available soon.

* Reap transfer
* Connection with Keplr wallet or Metamask wallet
* Staking-related functions such as delegation, redelegation, and unbonding


---

# 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://reapchain.gitbook.io/mainnet/user-guides/dashboard.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.
