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

# Console map

> How the NeuralTrust Agent Gateway (TrustGate) UI is organized — every sidebar area and what you configure there.

TrustGate in the product is the **Agent Gateway** group in the NeuralTrust console sidebar
(product label **TrustGate**). Pick an active gateway from the top bar **Gateway** selector
before you configure anything — most screens are scoped to that gateway.

## Sidebar

| Nav item            | Path (under `/v2/{team}/gateway/…`)        | What you do                                                       |
| ------------------- | ------------------------------------------ | ----------------------------------------------------------------- |
| **Getting started** | `getting-started`                          | Connect a provider, send a first request, inspect the result.     |
| **Registry**        | `registry`                                 | Connect LLM providers (**Models**) and MCP servers (**MCP**).     |
| **Identity**        | `identity`                                 | **Auth** credentials and **Roles** for identity-based routing.    |
| **Consumers**       | `consumers`                                | Apps that call the gateway — auth, routing, policies, Connect.    |
| **Policies**        | `policies`                                 | Gateway-wide or targeted governance (rate limits, guardrails, …). |
| **Activity**        | `activity/requests`                        | Inspect live requests (LLM and MCP).                              |
| **Analytics**       | `analytics`                                | Usage, cost, latency, and policy metrics.                         |
| **Playground**      | `playground`                               | Chat through a consumer with policies enforced.                   |
| **Settings**        | Sidebar → **Settings** → **Agent Gateway** | Gateway name, LLM/MCP URLs, deployment, delete.                   |

Related products (separate sidebar groups):

* **Agent Runtime (TrustGuard)** — collectors, detectors, runtime policies; bind a collector when you add a TrustGuard gateway policy.
* **Telemetry** (top bar) — org-level logs and alerts; can reference gateway traffic.

## Gateway selector

| Action          | Where                                                                                             |
| --------------- | ------------------------------------------------------------------------------------------------- |
| Switch gateway  | Top bar **Gateway · {name}**                                                                      |
| **New Gateway** | Selector → **New Gateway** — **SaaS** (recommended) or **Private** (Docker / Kubernetes / Manual) |
| Delete gateway  | Selector row or **Settings** → danger zone (type name to confirm)                                 |

See [Gateways](/trustgate/concepts/gateways) and [Installation](/trustgate/getting-started/install).

## Typical setup path

```text theme={null}
New Gateway
  → Registry (connect provider or MCP)
  → Consumers (auth + routing + optional policies)
  → Connect tab (copy snippets for apps)
  → Playground or Activity (verify)
  → Policies / Analytics (govern and measure)
```

## Deep links by topic

| Topic                   | Docs                                                                                                                                               |
| ----------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------- |
| First request           | [Quickstart](/trustgate/getting-started/quickstart)                                                                                                |
| Providers & MCP servers | [Registries](/trustgate/concepts/registries), [MCP](/trustgate/mcp/overview)                                                                       |
| Apps & strategies       | [Consumers](/trustgate/concepts/consumers), [Load balancing](/trustgate/routing/load-balancing), [Smart routing](/trustgate/routing/smart-routing) |
| Keys & IdP              | [Auth](/trustgate/concepts/auth), [Identity](/trustgate/concepts/identity), [Roles](/trustgate/concepts/roles)                                     |
| Governance              | [Policies](/trustgate/policies/overview)                                                                                                           |
| Test & inspect          | [Playground](/trustgate/console/playground), [Activity](/trustgate/console/activity), [Analytics](/trustgate/console/analytics)                    |
| Gateway URLs & Private  | [Settings](/trustgate/console/settings)                                                                                                            |
