> ## Documentation Index
> Fetch the complete documentation index at: https://docs.modo.link/llms.txt
> Use this file to discover all available pages before exploring further.

# Developer Dashboard

The Developer Dashboard is the operational workspace inside [**Modo Superapp**](https://app.modo.link/home) for managing subscriptions and monitoring API activity in one place.

<Columns cols={2}>
  <Column>
    <Card title="Live Monitoring" icon="timer">
      Follow platform activity as it happens and keep system behavior visible in real time.
    </Card>
  </Column>

  <Column>
    <Card title="Faster Debugging" icon="arrow-pointer">
      Identify failed calls, response issues, and unusual patterns without leaving the dashboard.
    </Card>
  </Column>
</Columns>

<Columns cols={2}>
  <Column>
    <Card title="Request Logs" icon="blog">
      Review every API call in one place with method, status, timing, and request details.
    </Card>
  </Column>

  <Column>
    <Card title="Performance Tracking" icon="arrow-down-up-across-line">
      Measure response times and monitor API behavior across different requests and environments.
    </Card>
  </Column>
</Columns>

# Overview

## Plans

This is where access starts.

You see available plans with pricing, limits, and included features. Each plan defines how much data you can use, how fast requests are processed, and what level of support you get.

Current structure:

* **Lite Annual** – basic API access for occasional or personal use
* **Pro Monthly** – full API access with increased rate limits
* **Pro Annual** – full API access with increased rate limits and annual pricing advantage

<Frame>
  <img src="https://mintcdn.com/modo/57CRuKycPL1HNBla/images/image-36.png?fit=max&auto=format&n=57CRuKycPL1HNBla&q=85&s=eca06c719d360336492f592314da6f91" alt="Image" width="1830" height="850" data-path="images/image-36.png" />
</Frame>

<Note>
  You can activate more than one subscription if one is not enough.
</Note>

The top block shows service status and contract ID, so you always know whether your access is active.

## Subscriptions

After activation, every subscription appears as a separate unit.

This view is important when you scale usage. Instead of mixing everything together, each subscription stays visible and traceable.

<Frame>
  <img src="https://mintcdn.com/modo/57CRuKycPL1HNBla/images/image-37.png?fit=max&auto=format&n=57CRuKycPL1HNBla&q=85&s=a1dab69ba54e56ccadfdac132ed7b05f" alt="Image" width="2910" height="1524" data-path="images/image-37.png" />
</Frame>

<Tip>
  For a detailed description of how agent subscriptions work, follow [Subscription](/subscription).
</Tip>

## Logs

Logs show what is actually happening.

Every API request is recorded with:

* method name;
* subscription used;
* status and HTTP code;
* response time;
* timestamp;
* chain and network.

<Frame>
  <img src="https://mintcdn.com/modo/57CRuKycPL1HNBla/images/image-38.png?fit=max&auto=format&n=57CRuKycPL1HNBla&q=85&s=f4fe46635db59e7041edaf253f5b1f01" alt="Image" width="1650" height="762" data-path="images/image-38.png" />
</Frame>

This turns raw activity into a clear timeline.

Logs are the main monitoring layer for development and production.

<Callout icon="star-shooting" color="#f5860b">
  More powerful monitoring, analytics, and control features are on the way, expanding what you can do inside the Developer Dashboard!
</Callout>
