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

# Platform Overview

> What the Guardway SaaS dashboard does and how it relates to your self-hosted gateways.

The **Guardway platform** is the SaaS side of the product — the dashboard at [app.guardway.ai](https://app.guardway.ai) where you sign up, manage your organization, configure gateways, and watch usage.

The gateway is self-hosted; the platform is not. Your prompts and completions never reach the platform.

## What lives in the platform

<CardGroup cols={2}>
  <Card icon="users" title="Organizations and teams" href="/platform/settings/organization">
    One org per company. Teams group users for budgeting and access control.
  </Card>

  <Card icon="key" title="API keys" href="/platform/configuration/api-keys">
    Scoped keys for your applications. Per-key budgets, quotas, and model allow-lists.
  </Card>

  <Card icon="chart-line" title="Usage and spend" href="/platform/dashboard/usage">
    Aggregate telemetry across all your gateways. Per-team, per-key, per-model breakdowns.
  </Card>

  <Card icon="gear" title="Global configuration">
    Providers, routing rules, and guardrail policies defined once and pushed to gateways.
  </Card>
</CardGroup>

## Where to go next

<Card icon="user-plus" title="Sign up" href="/getting-started/sign-up" arrow>
  If you haven't already.
</Card>
