# Dashboard Overview

### Accessing the dashboard <a href="#accessing-the-dashboard" id="accessing-the-dashboard"></a>

Navigate to your Zynta dashboard URL and log in with your developer credentials. Once authenticated, you land on the main dashboard view.

### What you see on the home screen <a href="#what-you-see-on-the-home-screen" id="what-you-see-on-the-home-screen"></a>

The home screen gives you an at-a-glance summary of your integration:

#### **System status banner**

At the top of the dashboard, a status banner shows the current health of the Zynta API. When everything is running normally, you will see a green "API Status: Operational" banner with the current uptime percentage (measured over the last 30 days).

#### **Stats cards**

Four metric cards are displayed in a grid:

<table><thead><tr><th width="179">Card</th><th>What it shows</th></tr></thead><tbody><tr><td><strong>Total Transactions</strong></td><td>The total number of transactions processed, with week-over-week trend</td></tr><tr><td><strong>Active API Keys</strong></td><td>How many API keys are currently active, plus count of inactive keys</td></tr><tr><td><strong>API Success Rate</strong></td><td>Percentage of successful API calls, with weekly change</td></tr><tr><td><strong>Active Webhooks</strong></td><td>Number of active webhook subscriptions, with weekly trend</td></tr></tbody></table>

Each card shows a trend indicator: green for positive movement, red for negative.

#### **Recent activity**

Below the stats cards, the dashboard shows a chronological feed of recent events across your account: key creation, transfers, webhook deliveries, and other audit trail entries.

#### Navigation <a href="#navigation" id="navigation"></a>

The sidebar provides access to all dashboard sections:

<table><thead><tr><th width="228">Section</th><th>Purpose</th></tr></thead><tbody><tr><td>Dashboard</td><td>Home screen with stats and activity feed</td></tr><tr><td>API Keys</td><td>Create, manage, and revoke API keys</td></tr><tr><td>Transactions</td><td>View and inspect all transfers</td></tr><tr><td>Webhooks</td><td>Configure webhook endpoints and view logs</td></tr><tr><td>Request Logs</td><td>Debug API requests with full request/response detail</td></tr><tr><td>Sandbox</td><td>Test endpoints and explore code examples</td></tr></tbody></table>

{% hint style="info" %}
The dashboard is designed to work alongside the API. Use the dashboard for configuration and monitoring, and the API for programmatic integration.
{% endhint %}


---

# 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.zynta.com/dashboard/dashboard-overview.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.
