> For the complete documentation index, see [llms.txt](https://docs.agant.io/Y83ivqmfOiUspagNyFg6/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.agant.io/Y83ivqmfOiUspagNyFg6/overview/dashboard.md).

# Dashboard

### Overview

The Agant Dashboard is your central interface for managing your company's stablecoin operations. Once your account is approved and [onboarding](/Y83ivqmfOiUspagNyFg6/overview/onboarding.md) is complete, the Dashboard provides full visibility and control over your fiat-to-stablecoin infrastructure.

<figure><img src="/files/ve8yX00opjbD6G7JK0lR" alt=""><figcaption><p>Agant Dashboard (Sandbox) - Home</p></figcaption></figure>

From the Dashboard you can:

* Monitor recent transaction activity across all your Rails
* Configure and manage On-Ramp and Off-Ramp Rails
* Whitelist crypto Wallets and fiat Bank Accounts
* Generate and manage **API Tokens** for programmatic access
* Invite and manage team members

### Environments

Agant operates two isolated environments. Use the Sandbox for integration testing and development - no real funds are moved and devnets/testnets are enabled.

| Environment | URL                        |
| ----------- | -------------------------- |
| Production  | <https://app.agant.io>     |
| Sandbox     | <https://sandbox.agant.io> |

{% hint style="info" %}
Sandbox credentials are entirely separate from Production. You will need to create a separate account for each environment.
{% endhint %}

{% hint style="info" %}
We recommend starting in the Sandbox environment to test your integration end-to-end before going live.
{% endhint %}

### Accessing the Dashboard

To access the Dashboard, your account must be registered, email-verified, 2FA-enabled, and approved by the Agant team.

We recommend reaching out to your Agant onboarding contact or <support@agant.io> when requesting access.

#### How to Sign Up

1. Navigate to your intended environment (Production or Sandbox).
2. Click **Sign up here** on the login page.
3. Fill out the registration form with your business details and click **Create Account**.
4. Check your inbox and verify your email using the link provided.
5. Complete **two-factor authentication (2FA)** setup - 2FA is required on all Agant user accounts.
6. You will be placed on a holding screen while your account is reviewed by the Agant team.
7. Once approved, you will be guided through the [onboarding](/Y83ivqmfOiUspagNyFg6/overview/onboarding.md) wizard to verify your business and configure your first Rails.

{% hint style="info" %}
In the Sandbox environment, dummy information can be used during onboarding.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.agant.io/Y83ivqmfOiUspagNyFg6/overview/dashboard.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
