# Management dApp

The Management dApp is a web-based monitoring and control tool for all network participants.

**URL**: [management.opengpu.network](https://management.opengpu.network)

## What It Does

Built on a custom indexer of blockchain activity, the dApp provides:

* **Network Explorer**: Browse sources, tasks, responses, and providers
* **Vault Management**: Deposit, withdraw, stake, and track earnings
* **Provider Controls**: Register to sources, attempt tasks, configure AI agents, pair with masters
* **Client Controls**: Monitor and deactivate published sources

## Who It's For

* **Providers**: Manage registrations and earnings
* **Clients**: Monitor sources and vault
* **Masters**: Pair with and manage providers
* **Anyone**: Explore network activity

> See [For Providers](/opengpu-network/for-providers/overview.md) or [For Clients](/opengpu-network/for-clients/overview.md) for workflow guides.


---

# 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://opengpu-network.gitbook.io/opengpu-network/ecosystem/management-dapp.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.
