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

# Introduction

> Build integrations on top of FMG Connect.

FMG Connect lets third-party applications securely access FMG resources on behalf of an FMG subscriber. Authenticate with OAuth 2.1, then call the FMG Connect APIs.

## Get started

<Card title="OAuth Integration Guide" icon="key" href="/oauth/client-integration">
  Authenticate your application — the authorization flow, token exchange, scopes, and error handling.
</Card>

<Card title="API Reference" icon="code" href="/api-reference">
  Explore the FMG Connect API endpoints and try them in the playground.
</Card>

## Before you begin

Contact the FMG team to have your application provisioned. You will receive a **Client ID**, **Client Secret**, registered **Redirect URI(s)**, and the **scopes** granted to your integration.
