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

# Foff: feature flags with hierarchical config resolution

> Foff lets you decouple deployments from releases with hierarchical feature flags and config overrides. Manage flags for any org, team, or user hierarchy.

Foff is a feature flag and configuration management service that gives your team fine-grained control over what features are enabled — and for whom. With Foff, you create flags once and resolve the right value automatically based on any hierarchy you define, from organization down to individual user.

<CardGroup cols={2}>
  <Card title="Quick Start" icon="rocket" href="/quickstart">
    Create your first feature flag and integrate it into your app in minutes.
  </Card>

  <Card title="Core Concepts" icon="book" href="/concepts/workspaces">
    Learn about workspaces, scopes, features, and hierarchical overrides.
  </Card>

  <Card title="SDK Reference" icon="code" href="/sdks/overview">
    Integrate Foff with TypeScript, Python, or Go using our official SDKs.
  </Card>

  <Card title="API Keys" icon="key" href="/api-keys/creating">
    Generate and manage API keys to authenticate your SDK and API calls.
  </Card>
</CardGroup>

## How Foff works

<Steps>
  <Step title="Create a workspace">
    Sign up and set up a workspace for your organization. All your feature flags and configs live here.
  </Step>

  <Step title="Define a scope">
    A scope represents the hierarchy your flags follow — for example, `Company → Department → Team → User`.
  </Step>

  <Step title="Create feature flags">
    Add features with default values and optional overrides for specific hierarchy levels.
  </Step>

  <Step title="Integrate an SDK">
    Install the SDK for your language and call `getFeatureConfig` to resolve the right value at runtime.
  </Step>
</Steps>

<Note>
  Need help? Reach out to the Foff team at [foff@twospoon.ai](mailto:foff@twospoon.ai).
</Note>
