# Welcome to LaunchDarkly docs
Welcome to LaunchDarkly docs
Learn how to use LaunchDarkly to release faster, break nothing, and
build products customers love
} title="Get Started" href="/docs/home/getting-started">
Build your first flagged application and explore how LaunchDarkly
supports your work.
} title="Launch Insights" href="/docs/home/getting-started/launch-insights">
Review how your organization is adopting best practices for releasing
safely.
} title="AI Configs" href="/docs/home/ai-configs">
Customize, test, and roll out new models and prompts in your generative
Al applications.
} title="Flag impact" href="/docs/guides/flags">
Use metrics, experimentation, and analytics to understand how flag
changes affect your audiences.
} title="SDKs" href="/docs/sdk">
Learn how to incorporate the LaunchDarkly SDKs into your application.
} title="Guides" href="/docs/guides">
Whether you're a new or experienced, our best practices and guides help
you succeed with LaunchDarkly.
## Explore our SDKs
Use client-side, server-side, or edge SDKs to evaluate flags. Use Al SDKs to customize Al configs.
### Client-side and mobile SDKs
### Server-side SDKs
### AI SDKs
### Edge SDKs
### OpenFeature providers
### Telemetry integrations
## Additional Resources
Learn how to use LaunchDarkly with these other useful resources.
## Docs
- [Get started](https://launchdarkly.com/docs/home/getting-started.mdx): This topic describes how to get started with LaunchDarkly. The other topics in this category contain a high-level introduction to LaunchDarkly.
- [LaunchDarkly CLI](https://launchdarkly.com/docs/home/getting-started/ldcli.mdx): This topic describes how to get started with the LaunchDarkly CLI.
- [LaunchDarkly CLI commands](https://launchdarkly.com/docs/home/getting-started/ldcli-commands.mdx): This topic describes common commands and configuration options in the LaunchDarkly CLI.
- [Setting up an SDK](https://launchdarkly.com/docs/home/getting-started/setting-up.mdx): This topic explains how to set up an SDK to begin using LaunchDarkly.
- [Joining an account](https://launchdarkly.com/docs/home/getting-started/join-account.mdx): This topic explains how to join LaunchDarkly as a new account member.
- [Logging in with SSO](https://launchdarkly.com/docs/home/getting-started/login-sso.mdx): This topic explains how to log into LaunchDarkly for the first time using an SSO provider.
- [Using feature management](https://launchdarkly.com/docs/home/getting-started/feature-management.mdx): This topic discusses using feature management at a high level, describes some key parts of the LaunchDarkly user interface (UI), and suggests different ways to learn more about working in LaunchDarkly.
- [Getting started in different roles](https://launchdarkly.com/docs/home/getting-started/roles.mdx): This topic includes suggested paths through the LaunchDarkly documentation specific to your role.
- [Launch Insights](https://launchdarkly.com/docs/home/getting-started/launch-insights.mdx): This topic describes the Launch Insights dashboard.
- [LaunchDarkly architecture](https://launchdarkly.com/docs/home/getting-started/architecture.mdx): This topic gives a high-level explanation of LaunchDarkly's platform architecture.
- [LaunchDarkly vocabulary](https://launchdarkly.com/docs/home/getting-started/vocabulary.mdx): This topic defines common words used in the LaunchDarkly application and documentation.
- [Create flags](https://launchdarkly.com/docs/home/flags/create.mdx): This category explains how to use LaunchDarkly to create your feature flags.
- [Creating new flags](https://launchdarkly.com/docs/home/flags/new.mdx): This topic explains how to create new feature flags in LaunchDarkly.
- [Turning flags on and off](https://launchdarkly.com/docs/home/flags/toggle.mdx): This topic explains how to enable and disable flags from the Flags list.
- [Creating flag variations](https://launchdarkly.com/docs/home/flags/variations.mdx): This topic explains how to create and edit your feature flag's variations and outlines the different types of flag variations.
- [Cloning existing flags](https://launchdarkly.com/docs/home/flags/clone.mdx): This topic explains how to create new flags by cloning existing flags in LaunchDarkly.
- [Importing flags](https://launchdarkly.com/docs/home/flags/import.mdx): This topic explains how to import flags from other feature management tools into LaunchDarkly.
- [Other flag settings](https://launchdarkly.com/docs/home/flags/flag-settings.mdx): This topic explains how to edit a feature flag's environment-specific settings and settings for all environments.
- [Target with flags](https://launchdarkly.com/docs/home/flags/target.mdx): This topic explains how to use flag targeting to control which of your customers receive a variation of a feature flag, based on their context.
- [Targeting rules](https://launchdarkly.com/docs/home/flags/target-rules.mdx): This topic explains how to use flag targeting rules to serve flag variations to different contexts based on their attributes.
- [Segment targeting](https://launchdarkly.com/docs/home/flags/segment-targeting.mdx): This topic explains how to control which segments receive a variation of a feature flag.
- [Individual targeting](https://launchdarkly.com/docs/home/flags/individual-targeting.mdx): This topic explains how to control which individual contexts receive a variation of a feature flag, based on the context key.
- [Bulk targeting](https://launchdarkly.com/docs/home/flags/bulk-targeting.mdx): This topic explains how to perform edits on groups of contexts, or export all the contexts a flag is targeted to.
- [Mobile targeting](https://launchdarkly.com/docs/home/flags/mobile-targeting.mdx): This topic explains how to control which mobile apps and devices receive a variation of a feature flag.
- [Custom rules](https://launchdarkly.com/docs/home/flags/custom-rules.mdx): This topic explains how to use custom rules to target contexts based on their attributes.
- [Converting rules into segments](https://launchdarkly.com/docs/home/flags/rules-segments.mdx): This topic explains how convert targeting rules into reusable segments.
- [Testing flag targeting](https://launchdarkly.com/docs/home/flags/preview-rules.mdx): This topic explains how to use the test run feature to find out which variation a particular context will receive for a given feature flag.
- [Flag prerequisites](https://launchdarkly.com/docs/home/flags/prereqs.mdx): This topic explains how to use feature flag prerequisites to enable or disable features based on different states.
- [The off variation](https://launchdarkly.com/docs/home/flags/off-variation.mdx): This topic explains how to set the off variation for a flag.
- [The default rule](https://launchdarkly.com/docs/home/flags/default-rule.mdx): This topic explains how to set the default rule for a flag.
- [Flag templates](https://launchdarkly.com/docs/home/flags/templates.mdx): This topic explains the different types of flags available in LaunchDarkly.
- [Custom flags](https://launchdarkly.com/docs/home/flags/custom.mdx): This topic explains how to get started with custom flags.
- [Release flags](https://launchdarkly.com/docs/home/flags/release.mdx): This topic explains how you can use release flags to progressively roll out functionality.
- [Kill switch flags](https://launchdarkly.com/docs/home/flags/killswitch.mdx): This topic explains how you can use kill switch or circuit breaker flags to shut off functionality.
- [Experiment flags](https://launchdarkly.com/docs/home/flags/experiment.mdx): This topic explains how you can use experiment flags to test a hypothesis.
- [Migration flags](https://launchdarkly.com/docs/home/flags/migration.mdx): This topic explains how you can use migration flags to take the complexity and risk out of modernizing your tech stack.
- [Creating migration flags](https://launchdarkly.com/docs/home/flags/create-migration.mdx): This topic explains how you can create migration flags.
- [Targeting with migration flags](https://launchdarkly.com/docs/home/flags/target-migration.mdx): This topic explains how you can target contexts using migration flags.
- [Migration flag metrics](https://launchdarkly.com/docs/home/flags/migration-metrics.mdx): This topic explains how you can use metrics to track the progress of a migration flag.
- [Manage flags](https://launchdarkly.com/docs/home/flags/manage.mdx): This category explains how to organize your flags across different environments in your LaunchDarkly project.
- [The Flags list](https://launchdarkly.com/docs/home/flags/list.mdx): This topic explains how to use the Flags list, which shows your feature flags and gives you options to create, modify, and manage them.
- [Flag links](https://launchdarkly.com/docs/home/flags/links.mdx): This topic explains how to create and use flag links to view external mentions of flags and relevant materials from other tools and services.
- [Comparing and copying flag settings](https://launchdarkly.com/docs/home/flags/compare-copy.mdx): This topic explains how to compare and copy flag settings between two environments.
- [Viewing flags across environments](https://launchdarkly.com/docs/home/flags/view-across.mdx): This topic explains how to view flags across multiple environments.
- [Deprecating flags](https://launchdarkly.com/docs/home/flags/deprecate.mdx): This topic explains how to deprecate flags you no longer need.
- [Archiving flags](https://launchdarkly.com/docs/home/flags/archive.mdx): This topic explains how to clean up flags you no longer need.
- [Deleting flags](https://launchdarkly.com/docs/home/flags/delete.mdx): This topic explains how to delete flags that are archived.
- [Segments](https://launchdarkly.com/docs/home/flags/segments.mdx): This topic introduces the concept of segments. Segments let you target groups of contexts individually or by attribute.
- [Segment types](https://launchdarkly.com/docs/home/flags/segment-types.mdx): This topic explains different segment types and when to use them.
- [Creating segments](https://launchdarkly.com/docs/home/flags/segments-create.mdx): This topic explains how to create rule-based, smaller list-based, larger list-based, and synced segments.
- [Segment targeting for rule-based and smaller list-based segments](https://launchdarkly.com/docs/home/flags/rule-based-segments.mdx): This topic explains how to target contexts in rule-based and smaller list-based segments.
- [Segment targeting for larger list-based segments](https://launchdarkly.com/docs/home/flags/list-based-segments.mdx): This topic explains how to target contexts within larger list-based segments.
- [Managing segments](https://launchdarkly.com/docs/home/flags/segment-management.mdx): This topic explains how to edit and delete segments.
- [SDK and integration configuration for segments](https://launchdarkly.com/docs/home/flags/segment-config.mdx): This topic explains the configuration process and requirements for synced segments and larger list-based segments.
- [Segments synced from external tools](https://launchdarkly.com/docs/home/flags/synced-segments.mdx): This topic explains how to create segments that sync with an external tool.
- [Syncing segments with Amplitude cohorts](https://launchdarkly.com/docs/home/flags/amplitude.mdx): This topic explains how to create segments that sync with an Amplitude cohort.
- [Syncing segments with Census](https://launchdarkly.com/docs/home/flags/census.mdx): This topic links to Census's documentation for its LaunchDarkly synced segment integration.
- [Syncing segments with Heap](https://launchdarkly.com/docs/home/flags/heap.mdx): This topic links to Heap's documentation for its LaunchDarkly synced segment integration.
- [Syncing segments with Hightouch](https://launchdarkly.com/docs/home/flags/hightouch.mdx): This topic links to Hightouch's documentation for its LaunchDarkly synced segment integration.
- [Syncing segments with RudderStack Audiences](https://launchdarkly.com/docs/home/flags/rudderstack.mdx): This topic links to RudderStack's documentation for its LaunchDarkly synced segment integration.
- [Syncing segments with Tealium Audiences](https://launchdarkly.com/docs/home/flags/tealium.mdx): This topic links to Tealium's documentation for its LaunchDarkly synced segment integration.
- [Syncing segments with Twilio Segment Audiences](https://launchdarkly.com/docs/home/flags/twilio.mdx): This topic explains how to create segments that sync with a Twilio Segment Audience.
- [Syncing segments with Zeotap](https://launchdarkly.com/docs/home/flags/zeotap.mdx): This topic links to Zeotap's documentation for its LaunchDarkly synced segment integration.
- [AI Configs](https://launchdarkly.com/docs/home/ai-configs.mdx): This category explains how to use LaunchDarkly to manage your AI Configs. You can use AI Configs to customize, test, and roll out new large language models (LLMs) within your generative AI applications.
- [Quickstart for AI Configs](https://launchdarkly.com/docs/home/ai-configs/quickstart.mdx): This topic explains how to get started with the LaunchDarkly AI Configs product.
- [Create AI Configs](https://launchdarkly.com/docs/home/ai-configs/create.mdx): This topic explains how to create and update AI Configs.
- [Create and manage AI Config variations](https://launchdarkly.com/docs/home/ai-configs/create-variation.mdx): This topic explains how to create and manage AI Config variations.
- [Compare AI Config variation versions](https://launchdarkly.com/docs/home/ai-configs/compare-variation-versions.mdx): This topic explains how to compare versions of an AI Config variation.
- [Create and manage AI model configurations](https://launchdarkly.com/docs/home/ai-configs/create-model-config.mdx): This topic explains how to create and manage custom models to use in AI Configs.
- [Target with AI Configs](https://launchdarkly.com/docs/home/ai-configs/target.mdx): This topic explains how to use AI Config targeting to control which of your customers receive a particular variation of an AI Config, based on their context.
- [Monitor AI Configs](https://launchdarkly.com/docs/home/ai-configs/monitor.mdx): This topic explains how to monitor the performance of your AI Configs.
- [Manage AI Configs](https://launchdarkly.com/docs/home/ai-configs/manage.mdx): This topic explains how to view and manage AI Configs.
- [Run experiments with AI Configs](https://launchdarkly.com/docs/home/ai-configs/experimentation.mdx): This topic highlights how to run experiments with AI Configs.
- [AI Configs and information privacy](https://launchdarkly.com/docs/home/ai-configs/privacy.mdx): This topic describes how the LaunchDarkly AI Configs product treats personally identifiable information.
- [Releasing features with LaunchDarkly](https://launchdarkly.com/docs/home/releases/releasing.mdx): This topic compares several options LaunchDarkly provides for releasing features to production gradually and safely.
- [Percentage rollouts](https://launchdarkly.com/docs/home/releases/percentage-rollouts.mdx): This topic explains how to use percentage rollouts to release new features incrementally.
- [Percentage rollouts by context attribute](https://launchdarkly.com/docs/home/releases/attribute-rollout.mdx): This topic explains how to perform percentage rollouts by associating flag variations with context attributes.
- [Progressive rollouts](https://launchdarkly.com/docs/home/releases/progressive-rollouts.mdx): This topic explains what progressive rollouts are and why you might use them to release new features incrementally.
- [Creating and managing progressive rollouts](https://launchdarkly.com/docs/home/releases/create-progressive-rollouts.mdx): This topic explains how to create and manage progressive rollouts to release new features incrementally.
- [Guarded rollouts](https://launchdarkly.com/docs/home/releases/guarded-rollouts.mdx): This topic explains how to monitor metrics on flag releases and configure LaunchDarkly to take action on the results.
- [Creating guarded rollouts](https://launchdarkly.com/docs/home/releases/creating-guarded-rollouts.mdx): This topic explains how to create a guarded rollout.
- [Regression thresholds for guarded rollouts](https://launchdarkly.com/docs/home/releases/regression-thresholds.mdx): This topic explains how to determine a custom regression threshold for a guarded rollout.
- [Managing guarded rollouts](https://launchdarkly.com/docs/home/releases/managing-guarded-rollouts.mdx): This topic explains how to manage guarded rollouts.
- [Release pipelines](https://launchdarkly.com/docs/home/releases/release-pipelines.mdx): This topic explains how you can use automated releases to standardize and automate the release process for your feature flags.
- [Creating release pipelines](https://launchdarkly.com/docs/home/releases/release-pipelines-create.mdx): This topic explains how to create and configure release pipelines to use in automated releases.
- [Adding and removing flags from release pipelines](https://launchdarkly.com/docs/home/releases/adding-flags.mdx): This topic explains how to add, remove, and move flags between existing release pipelines.
- [Managing release pipelines](https://launchdarkly.com/docs/home/releases/release-pipelines-manage.mdx): This topic explains how to duplicate and manage release pipelines.
- [Deleting release pipelines](https://launchdarkly.com/docs/home/releases/release-pipelines-delete.mdx): This topic explains how to delete release pipelines.
- [Release management tools](https://launchdarkly.com/docs/home/releases/release-management.mdx): This category explains how you can more finely control your use of feature flags by release management tools within LaunchDarkly.
- [Approvals](https://launchdarkly.com/docs/home/releases/approvals.mdx): This topic introduces LaunchDarkly's approvals feature. It explains what approvals are and how to configure them.
- [Requesting approvals](https://launchdarkly.com/docs/home/releases/approval-requests.mdx): This topic explains how to create approval requests.
- [Reviewing approval requests](https://launchdarkly.com/docs/home/releases/approval-reviews.mdx): This topic explains how to review, approve, and decline approval requests.
- [Deleting approval requests](https://launchdarkly.com/docs/home/releases/approvals-delete.mdx): This topic explains how to delete approval requests.
- [Approval request settings](https://launchdarkly.com/docs/home/releases/approvals-settings.mdx): This topic explains how to customize the settings for your approval requests.
- [Configuring approvals for an environment](https://launchdarkly.com/docs/home/releases/approval-config.mdx): This topic explains how to customize approval requests for each environment in your LaunchDarkly project.
- [Flag triggers](https://launchdarkly.com/docs/home/releases/triggers.mdx): This topic explains how to use LaunchDarkly's triggers feature, which lets you make changes to flag targeting remotely.
- [Creating flag triggers](https://launchdarkly.com/docs/home/releases/triggers-create.mdx): This topic explains how to create flag triggers.
- [Managing flag triggers](https://launchdarkly.com/docs/home/releases/triggers-manage.mdx): This topic explains how to disable, reset, and delete flag triggers.
- [Required comments](https://launchdarkly.com/docs/home/releases/comments.mdx): This topic explains how to use required comments for feature flag and segment changes.
- [Required confirmation](https://launchdarkly.com/docs/home/releases/confirmation.mdx): This topic explains how to use required confirmation for feature flag and segment changes.
- [Scheduled flag changes](https://launchdarkly.com/docs/home/releases/scheduled-changes.mdx): This topic explains what scheduled flag changes are and how to use them to manage your releases.
- [Creating scheduled flag changes](https://launchdarkly.com/docs/home/releases/scheduled-changes-create.mdx): This topic explains how to create scheduled flag changes to take effect at a date in the future.
- [Managing scheduled flag changes](https://launchdarkly.com/docs/home/releases/scheduled-changes-manage.mdx): This topic explains how to manage scheduled flag changes.
- [Workflows](https://launchdarkly.com/docs/home/releases/workflows.mdx): This topic explains how to build, start, and view workflows in LaunchDarkly.
- [Creating workflows](https://launchdarkly.com/docs/home/releases/workflows-create.mdx): This topic explains how to create and view workflows in LaunchDarkly.
- [Deleting workflows](https://launchdarkly.com/docs/home/releases/workflows-delete.mdx): This topic explains how to delete LaunchDarkly workflows in LaunchDarkly.
- [Workflow templates](https://launchdarkly.com/docs/home/releases/workflow-templates.mdx): This topic explains how to create and use workflow templates to automate your rollouts at scale.
- [Applications and app versions](https://launchdarkly.com/docs/home/releases/apps-and-app-versions.mdx): This topic explains what applications and application versions are and how to use them. An application is a LaunchDarkly resource that describes what you are delivering to a customer.
- [Applications](https://launchdarkly.com/docs/home/releases/applications.mdx): This topic explains how to create, edit, and delete applications. An application is a LaunchDarkly resource that describes what you are delivering to a customer.
- [Application versions](https://launchdarkly.com/docs/home/releases/app-versions.mdx): This topic explains how to create, edit, and delete application versions.
- [Contexts](https://launchdarkly.com/docs/home/observability/contexts.mdx): This category has documentation topics about LaunchDarkly contexts. Contexts are people, services, machines, or other resources that encounter feature flags in your product.
- [The Contexts list](https://launchdarkly.com/docs/home/observability/contexts-list.mdx): This topic explains what the Contexts list is, how it is populated, and how to use it.
- [Filtering the Contexts list](https://launchdarkly.com/docs/home/observability/contexts-list-filtering.mdx): This topic explains how to filter contexts on the Contexts list. You can filter contexts on the Contexts list by context kind, name, key, or attribute.
- [The context details page](https://launchdarkly.com/docs/home/observability/context-details.mdx): This topic explains what the context details page is. The context details page gives you a detailed view of a context and lets you customize its experience from one screen.
- [Context instances](https://launchdarkly.com/docs/home/observability/context-instances.mdx): This topic includes information about context instances.
- [Context kinds](https://launchdarkly.com/docs/home/observability/context-kinds.mdx): This topic explains what context kinds are and how to use them.
- [Viewing context kinds](https://launchdarkly.com/docs/home/observability/context-kinds-view.mdx): This topic explains how to view context kinds.
- [Creating and editing context kinds](https://launchdarkly.com/docs/home/observability/context-kinds-create.mdx): This topic explains how to create and edit context kinds.
- [Archiving context kinds](https://launchdarkly.com/docs/home/observability/context-kinds-archive.mdx): This topic explains how to archive and restore archived context kinds.
- [Context attributes](https://launchdarkly.com/docs/home/observability/context-attributes.mdx): This topic explains what context attributes are, how to configure them, and how LaunchDarkly uses them to evaluate flags and display flag variations to your customers.
- [Built-in attributes](https://launchdarkly.com/docs/home/observability/built-in-attributes.mdx): This topic explains what built-in attributes are and how to configure them.
- [Custom attributes](https://launchdarkly.com/docs/home/observability/custom-attributes.mdx): This topic explains what custom context attributes are and how to configure them.
- [Using private context attributes](https://launchdarkly.com/docs/home/observability/private-context-attributes.mdx): This topic explains how to create targeting rules that target contexts based on attributes that may or may not be stored in LaunchDarkly.
- [Multi-contexts](https://launchdarkly.com/docs/home/observability/multi-contexts.mdx): This topic includes information about multi-contexts and context instances. Contexts are people, services, machines, or other resources that encounter feature flags in your product.
- [Anonymous contexts](https://launchdarkly.com/docs/home/observability/anonymous-contexts.mdx): This topic explains what anonymous contexts are, how their information is handled in LaunchDarkly, and how they contribute to your monthly account usage.
- [Code references](https://launchdarkly.com/docs/home/observability/code-references.mdx): This topic explains how to use code references in LaunchDarkly to find and manage references to your feature flags. The code references feature lets you find source code references to your feature flags within LaunchDarkly.
- [Bitbucket code references](https://launchdarkly.com/docs/home/observability/bitbucket.mdx): This topic explains how to use the ld-find-code-refs utility with Bitbucket code references to create code references in LaunchDarkly.
- [CircleCI code references](https://launchdarkly.com/docs/home/observability/circleci.mdx): This topic explains how you can use the ld-find-code-refs utility with CircleCI to automatically populate code references in LaunchDarkly.
- [Custom configuration with ld-find-code-refs](https://launchdarkly.com/docs/home/observability/custom-config.mdx): This topic gives a high-level explanation of how to use the ld-find-code-refs script to perform other functions.
- [GitHub code references](https://launchdarkly.com/docs/home/observability/github-actions.mdx): This topic explains how to use the ld-find-code-refs utility with GitHub code references to automatically populate code references in LaunchDarkly.
- [GitLab code references](https://launchdarkly.com/docs/home/observability/gitlab.mdx): This topic explains how to set up and configure the GitLab code references to use with LaunchDarkly. You can use the ld-find-code-refs utility with GitLab code references to automatically populate code references in LaunchDarkly.
- [Metrics](https://launchdarkly.com/docs/home/observability/metrics.mdx): This topic explains how to create and use metrics within LaunchDarkly.
- [Creating and managing metrics](https://launchdarkly.com/docs/home/observability/create-metrics.mdx): This topic explains how to create, edit, and delete metrics, and how select which metric type to use with LaunchDarkly features, such as experiments and guarded rollouts.
- [Metric analysis](https://launchdarkly.com/docs/home/observability/metric-analysis.mdx): This topic explains the different ways you can analyze a metric, and how to select the analysis options appropriate for your needs.
- [Clicked or tapped conversion metrics](https://launchdarkly.com/docs/home/observability/click.mdx): This topic explains how to create a click conversion metric in LaunchDarkly.
- [Custom conversion binary metrics](https://launchdarkly.com/docs/home/observability/custom.mdx): This topic explains how to create a custom conversion binary metric in LaunchDarkly.
- [Custom conversion count metrics](https://launchdarkly.com/docs/home/observability/custom-count.mdx): This topic explains how to create a custom conversion count metric in LaunchDarkly.
- [Custom numeric metrics](https://launchdarkly.com/docs/home/observability/custom-numeric.mdx): This topic explains how to create a custom numeric metric in LaunchDarkly.
- [Page viewed conversion metrics](https://launchdarkly.com/docs/home/observability/pageview.mdx): This topic explains how to create a page view conversion metric in LaunchDarkly.
- [Metric groups](https://launchdarkly.com/docs/home/observability/metric-groups.mdx): This topic explains what metric groups are and when to use them.
- [Creating and managing metric groups](https://launchdarkly.com/docs/home/observability/metric-groups-manage.mdx): This topic explains how to create and manage metric groups.
- [Metric impact](https://launchdarkly.com/docs/home/observability/metric-impact.mdx): This topic explains how to use the metric Impact tab.
- [Metric events](https://launchdarkly.com/docs/home/observability/metric-events.mdx): This topic explains the different metric event types and which SDKs they are compatible with.
- [Importing metric events](https://launchdarkly.com/docs/home/observability/import-events.mdx): This topic explains how to import metric events from your existing data pipeline for use with Experimentation and guarded rollouts.
- [Viewing incoming events](https://launchdarkly.com/docs/home/observability/view-incoming-events.mdx): This topic explains how to view metric events your SDKs are sending to LaunchDarkly, and how to create metrics from those events.
- [Autogenerated metrics](https://launchdarkly.com/docs/home/observability/autogen-metrics.mdx): This topic explains the metrics LaunchDarkly automatically generates from SDK events and how you can use them to monitor the health of your applications.
- [Engineering insights](https://launchdarkly.com/docs/home/observability/eng-insights.mdx): This category contains documentation topics about LaunchDarkly's engineering insights feature.
- [Get started with engineering insights](https://launchdarkly.com/docs/home/observability/get-started.mdx): This topic explains how to set up projects, environments, and applications, and begin using engineering insights.
- [Send deployment information](https://launchdarkly.com/docs/home/observability/config-deployment.mdx): This topic explains how to configure your app to send deployment information to LaunchDarkly.
- [Install the GitHub app](https://launchdarkly.com/docs/home/observability/github-app.mdx): This topic explains how to install the GitHub app for engineering insights and how to associate repositories and projects.
- [Set up code references](https://launchdarkly.com/docs/home/observability/code-refs.mdx): This topic explains how to set up code references for engineering insights.
- [Applications in Engineering insights](https://launchdarkly.com/docs/home/observability/applications.mdx): This topic explains how to work with LaunchDarkly applications in engineering insights.
- [Project overview](https://launchdarkly.com/docs/home/observability/project-overview.mdx): This topic explains how to use the engineering insights Overview page to evaluate LaunchDarkly project health at a high level.
- [Project metrics](https://launchdarkly.com/docs/home/observability/project-metrics.mdx): This category contains documentation topics about LaunchDarkly's engineering insights project metrics.
- [Deployments](https://launchdarkly.com/docs/home/observability/deployments.mdx): This topic explains how to use the deployments page in engineering insights.
- [Releases](https://launchdarkly.com/docs/home/observability/releases.mdx): This topic explains how to use the releases page in engineering insights.
- [Lead time](https://launchdarkly.com/docs/home/observability/lead-time.mdx): This topic explains how to use the lead time page in engineering insights.
- [Flag health](https://launchdarkly.com/docs/home/observability/flag-health.mdx): This topic explains how to use the flag health page in engineering insights.
- [Experimentation rate](https://launchdarkly.com/docs/home/observability/exp-rate.mdx): This topic explains how to use the Experimentation rate page in engineering insights.
- [Flag evaluations](https://launchdarkly.com/docs/home/observability/flag-evaluations.mdx): This topic explains how to use the flag evaluations graph to observe flag evaluations over time.
- [Flag statuses and lifecycle stages](https://launchdarkly.com/docs/home/observability/flag-status.mdx): This topic explains what the different flag statuses are, and how they relate to a flag's lifecycle.
- [Change history](https://launchdarkly.com/docs/home/observability/change-history.mdx): This topic explains how to track changes made in LaunchDarkly. LaunchDarkly keeps a running log of changes made to feature flags in a given environment.
- [Live events](https://launchdarkly.com/docs/home/observability/live-events.mdx): This topic explains how to use live events. The Live events page gives you real-time insight into the events your application is sending to LaunchDarkly, so you can ensure that you've set up LaunchDarkly correctly.
- [Product analytics](https://launchdarkly.com/docs/home/product-analytics.mdx): This topic explains how to use product analytics to understand your customers and their behavior.
- [Setting up product analytics](https://launchdarkly.com/docs/home/product-analytics/setup.mdx): This topic explains how to set up LaunchDarkly product analytics.
- [Using product analytics charts](https://launchdarkly.com/docs/home/product-analytics/chart.mdx): This topic explains the high-level concepts and UI elements in a product analytics chart.
- [Dashboards](https://launchdarkly.com/docs/home/product-analytics/chart/dashboards.mdx): This topic explains how to use the product analytics Dashboards tab, and what information that tab contains.
- [Events](https://launchdarkly.com/docs/home/product-analytics/chart/events.mdx): This topic explains how to use the product analytics Events tab, and what information that tab contains.
- [Cohorts](https://launchdarkly.com/docs/home/product-analytics/chart/cohorts.mdx): This topic explains how to use the product analytics Cohorts tab, and what information that tab contains.
- [Attributes](https://launchdarkly.com/docs/home/product-analytics/chart/attributes.mdx): This topic explains how to use the product analytics Properties tab, and what information that tab contains.
- [User activity](https://launchdarkly.com/docs/home/product-analytics/chart/user-activity.mdx): This topic explains the high-level concepts and UI elements in a product analytics chart.
- [Experimentation](https://launchdarkly.com/docs/home/experimentation.mdx): This topic explains the concepts and value of LaunchDarkly's Experimentation feature.
- [Quickstart for Experimentation](https://launchdarkly.com/docs/home/experimentation/quickstart.mdx): This topic explains how to complete the quickstart for LaunchDarkly's Experimentation product.
- [Experiment types](https://launchdarkly.com/docs/home/experimentation/types.mdx): This topic explains the different kinds of experiments you can run in LaunchDarkly, including feature change experiments, funnel optimization experiments, and Data Export experiments.
- [Creating experiments](https://launchdarkly.com/docs/home/experimentation/create.mdx): The topics in this category explain how to set up and configure an experiment in LaunchDarkly.
- [Creating feature change experiments](https://launchdarkly.com/docs/home/experimentation/feature.mdx): This topic explains how to set up and configure a feature change experiment in LaunchDarkly.
- [Creating funnel optimization experiments](https://launchdarkly.com/docs/home/experimentation/funnel.mdx): This topic explains how to set up and configure a funnel optimization experiment in LaunchDarkly.
- [Creating Data Export experiments](https://launchdarkly.com/docs/home/experimentation/export.mdx): This topic explains how to set up and configure an experiment in LaunchDarkly that you plan to analyze in an external tool.
- [Allocating experiment audiences](https://launchdarkly.com/docs/home/experimentation/allocation.mdx): This topic explains how to include specific groups of contexts in an experiment audience using audience allocation.
- [Randomization units](https://launchdarkly.com/docs/home/experimentation/randomization.mdx): This topic explains what randomization units are and how to use them in LaunchDarkly Experimentation.
- [Carryover bias and variation reassignment](https://launchdarkly.com/docs/home/experimentation/carryover.mdx): This topic explains what carryover bias is and how to use variation reassignment to avoid it.
- [Mutually exclusive experiments](https://launchdarkly.com/docs/home/experimentation/mutually-exclusive.mdx): This topic explains what mutually exclusive experiments are and when to use them.
- [Managing experiments](https://launchdarkly.com/docs/home/experimentation/manage.mdx): This topic explains how to start recording an experiment iteration and stop the experiment iteration when you're finished.
- [Starting and stopping experiment iterations](https://launchdarkly.com/docs/home/experimentation/start-stop-exp.mdx): This topic explains how to start recording an experiment iteration and stop the experiment iteration when you're finished.
- [Experiment size and run time](https://launchdarkly.com/docs/home/experimentation/size.mdx): This topic explains how to decide on the number of contexts to include and the run time for an experiment.
- [Understanding sample ratios](https://launchdarkly.com/docs/home/experimentation/sample-ratios.mdx): This topic explains what sample ratios are and how to detect a sample ratio mismatch (SRM).
- [How Experimentation handles outliers in Bayesian experiments](https://launchdarkly.com/docs/home/experimentation/outliers.mdx): This topic explains how LaunchDarkly Experimentation handles outliers in its Bayesian experiment analyses.
- [Analyzing experiments](https://launchdarkly.com/docs/home/experimentation/analyze.mdx): This topic explains how to interpret an experiment's results and apply its findings to your product.
- [Shipping the winning variation](https://launchdarkly.com/docs/home/experimentation/winning.mdx): This topic explains how to choose and ship a winning variation for a completed experiment.
- [Bayesian experiment results](https://launchdarkly.com/docs/home/experimentation/bayesian-results.mdx): This topic explains how to read and use the Latest results tab of a Bayesian experiment.
- [Historical results for Bayesian experiments](https://launchdarkly.com/docs/home/experimentation/historical-results-bayesian.mdx): This topic explains how to read and use the Historical results tab of a Bayesian experiment.
- [Decision making with Bayesian statistics](https://launchdarkly.com/docs/home/experimentation/bayesian.mdx): This topic explains how to make decisions about which variation to choose as the winner in a LaunchDarkly experiment that uses Bayesian statistics.
- [Frequentist experiment results](https://launchdarkly.com/docs/home/experimentation/frequentist-results.mdx): This topic explains how to read and use the Latest results tab of a frequentist experiment.
- [Historical results for frequentist experiments](https://launchdarkly.com/docs/home/experimentation/historical-results-frequentist.mdx): This topic explains how to read and use the Historical results tab of a frequentist experiment.
- [Filtering experiment results](https://launchdarkly.com/docs/home/experimentation/filters.mdx): This topic explains how to use attribute filters to narrow experiment results by attribute.
- [Experimentation and metric events](https://launchdarkly.com/docs/home/experimentation/events.mdx): This topic explains Experimentation and metric events and how they work.
- [Holdouts](https://launchdarkly.com/docs/home/holdouts.mdx): This topic introduces holdouts, which you can use to measure the effectiveness of your Experimentation program over time.
- [Creating holdouts](https://launchdarkly.com/docs/home/holdouts/create.mdx): This topic explains how to create and add experiments to holdouts.
- [Managing holdouts](https://launchdarkly.com/docs/home/holdouts/manage.mdx): This topic explains how to manage holdouts and interpret their results.
- [Snowflake native Experimentation](https://launchdarkly.com/docs/home/warehouse-native/snowflake.mdx): This category includes documentation about how to connect LaunchDarkly to Snowflake and run LaunchDarkly experiments using metric events from your Snowflake warehouse.
- [Snowflake data requirements](https://launchdarkly.com/docs/home/warehouse-native/snowflake-requirements.mdx): This topic explains the data requirements for Snowflake native Experimentation.
- [Snowflake integration for warehouse native experiments](https://launchdarkly.com/docs/home/warehouse-native/snowflake-configure.mdx): This topic explains how to set up the Snowflake integration for warehouse native experiments.
- [Snowflake common questions](https://launchdarkly.com/docs/home/warehouse-native/snowflake-questions.mdx): This topic provides answers to common questions about working with Snowflake native Experimentation.
- [Creating warehouse native experiments](https://launchdarkly.com/docs/home/warehouse-native/creating.mdx): This topic explains how to set up and configure an experiment in LaunchDarkly that uses metric events from your own data warehouse.
- [Connect apps and services to LaunchDarkly](https://launchdarkly.com/docs/home/infrastructure/apps.mdx): This category has documentation topics about different methods to connect your services and applications to LaunchDarkly.
- [Custom properties](https://launchdarkly.com/docs/home/infrastructure/custom-properties.mdx): This topic explains how to set up and use custom properties in LaunchDarkly. They let you store integration data in a feature flag. Each custom property you add to a feature flag can contain a list of associated values.
- [OAuth applications](https://launchdarkly.com/docs/home/infrastructure/oauth.mdx): This topic explains how to authorize or revoke access of an OAuth app. You can connect your LaunchDarkly account to external applications using theĀ OAuth 2.0 protocol.
- [Webhooks](https://launchdarkly.com/docs/home/infrastructure/webhooks.mdx): This topic explains how to create and use webhooks in LaunchDarkly. LaunchDarkly's webhooks allow you to build your own integrations. When something changes, LaunchDarkly sends an HTTP POST payload to the webhook's configured URL.
- [The LaunchDarkly API](https://launchdarkly.com/docs/home/infrastructure/api.mdx): This topic explains how to access LaunchDarkly's API documentation.
- [LaunchDarkly in China](https://launchdarkly.com/docs/home/infrastructure/china.mdx): This topic explains how to access LaunchDarkly from China.
- [LaunchDarkly in the European Union (EU)](https://launchdarkly.com/docs/home/infrastructure/eu.mdx): This topic explains how LaunchDarkly is different in a domain controlled by the European Union (EU).
- [LaunchDarkly in federal environments](https://launchdarkly.com/docs/home/infrastructure/federal.mdx): This topic explains how LaunchDarkly is different in a domain controlled by the United States government.
- [LaunchDarkly in environments requiring FIPS 140-2 validated encryption modules](https://launchdarkly.com/docs/home/infrastructure/fips-140-2-encryption.mdx): This topic explains how customers can use LaunchDarkly in environments that require that all data is encrypted in transit using FIPS 140-2 validated encryption modules.
- [Public IP list](https://launchdarkly.com/docs/home/infrastructure/ip-list.mdx): This topic explains how to access LaunchDarkly through one of our public IPs. If you're using a firewall, add a LaunchDarkly IP range to your firewall settings.
- [Projects](https://launchdarkly.com/docs/home/account/project.mdx): This topic explains what projects are in LaunchDarkly. Projects let you manage multiple different business objectives from one LaunchDarkly account. You can use them to manage different priorities, teams, and tasks across your organization.
- [Edit projects](https://launchdarkly.com/docs/home/account/edit-project.mdx): This topic describes project settings and how to update them.
- [Creating private projects with custom roles](https://launchdarkly.com/docs/home/account/private-projects.mdx): This topic explains how to create private projects or restrict access to projects. It uses the viewProject action to restrict and grant access to projects.
- [Environments](https://launchdarkly.com/docs/home/account/environment.mdx): This category explains what environments are in LaunchDarkly and how to use them to manage different business areas or areas of your product lifecycle.
- [Create environments](https://launchdarkly.com/docs/home/account/environment/create.mdx): This topic explains how to create environments in LaunchDarkly.
- [Delete environments](https://launchdarkly.com/docs/home/account/environment/delete.mdx): This topic explains how to delete environments in LaunchDarkly.
- [Clone environments](https://launchdarkly.com/docs/home/account/environment/clone.mdx): This topic explains how to clone environments in LaunchDarkly.
- [Environment settings](https://launchdarkly.com/docs/home/account/environment/settings.mdx): This topic explains the settings available for environments in LaunchDarkly.
- [Teams](https://launchdarkly.com/docs/home/account/teams.mdx): This category contains documentation topics about how to set up and manage teams within your LaunchDarkly organization.
- [Creating a team](https://launchdarkly.com/docs/home/account/create-teams.mdx): This topic explains what how to create a new team.
- [Managing teams](https://launchdarkly.com/docs/home/account/manage-teams.mdx): This topic explains how to manage team members in LaunchDarkly.
- [Managing team maintainers](https://launchdarkly.com/docs/home/account/team-maintainers.mdx): This topic explains how to add and remove team maintainers from teams.
- [Managing team permissions](https://launchdarkly.com/docs/home/account/team-permissions.mdx): This topic explains how to add and remove permissions from teams.
- [Deleting teams](https://launchdarkly.com/docs/home/account/delete-teams.mdx): This topic explains how to delete teams in LaunchDarkly.
- [Account members](https://launchdarkly.com/docs/home/account/members.mdx): This category introduces the concept of account members in LaunchDarkly and shows you how to use the Members list.
- [Manage account member roles](https://launchdarkly.com/docs/home/account/manage-members.mdx): This topic explains what member roles are, which roles LaunchDarkly offers for account members, and how different roles interact.
- [Adding member roles](https://launchdarkly.com/docs/home/account/manage-role-add.mdx): This topic explains how to assign roles to members in LaunchDarkly.
- [Viewing member roles](https://launchdarkly.com/docs/home/account/manage-role-view.mdx): This topic explains how to view roles for members in LaunchDarkly.
- [Changing member roles](https://launchdarkly.com/docs/home/account/manage-role-change.mdx): This topic explains how to change the roles assigned to members in LaunchDarkly.
- [Removing member roles](https://launchdarkly.com/docs/home/account/manage-role-remove.mdx): This topic explains how to remove roles from members in LaunchDarkly.
- [Built-in roles](https://launchdarkly.com/docs/home/account/built-in-roles.mdx): This topic explains the built-in roles that come with every LaunchDarkly project.
- [Custom roles](https://launchdarkly.com/docs/home/account/custom-roles.mdx): This topic explains what custom roles are and how to create them. Custom roles give access control to everything in LaunchDarkly, from feature flags to metrics, environments, and teams. Use them to enforce access policies that meet your exact needs.
- [Custom role concepts](https://launchdarkly.com/docs/home/account/role-concepts.mdx): This topic is an overview of concepts that are important to creating custom roles.
- [Creating custom roles and policies](https://launchdarkly.com/docs/home/account/role-create.mdx): This topic explains how to create custom roles and policies in LaunchDarkly.
- [Editing custom roles](https://launchdarkly.com/docs/home/account/role-edit.mdx): This topic explains how to edit custom roles and policies in LaunchDarkly.
- [Deleting custom roles](https://launchdarkly.com/docs/home/account/role-delete.mdx): This topic explains how to delete custom roles in LaunchDarkly.
- [Using actions](https://launchdarkly.com/docs/home/account/role-actions.mdx): This topic explains how to use actions in custom roles policies. These actions are scoped by resource type.
- [Using resources](https://launchdarkly.com/docs/home/account/role-resources.mdx): This topic explains how custom roles use resources to create policies in LaunchDarkly.
- [Using role scope](https://launchdarkly.com/docs/home/account/role-scope.mdx): This topic explains how to work with role scope for custom roles.
- [Using policies](https://launchdarkly.com/docs/home/account/role-policies.mdx): This topic explains how to work with policies for custom roles, integrations access, and Relay Proxy access. Policies combine resources and actions into a set of statements that define what members can or cannot do in LaunchDarkly.
- [Using tags](https://launchdarkly.com/docs/home/account/role-tags.mdx): This topic explains how to use tags with custom roles to control who has access to certain resources in LaunchDarkly.
- [Using the advanced editor](https://launchdarkly.com/docs/home/account/advanced-editor.mdx): This topic explains how to access and use the advanced editor to create complex custom roles and policies.
- [Example policies and templates](https://launchdarkly.com/docs/home/account/example-policies.mdx): This topic shows some examples of different types of policies you can implement with custom roles.
- [Changing account Owners](https://launchdarkly.com/docs/home/account/owners.mdx): This topic explains how to change which account member has the Owner role in your LaunchDarkly account, as well as what the Owner role entails.
- [Your member profile](https://launchdarkly.com/docs/home/account/profile.mdx): This topic explains how to access and use the Profile page to manage the information associated with your member profile.
- [Using one email for multiple accounts](https://launchdarkly.com/docs/home/account/multiple-accounts.mdx): This topic explains how to use the same email address for multiple LaunchDarkly accounts.
- [Tags](https://launchdarkly.com/docs/home/account/tags.mdx): This topic explains how to use tags with LaunchDarkly resources.
- [Account security](https://launchdarkly.com/docs/home/account/secure.mdx): This category has documentation topics about securely managing your LaunchDarkly account and feature flags.
- [Single sign-on](https://launchdarkly.com/docs/home/account/sso.mdx): This topic explains what Single Sign-On (SSO) features are available in LaunchDarkly.
- [Configure SAML SSO](https://launchdarkly.com/docs/home/account/saml.mdx): This topic explains how to configure your LaunchDarkly account for SAML SSO.
- [Enable SCIM provisioning](https://launchdarkly.com/docs/home/account/scim.mdx): This topic explains how to enable SCIM user provisioning to work with your SSO-enabled LaunchDarkly account.
- [Enable SSO](https://launchdarkly.com/docs/home/account/saml/enable.mdx): This topic explains how to enable SSO for your LaunchDarkly account.
- [Disable SSO](https://launchdarkly.com/docs/home/account/saml/disable.mdx): This topic explains how to disable SSO for your LaunchDarkly account.
- [Change SSO providers](https://launchdarkly.com/docs/home/account/saml/providers.mdx): This topic explains how to change SSO providers for your LaunchDarkly account.
- [Active Directory Federation Services (ADFS)](https://launchdarkly.com/docs/home/account/adfs.mdx): This topic explains how to configure a self-hosted ADFS server with LaunchDarkly.
- [Entra ID (formerly Azure AD)](https://launchdarkly.com/docs/home/account/entra.mdx): This topic explains how to integrate LaunchDarkly with Microsoft Entra ID (formerly Azure AD).The Entra ID App Gallery includes LaunchDarkly and provides a LaunchDarkly application template that facilitates configuration.
- [GitHub OAuth](https://launchdarkly.com/docs/home/account/oauth-github.mdx): This topic explains how to configure GitHub OAuth for LaunchDarkly.
- [Google Apps](https://launchdarkly.com/docs/home/account/google.mdx): This topic explains how to configure Google Apps to support single sign-on (SSO) in LaunchDarkly.
- [Google OAuth](https://launchdarkly.com/docs/home/account/oauth-google.mdx): This topic explains how to configure Google OAuth for LaunchDarkly.
- [Okta](https://launchdarkly.com/docs/home/account/okta.mdx): This topic explains how Okta and LaunchDarkly use SCIM to provide user management for your account members. You can connect LaunchDarkly and Okta through the Okta UI, give Okta permissions to modify account members in LaunchDarkly, and even integrate LaunchDarkly custom roles with Okta.
- [OneLogin](https://launchdarkly.com/docs/home/account/onelogin.mdx): This topic explains how to connect OneLogin to LaunchDarkly.
- [API access tokens](https://launchdarkly.com/docs/home/account/api.mdx): This topic explains how to use API access tokens to authenticate with the LaunchDarkly REST API.
- [Creating API access tokens](https://launchdarkly.com/docs/home/account/api-create.mdx): This topic explains how to create API access tokens to authenticate with the LaunchDarkly REST API.
- [Cloning and deleting access tokens](https://launchdarkly.com/docs/home/account/api-clone-delete.mdx): This topic explains how to clone and delete API access tokens.
- [Resetting access tokens](https://launchdarkly.com/docs/home/account/api-reset.mdx): This topic explains how to reset API access tokens.
- [Multi-factor authentication](https://launchdarkly.com/docs/home/account/mfa.mdx): This topic explains how to set up and use multi-factor authentication to improve the security of your LaunchDarkly account.
- [Domain verification](https://launchdarkly.com/docs/home/account/domain-verification.mdx): This topic explains how to verify your domain with LaunchDarkly. This allows members of your organization to access supporting services if your account uses single sign-on (SSO).
- [Managing sessions](https://launchdarkly.com/docs/home/account/sessions.mdx): This topic explains how session duration settings work in LaunchDarkly, and how to configure them. LaunchDarkly offers administrators a set of controls to manage how long account members stay logged in to their account, and how often they need to re-authenticate. You can also reset sessions for everyone in your organization.
- [Organization access settings](https://launchdarkly.com/docs/home/account/org-settings.mdx): This topic explains how to enable and disable organization access settings in LaunchDarkly.
- [Organization announcements](https://launchdarkly.com/docs/home/account/org-announcements.mdx): This topic explains how to enable a custom announcement banner that appears in LaunchDarkly for everyone in your organization.
- [Support options](https://launchdarkly.com/docs/home/account/enhanced-support.mdx): This topic explains LaunchDarkly's Support options, including how to use enhanced support, and how to allow LaunchDarkly to use generative AI for Support tickets.
- [Resetting your password](https://launchdarkly.com/docs/home/account/reset-password.mdx): This topic explains how to reset your LaunchDarkly password, and what to do if you do not receive a reset email.
- [Billing and usage](https://launchdarkly.com/docs/home/account/billing.mdx): This category has documentation topics about how to find your billing plan details and how to visualize your LaunchDarkly usage.
- [Account usage metrics](https://launchdarkly.com/docs/home/account/metrics.mdx): This topic explains how to understand the metrics visualized on the Usage page.
- [The Billing page](https://launchdarkly.com/docs/home/account/billing-page.mdx): This topic explains the information on the Billing page and how to make changes to the LaunchDarkly plan you subscribe to.
- [Calculating billing](https://launchdarkly.com/docs/home/account/calculating-billing.mdx): This topic explains how LaunchDarkly calculates billing for your account.
- [LaunchDarkly subscriptions and plans](https://launchdarkly.com/docs/home/account/plans.mdx): This topic explains LaunchDarkly plans and summarizes the features available on each plan.
- [Service connections](https://launchdarkly.com/docs/home/account/service-connections.mdx): This topic explains what service connections are and how LaunchDarkly uses them to calculate your bill.
- [Changelog](https://launchdarkly.com/docs/home/changelog.mdx): This topic summarizes recent changes to the LaunchDarkly documentation.
- [Changelog archive](https://launchdarkly.com/docs/home/changelog/archive.mdx): This topic summarizes older changes to the LaunchDarkly documentation.
- [Release notes](https://launchdarkly.com/docs/home/release-notes.mdx): This topic summarizes major releases to LaunchDarkly's product.
- [Overview](https://launchdarkly.com/docs/api.md)
- [Access tokens](https://launchdarkly.com/docs/api/access-tokens.md)
- [Account members](https://launchdarkly.com/docs/api/account-members.md)
- [Account members (beta)](https://launchdarkly.com/docs/api/account-members-beta.md)
- [Account usage (beta)](https://launchdarkly.com/docs/api/account-usage-beta.md)
- [AI Configs (beta)](https://launchdarkly.com/docs/api/ai-configs-beta.md)
- [Announcements](https://launchdarkly.com/docs/api/announcements.md)
- [Applications (beta)](https://launchdarkly.com/docs/api/applications-beta.md)
- [Approvals](https://launchdarkly.com/docs/api/approvals.md)
- [Approvals (beta)](https://launchdarkly.com/docs/api/approvals-beta.md)
- [Audit log](https://launchdarkly.com/docs/api/audit-log.md)
- [Code references](https://launchdarkly.com/docs/api/code-references.md)
- [Contexts](https://launchdarkly.com/docs/api/contexts.md)
- [Context settings](https://launchdarkly.com/docs/api/context-settings.md)
- [Custom roles](https://launchdarkly.com/docs/api/custom-roles.md)
- [Data Export destinations](https://launchdarkly.com/docs/api/data-export-destinations.md)
- [Environments](https://launchdarkly.com/docs/api/environments.md)
- [Experiments](https://launchdarkly.com/docs/api/experiments.md)
- [Feature flags](https://launchdarkly.com/docs/api/feature-flags.md)
- [Feature flags (beta)](https://launchdarkly.com/docs/api/feature-flags-beta.md)
- [Flag import configurations (beta)](https://launchdarkly.com/docs/api/flag-import-configurations-beta.md)
- [Flag links (beta)](https://launchdarkly.com/docs/api/flag-links-beta.md)
- [Flag triggers](https://launchdarkly.com/docs/api/flag-triggers.md)
- [Follow flags](https://launchdarkly.com/docs/api/follow-flags.md)
- [Holdouts (beta)](https://launchdarkly.com/docs/api/holdouts-beta.md)
- [Insights charts (beta)](https://launchdarkly.com/docs/api/insights-charts-beta.md)
- [Insights deployments (beta)](https://launchdarkly.com/docs/api/insights-deployments-beta.md)
- [Insights flag events (beta)](https://launchdarkly.com/docs/api/insights-flag-events-beta.md)
- [Insights pull requests (beta)](https://launchdarkly.com/docs/api/insights-pull-requests-beta.md)
- [Insights repositories (beta)](https://launchdarkly.com/docs/api/insights-repositories-beta.md)
- [Insights scores (beta)](https://launchdarkly.com/docs/api/insights-scores-beta.md)
- [Integration audit log subscriptions](https://launchdarkly.com/docs/api/integration-audit-log-subscriptions.md)
- [Integration delivery configurations (beta)](https://launchdarkly.com/docs/api/integration-delivery-configurations-beta.md)
- [Integrations (beta)](https://launchdarkly.com/docs/api/integrations-beta.md)
- [Layers](https://launchdarkly.com/docs/api/layers.md)
- [Metrics](https://launchdarkly.com/docs/api/metrics.md)
- [Metrics (beta)](https://launchdarkly.com/docs/api/metrics-beta.md)
- [OAuth2 Clients](https://launchdarkly.com/docs/api/o-auth-2-clients.md)
- [Persistent store integrations (beta)](https://launchdarkly.com/docs/api/persistent-store-integrations-beta.md)
- [Projects](https://launchdarkly.com/docs/api/projects.md)
- [Relay Proxy configurations](https://launchdarkly.com/docs/api/relay-proxy-configurations.md)
- [Release pipelines (beta)](https://launchdarkly.com/docs/api/release-pipelines-beta.md)
- [Releases (beta)](https://launchdarkly.com/docs/api/releases-beta.md)
- [Scheduled changes](https://launchdarkly.com/docs/api/scheduled-changes.md)
- [Segments](https://launchdarkly.com/docs/api/segments.md)
- [Tags](https://launchdarkly.com/docs/api/tags.md)
- [Teams](https://launchdarkly.com/docs/api/teams.md)
- [Teams (beta)](https://launchdarkly.com/docs/api/teams-beta.md)
- [Users](https://launchdarkly.com/docs/api/users.md)
- [Users (beta)](https://launchdarkly.com/docs/api/users-beta.md)
- [User settings](https://launchdarkly.com/docs/api/user-settings.md)
- [Webhooks](https://launchdarkly.com/docs/api/webhooks.md)
- [Workflows](https://launchdarkly.com/docs/api/workflows.md)
- [Workflow templates](https://launchdarkly.com/docs/api/workflow-templates.md)
- [Other](https://launchdarkly.com/docs/api/other.md)
- [Welcome to LaunchDarkly docs](https://launchdarkly.com/docs/fed-docs/home.mdx)
- [Get started](https://launchdarkly.com/docs/fed-docs/home/getting-started.mdx): This topic describes how to get started with LaunchDarkly. The other topics in this category contain a high-level introduction to LaunchDarkly.
- [LaunchDarkly CLI](https://launchdarkly.com/docs/fed-docs/home/getting-started/ldcli.mdx): This topic describes how to get started with the LaunchDarkly CLI.
- [LaunchDarkly CLI commands](https://launchdarkly.com/docs/fed-docs/home/getting-started/ldcli-commands.mdx): This topic describes common commands and configuration options in the LaunchDarkly CLI.
- [Setting up an SDK](https://launchdarkly.com/docs/fed-docs/home/getting-started/setting-up.mdx): This topic explains how to set up an SDK to begin using LaunchDarkly.
- [Joining an account](https://launchdarkly.com/docs/fed-docs/home/getting-started/join-account.mdx): This topic explains how to join LaunchDarkly as a new account member.
- [Logging in with SSO](https://launchdarkly.com/docs/fed-docs/home/getting-started/login-sso.mdx): This topic explains how to log into LaunchDarkly for the first time using an SSO provider.
- [Using feature management](https://launchdarkly.com/docs/fed-docs/home/getting-started/feature-management.mdx): This topic discusses using feature management at a high level, describes some key parts of the LaunchDarkly user interface (UI), and suggests different ways to learn more about working in LaunchDarkly.
- [Getting started in different roles](https://launchdarkly.com/docs/fed-docs/home/getting-started/roles.mdx): This topic includes suggested paths through the LaunchDarkly documentation specific to your role.
- [Launch Insights](https://launchdarkly.com/docs/fed-docs/home/getting-started/launch-insights.mdx): This topic describes the Launch Insights dashboard.
- [LaunchDarkly architecture](https://launchdarkly.com/docs/fed-docs/home/getting-started/architecture.mdx): This topic gives a high-level explanation of LaunchDarkly's platform architecture.
- [LaunchDarkly vocabulary](https://launchdarkly.com/docs/fed-docs/home/getting-started/vocabulary.mdx): This topic defines common words used in the LaunchDarkly application and documentation.
- [Create flags](https://launchdarkly.com/docs/fed-docs/home/flags/create.mdx): This category explains how to use LaunchDarkly to create your feature flags.
- [Creating new flags](https://launchdarkly.com/docs/fed-docs/home/flags/new.mdx): This topic explains how to create new feature flags in LaunchDarkly.
- [Turning flags on and off](https://launchdarkly.com/docs/fed-docs/home/flags/toggle.mdx): This topic explains how to enable and disable flags from the Flags list.
- [Creating flag variations](https://launchdarkly.com/docs/fed-docs/home/flags/variations.mdx): This topic explains how to create and edit your feature flag's variations and outlines the different types of flag variations.
- [Cloning existing flags](https://launchdarkly.com/docs/fed-docs/home/flags/clone.mdx): This topic explains how to create new flags by cloning existing flags in LaunchDarkly.
- [Importing flags](https://launchdarkly.com/docs/fed-docs/home/flags/import.mdx): This topic explains how to import flags from other feature management tools into LaunchDarkly.
- [Other flag settings](https://launchdarkly.com/docs/fed-docs/home/flags/flag-settings.mdx): This topic explains how to edit a feature flag's environment-specific settings and settings for all environments.
- [Target with flags](https://launchdarkly.com/docs/fed-docs/home/flags/target.mdx): This topic explains how to use flag targeting to control which of your customers receive a variation of a feature flag, based on their context.
- [Targeting rules](https://launchdarkly.com/docs/fed-docs/home/flags/target-rules.mdx): This topic explains how to use flag targeting rules to serve flag variations to different contexts based on their attributes.
- [Segment targeting](https://launchdarkly.com/docs/fed-docs/home/flags/segment-targeting.mdx): This topic explains how to control which segments receive a variation of a feature flag.
- [Individual targeting](https://launchdarkly.com/docs/fed-docs/home/flags/individual-targeting.mdx): This topic explains how to control which individual contexts receive a variation of a feature flag, based on the context key.
- [Bulk targeting](https://launchdarkly.com/docs/fed-docs/home/flags/bulk-targeting.mdx): This topic explains how to perform edits on groups of contexts, or export all the contexts a flag is targeted to.
- [Mobile targeting](https://launchdarkly.com/docs/fed-docs/home/flags/mobile-targeting.mdx): This topic explains how to control which mobile apps and devices receive a variation of a feature flag.
- [Custom rules](https://launchdarkly.com/docs/fed-docs/home/flags/custom-rules.mdx): This topic explains how to use custom rules to target contexts based on their attributes.
- [Converting rules into segments](https://launchdarkly.com/docs/fed-docs/home/flags/rules-segments.mdx): This topic explains how convert targeting rules into reusable segments.
- [Testing flag targeting](https://launchdarkly.com/docs/fed-docs/home/flags/preview-rules.mdx): This topic explains how to use the test run feature to find out which variation a particular context will receive for a given feature flag.
- [Flag prerequisites](https://launchdarkly.com/docs/fed-docs/home/flags/prereqs.mdx): This topic explains how to use feature flag prerequisites to enable or disable features based on different states.
- [The off variation](https://launchdarkly.com/docs/fed-docs/home/flags/off-variation.mdx): This topic explains how to set the off variation for a flag.
- [The default rule](https://launchdarkly.com/docs/fed-docs/home/flags/default-rule.mdx): This topic explains how to set the default rule for a flag.
- [Flag templates](https://launchdarkly.com/docs/fed-docs/home/flags/templates.mdx): This topic explains the different types of flags available in LaunchDarkly.
- [Custom flags](https://launchdarkly.com/docs/fed-docs/home/flags/custom.mdx): This topic explains how to get started with custom flags.
- [Release flags](https://launchdarkly.com/docs/fed-docs/home/flags/release.mdx): This topic explains how you can use release flags to progressively roll out functionality.
- [Kill switch flags](https://launchdarkly.com/docs/fed-docs/home/flags/killswitch.mdx): This topic explains how you can use kill switch or circuit breaker flags to shut off functionality.
- [Experiment flags](https://launchdarkly.com/docs/fed-docs/home/flags/experiment.mdx): This topic explains how you can use experiment flags to test a hypothesis.
- [Migration flags](https://launchdarkly.com/docs/fed-docs/home/flags/migration.mdx): This topic explains how you can use migration flags to take the complexity and risk out of modernizing your tech stack.
- [Creating migration flags](https://launchdarkly.com/docs/fed-docs/home/flags/create-migration.mdx): This topic explains how you can create migration flags.
- [Targeting with migration flags](https://launchdarkly.com/docs/fed-docs/home/flags/target-migration.mdx): This topic explains how you can target contexts using migration flags.
- [Migration flag metrics](https://launchdarkly.com/docs/fed-docs/home/flags/migration-metrics.mdx): This topic explains how you can use metrics to track the progress of a migration flag.
- [Manage flags](https://launchdarkly.com/docs/fed-docs/home/flags/manage.mdx): This category explains how to organize your flags across different environments in your LaunchDarkly project.
- [The Flags list](https://launchdarkly.com/docs/fed-docs/home/flags/list.mdx): This topic explains how to use the Flags list, which shows your feature flags and gives you options to create, modify, and manage them.
- [Flag links](https://launchdarkly.com/docs/fed-docs/home/flags/links.mdx): This topic explains how to create and use flag links to view external mentions of flags and relevant materials from other tools and services.
- [Comparing and copying flag settings](https://launchdarkly.com/docs/fed-docs/home/flags/compare-copy.mdx): This topic explains how to compare and copy flag settings between two environments.
- [Viewing flags across environments](https://launchdarkly.com/docs/fed-docs/home/flags/view-across.mdx): This topic explains how to view flags across multiple environments.
- [Deprecating flags](https://launchdarkly.com/docs/fed-docs/home/flags/deprecate.mdx): This topic explains how to deprecate flags you no longer need.
- [Archiving flags](https://launchdarkly.com/docs/fed-docs/home/flags/archive.mdx): This topic explains how to clean up flags you no longer need.
- [Deleting flags](https://launchdarkly.com/docs/fed-docs/home/flags/delete.mdx): This topic explains how to delete flags that are archived.
- [Segments](https://launchdarkly.com/docs/fed-docs/home/flags/segments.mdx): This topic introduces the concept of segments. Segments let you target groups of contexts individually or by attribute.
- [Segment types](https://launchdarkly.com/docs/fed-docs/home/flags/segment-types.mdx): This topic explains different segment types and when to use them.
- [Creating segments](https://launchdarkly.com/docs/fed-docs/home/flags/segments-create.mdx): This topic explains how to create rule-based, smaller list-based, larger list-based, and synced segments.
- [Segment targeting for rule-based and smaller list-based segments](https://launchdarkly.com/docs/fed-docs/home/flags/rule-based-segments.mdx): This topic explains how to target contexts in rule-based and smaller list-based segments.
- [Segment targeting for larger list-based segments](https://launchdarkly.com/docs/fed-docs/home/flags/list-based-segments.mdx): This topic explains how to target contexts within larger list-based segments.
- [Managing segments](https://launchdarkly.com/docs/fed-docs/home/flags/segment-management.mdx): This topic explains how to edit and delete segments.
- [SDK and integration configuration for segments](https://launchdarkly.com/docs/fed-docs/home/flags/segment-config.mdx): This topic explains the configuration process and requirements for synced segments and larger list-based segments.
- [Segments synced from external tools](https://launchdarkly.com/docs/fed-docs/home/flags/synced-segments.mdx): This topic explains how to create segments that sync with an external tool.
- [Syncing segments with Amplitude cohorts](https://launchdarkly.com/docs/fed-docs/home/flags/amplitude.mdx): This topic explains how to create segments that sync with an Amplitude cohort.
- [Syncing segments with Census](https://launchdarkly.com/docs/fed-docs/home/flags/census.mdx): This topic links to Census's documentation for its LaunchDarkly synced segment integration.
- [Syncing segments with Heap](https://launchdarkly.com/docs/fed-docs/home/flags/heap.mdx): This topic links to Heap's documentation for its LaunchDarkly synced segment integration.
- [Syncing segments with Hightouch](https://launchdarkly.com/docs/fed-docs/home/flags/hightouch.mdx): This topic links to Hightouch's documentation for its LaunchDarkly synced segment integration.
- [Syncing segments with RudderStack Audiences](https://launchdarkly.com/docs/fed-docs/home/flags/rudderstack.mdx): This topic links to RudderStack's documentation for its LaunchDarkly synced segment integration.
- [Syncing segments with Tealium Audiences](https://launchdarkly.com/docs/fed-docs/home/flags/tealium.mdx): This topic links to Tealium's documentation for its LaunchDarkly synced segment integration.
- [Syncing segments with Twilio Segment Audiences](https://launchdarkly.com/docs/fed-docs/home/flags/twilio.mdx): This topic explains how to create segments that sync with a Twilio Segment Audience.
- [Syncing segments with Zeotap](https://launchdarkly.com/docs/fed-docs/home/flags/zeotap.mdx): This topic links to Zeotap's documentation for its LaunchDarkly synced segment integration.
- [AI Configs](https://launchdarkly.com/docs/fed-docs/home/ai-configs.mdx): This category explains how to use LaunchDarkly to manage your AI Configs. You can use AI Configs to customize, test, and roll out new large language models (LLMs) within your generative AI applications.
- [Quickstart for AI Configs](https://launchdarkly.com/docs/fed-docs/home/ai-configs/quickstart.mdx): This topic explains how to get started with the LaunchDarkly AI Configs product.
- [Create AI Configs](https://launchdarkly.com/docs/fed-docs/home/ai-configs/create.mdx): This topic explains how to create and update AI Configs.
- [Create and manage AI Config variations](https://launchdarkly.com/docs/fed-docs/home/ai-configs/create-variation.mdx): This topic explains how to create and manage AI Config variations.
- [Compare AI Config variation versions](https://launchdarkly.com/docs/fed-docs/home/ai-configs/compare-variation-versions.mdx): This topic explains how to compare versions of an AI Config variation.
- [Create and manage AI model configurations](https://launchdarkly.com/docs/fed-docs/home/ai-configs/create-model-config.mdx): This topic explains how to create and manage custom models to use in AI Configs.
- [Target with AI Configs](https://launchdarkly.com/docs/fed-docs/home/ai-configs/target.mdx): This topic explains how to use AI Config targeting to control which of your customers receive a particular variation of an AI Config, based on their context.
- [Monitor AI Configs](https://launchdarkly.com/docs/fed-docs/home/ai-configs/monitor.mdx): This topic explains how to monitor the performance of your AI Configs.
- [Manage AI Configs](https://launchdarkly.com/docs/fed-docs/home/ai-configs/manage.mdx): This topic explains how to view and manage AI Configs.
- [Run experiments with AI Configs](https://launchdarkly.com/docs/fed-docs/home/ai-configs/experimentation.mdx): This topic highlights how to run experiments with AI Configs.
- [AI Configs and information privacy](https://launchdarkly.com/docs/fed-docs/home/ai-configs/privacy.mdx): This topic describes how the LaunchDarkly AI Configs product treats personally identifiable information.
- [Releasing features with LaunchDarkly](https://launchdarkly.com/docs/fed-docs/home/releases/releasing.mdx): This topic compares several options LaunchDarkly provides for releasing features to production gradually and safely.
- [Percentage rollouts](https://launchdarkly.com/docs/fed-docs/home/releases/percentage-rollouts.mdx): This topic explains how to use percentage rollouts to release new features incrementally.
- [Percentage rollouts by context attribute](https://launchdarkly.com/docs/fed-docs/home/releases/attribute-rollout.mdx): This topic explains how to perform percentage rollouts by associating flag variations with context attributes.
- [Progressive rollouts](https://launchdarkly.com/docs/fed-docs/home/releases/progressive-rollouts.mdx): This topic explains what progressive rollouts are and why you might use them to release new features incrementally.
- [Creating and managing progressive rollouts](https://launchdarkly.com/docs/fed-docs/home/releases/create-progressive-rollouts.mdx): This topic explains how to create and manage progressive rollouts to release new features incrementally.
- [Guarded rollouts](https://launchdarkly.com/docs/fed-docs/home/releases/guarded-rollouts.mdx): This topic explains how to monitor metrics on flag releases and configure LaunchDarkly to take action on the results.
- [Creating guarded rollouts](https://launchdarkly.com/docs/fed-docs/home/releases/creating-guarded-rollouts.mdx): This topic explains how to create a guarded rollout.
- [Regression thresholds for guarded rollouts](https://launchdarkly.com/docs/fed-docs/home/releases/regression-thresholds.mdx): This topic explains how to determine a custom regression threshold for a guarded rollout.
- [Managing guarded rollouts](https://launchdarkly.com/docs/fed-docs/home/releases/managing-guarded-rollouts.mdx): This topic explains how to manage guarded rollouts.
- [Release pipelines](https://launchdarkly.com/docs/fed-docs/home/releases/release-pipelines.mdx): This topic explains how you can use automated releases to standardize and automate the release process for your feature flags.
- [Creating release pipelines](https://launchdarkly.com/docs/fed-docs/home/releases/release-pipelines-create.mdx): This topic explains how to create and configure release pipelines to use in automated releases.
- [Adding and removing flags from release pipelines](https://launchdarkly.com/docs/fed-docs/home/releases/adding-flags.mdx): This topic explains how to add, remove, and move flags between existing release pipelines.
- [Managing release pipelines](https://launchdarkly.com/docs/fed-docs/home/releases/release-pipelines-manage.mdx): This topic explains how to duplicate and manage release pipelines.
- [Deleting release pipelines](https://launchdarkly.com/docs/fed-docs/home/releases/release-pipelines-delete.mdx): This topic explains how to delete release pipelines.
- [Release management tools](https://launchdarkly.com/docs/fed-docs/home/releases/release-management.mdx): This category explains how you can more finely control your use of feature flags by release management tools within LaunchDarkly.
- [Approvals](https://launchdarkly.com/docs/fed-docs/home/releases/approvals.mdx): This topic introduces LaunchDarkly's approvals feature. It explains what approvals are and how to configure them.
- [Requesting approvals](https://launchdarkly.com/docs/fed-docs/home/releases/approval-requests.mdx): This topic explains how to create approval requests.
- [Reviewing approval requests](https://launchdarkly.com/docs/fed-docs/home/releases/approval-reviews.mdx): This topic explains how to review, approve, and decline approval requests.
- [Deleting approval requests](https://launchdarkly.com/docs/fed-docs/home/releases/approvals-delete.mdx): This topic explains how to delete approval requests.
- [Approval request settings](https://launchdarkly.com/docs/fed-docs/home/releases/approvals-settings.mdx): This topic explains how to customize the settings for your approval requests.
- [Configuring approvals for an environment](https://launchdarkly.com/docs/fed-docs/home/releases/approval-config.mdx): This topic explains how to customize approval requests for each environment in your LaunchDarkly project.
- [Flag triggers](https://launchdarkly.com/docs/fed-docs/home/releases/triggers.mdx): This topic explains how to use LaunchDarkly's triggers feature, which lets you make changes to flag targeting remotely.
- [Creating flag triggers](https://launchdarkly.com/docs/fed-docs/home/releases/triggers-create.mdx): This topic explains how to create flag triggers.
- [Managing flag triggers](https://launchdarkly.com/docs/fed-docs/home/releases/triggers-manage.mdx): This topic explains how to disable, reset, and delete flag triggers.
- [Required comments](https://launchdarkly.com/docs/fed-docs/home/releases/comments.mdx): This topic explains how to use required comments for feature flag and segment changes.
- [Required confirmation](https://launchdarkly.com/docs/fed-docs/home/releases/confirmation.mdx): This topic explains how to use required confirmation for feature flag and segment changes.
- [Scheduled flag changes](https://launchdarkly.com/docs/fed-docs/home/releases/scheduled-changes.mdx): This topic explains what scheduled flag changes are and how to use them to manage your releases.
- [Creating scheduled flag changes](https://launchdarkly.com/docs/fed-docs/home/releases/scheduled-changes-create.mdx): This topic explains how to create scheduled flag changes to take effect at a date in the future.
- [Managing scheduled flag changes](https://launchdarkly.com/docs/fed-docs/home/releases/scheduled-changes-manage.mdx): This topic explains how to manage scheduled flag changes.
- [Workflows](https://launchdarkly.com/docs/fed-docs/home/releases/workflows.mdx): This topic explains how to build, start, and view workflows in LaunchDarkly.
- [Creating workflows](https://launchdarkly.com/docs/fed-docs/home/releases/workflows-create.mdx): This topic explains how to create and view workflows in LaunchDarkly.
- [Deleting workflows](https://launchdarkly.com/docs/fed-docs/home/releases/workflows-delete.mdx): This topic explains how to delete LaunchDarkly workflows in LaunchDarkly.
- [Workflow templates](https://launchdarkly.com/docs/fed-docs/home/releases/workflow-templates.mdx): This topic explains how to create and use workflow templates to automate your rollouts at scale.
- [Applications and app versions](https://launchdarkly.com/docs/fed-docs/home/releases/apps-and-app-versions.mdx): This topic explains what applications and application versions are and how to use them. An application is a LaunchDarkly resource that describes what you are delivering to a customer.
- [Applications](https://launchdarkly.com/docs/fed-docs/home/releases/applications.mdx): This topic explains how to create, edit, and delete applications. An application is a LaunchDarkly resource that describes what you are delivering to a customer.
- [Application versions](https://launchdarkly.com/docs/fed-docs/home/releases/app-versions.mdx): This topic explains how to create, edit, and delete application versions.
- [Contexts](https://launchdarkly.com/docs/fed-docs/home/observability/contexts.mdx): This category has documentation topics about LaunchDarkly contexts. Contexts are people, services, machines, or other resources that encounter feature flags in your product.
- [The Contexts list](https://launchdarkly.com/docs/fed-docs/home/observability/contexts-list.mdx): This topic explains what the Contexts list is, how it is populated, and how to use it.
- [Filtering the Contexts list](https://launchdarkly.com/docs/fed-docs/home/observability/contexts-list-filtering.mdx): This topic explains how to filter contexts on the Contexts list. You can filter contexts on the Contexts list by context kind, name, key, or attribute.
- [The context details page](https://launchdarkly.com/docs/fed-docs/home/observability/context-details.mdx): This topic explains what the context details page is. The context details page gives you a detailed view of a context and lets you customize its experience from one screen.
- [Context instances](https://launchdarkly.com/docs/fed-docs/home/observability/context-instances.mdx): This topic includes information about context instances.
- [Context kinds](https://launchdarkly.com/docs/fed-docs/home/observability/context-kinds.mdx): This topic explains what context kinds are and how to use them.
- [Viewing context kinds](https://launchdarkly.com/docs/fed-docs/home/observability/context-kinds-view.mdx): This topic explains how to view context kinds.
- [Creating and editing context kinds](https://launchdarkly.com/docs/fed-docs/home/observability/context-kinds-create.mdx): This topic explains how to create and edit context kinds.
- [Archiving context kinds](https://launchdarkly.com/docs/fed-docs/home/observability/context-kinds-archive.mdx): This topic explains how to archive and restore archived context kinds.
- [Context attributes](https://launchdarkly.com/docs/fed-docs/home/observability/context-attributes.mdx): This topic explains what context attributes are, how to configure them, and how LaunchDarkly uses them to evaluate flags and display flag variations to your customers.
- [Built-in attributes](https://launchdarkly.com/docs/fed-docs/home/observability/built-in-attributes.mdx): This topic explains what built-in attributes are and how to configure them.
- [Custom attributes](https://launchdarkly.com/docs/fed-docs/home/observability/custom-attributes.mdx): This topic explains what custom context attributes are and how to configure them.
- [Using private context attributes](https://launchdarkly.com/docs/fed-docs/home/observability/private-context-attributes.mdx): This topic explains how to create targeting rules that target contexts based on attributes that may or may not be stored in LaunchDarkly.
- [Multi-contexts](https://launchdarkly.com/docs/fed-docs/home/observability/multi-contexts.mdx): This topic includes information about multi-contexts and context instances. Contexts are people, services, machines, or other resources that encounter feature flags in your product.
- [Anonymous contexts](https://launchdarkly.com/docs/fed-docs/home/observability/anonymous-contexts.mdx): This topic explains what anonymous contexts are, how their information is handled in LaunchDarkly, and how they contribute to your monthly account usage.
- [Code references](https://launchdarkly.com/docs/fed-docs/home/observability/code-references.mdx): This topic explains how to use code references in LaunchDarkly to find and manage references to your feature flags. The code references feature lets you find source code references to your feature flags within LaunchDarkly.
- [Bitbucket code references](https://launchdarkly.com/docs/fed-docs/home/observability/bitbucket.mdx): This topic explains how to use the ld-find-code-refs utility with Bitbucket code references to create code references in LaunchDarkly.
- [CircleCI code references](https://launchdarkly.com/docs/fed-docs/home/observability/circleci.mdx): This topic explains how you can use the ld-find-code-refs utility with CircleCI to automatically populate code references in LaunchDarkly.
- [Custom configuration with ld-find-code-refs](https://launchdarkly.com/docs/fed-docs/home/observability/custom-config.mdx): This topic gives a high-level explanation of how to use the ld-find-code-refs script to perform other functions.
- [GitHub code references](https://launchdarkly.com/docs/fed-docs/home/observability/github-actions.mdx): This topic explains how to use the ld-find-code-refs utility with GitHub code references to automatically populate code references in LaunchDarkly.
- [GitLab code references](https://launchdarkly.com/docs/fed-docs/home/observability/gitlab.mdx): This topic explains how to set up and configure the GitLab code references to use with LaunchDarkly. You can use the ld-find-code-refs utility with GitLab code references to automatically populate code references in LaunchDarkly.
- [Metrics](https://launchdarkly.com/docs/fed-docs/home/observability/metrics.mdx): This topic explains how to create and use metrics within LaunchDarkly.
- [Creating and managing metrics](https://launchdarkly.com/docs/fed-docs/home/observability/create-metrics.mdx): This topic explains how to create, edit, and delete metrics, and how select which metric type to use with LaunchDarkly features, such as experiments and guarded rollouts.
- [Metric analysis](https://launchdarkly.com/docs/fed-docs/home/observability/metric-analysis.mdx): This topic explains the different ways you can analyze a metric, and how to select the analysis options appropriate for your needs.
- [Clicked or tapped conversion metrics](https://launchdarkly.com/docs/fed-docs/home/observability/click.mdx): This topic explains how to create a click conversion metric in LaunchDarkly.
- [Custom conversion binary metrics](https://launchdarkly.com/docs/fed-docs/home/observability/custom.mdx): This topic explains how to create a custom conversion binary metric in LaunchDarkly.
- [Custom conversion count metrics](https://launchdarkly.com/docs/fed-docs/home/observability/custom-count.mdx): This topic explains how to create a custom conversion count metric in LaunchDarkly.
- [Custom numeric metrics](https://launchdarkly.com/docs/fed-docs/home/observability/custom-numeric.mdx): This topic explains how to create a custom numeric metric in LaunchDarkly.
- [Page viewed conversion metrics](https://launchdarkly.com/docs/fed-docs/home/observability/pageview.mdx): This topic explains how to create a page view conversion metric in LaunchDarkly.
- [Metric groups](https://launchdarkly.com/docs/fed-docs/home/observability/metric-groups.mdx): This topic explains what metric groups are and when to use them.
- [Creating and managing metric groups](https://launchdarkly.com/docs/fed-docs/home/observability/metric-groups-manage.mdx): This topic explains how to create and manage metric groups.
- [Metric impact](https://launchdarkly.com/docs/fed-docs/home/observability/metric-impact.mdx): This topic explains how to use the metric Impact tab.
- [Metric events](https://launchdarkly.com/docs/fed-docs/home/observability/metric-events.mdx): This topic explains the different metric event types and which SDKs they are compatible with.
- [Importing metric events](https://launchdarkly.com/docs/fed-docs/home/observability/import-events.mdx): This topic explains how to import metric events from your existing data pipeline for use with Experimentation and guarded rollouts.
- [Viewing incoming events](https://launchdarkly.com/docs/fed-docs/home/observability/view-incoming-events.mdx): This topic explains how to view metric events your SDKs are sending to LaunchDarkly, and how to create metrics from those events.
- [Autogenerated metrics](https://launchdarkly.com/docs/fed-docs/home/observability/autogen-metrics.mdx): This topic explains the metrics LaunchDarkly automatically generates from SDK events and how you can use them to monitor the health of your applications.
- [Engineering insights](https://launchdarkly.com/docs/fed-docs/home/observability/eng-insights.mdx): This category contains documentation topics about LaunchDarkly's engineering insights feature.
- [Get started with engineering insights](https://launchdarkly.com/docs/fed-docs/home/observability/get-started.mdx): This topic explains how to set up projects, environments, and applications, and begin using engineering insights.
- [Send deployment information](https://launchdarkly.com/docs/fed-docs/home/observability/config-deployment.mdx): This topic explains how to configure your app to send deployment information to LaunchDarkly.
- [Install the GitHub app](https://launchdarkly.com/docs/fed-docs/home/observability/github-app.mdx): This topic explains how to install the GitHub app for engineering insights and how to associate repositories and projects.
- [Set up code references](https://launchdarkly.com/docs/fed-docs/home/observability/code-refs.mdx): This topic explains how to set up code references for engineering insights.
- [Applications in Engineering insights](https://launchdarkly.com/docs/fed-docs/home/observability/applications.mdx): This topic explains how to work with LaunchDarkly applications in engineering insights.
- [Project overview](https://launchdarkly.com/docs/fed-docs/home/observability/project-overview.mdx): This topic explains how to use the engineering insights Overview page to evaluate LaunchDarkly project health at a high level.
- [Project metrics](https://launchdarkly.com/docs/fed-docs/home/observability/project-metrics.mdx): This category contains documentation topics about LaunchDarkly's engineering insights project metrics.
- [Deployments](https://launchdarkly.com/docs/fed-docs/home/observability/deployments.mdx): This topic explains how to use the deployments page in engineering insights.
- [Releases](https://launchdarkly.com/docs/fed-docs/home/observability/releases.mdx): This topic explains how to use the releases page in engineering insights.
- [Lead time](https://launchdarkly.com/docs/fed-docs/home/observability/lead-time.mdx): This topic explains how to use the lead time page in engineering insights.
- [Flag health](https://launchdarkly.com/docs/fed-docs/home/observability/flag-health.mdx): This topic explains how to use the flag health page in engineering insights.
- [Experimentation rate](https://launchdarkly.com/docs/fed-docs/home/observability/exp-rate.mdx): This topic explains how to use the Experimentation rate page in engineering insights.
- [Flag evaluations](https://launchdarkly.com/docs/fed-docs/home/observability/flag-evaluations.mdx): This topic explains how to use the flag evaluations graph to observe flag evaluations over time.
- [Flag statuses and lifecycle stages](https://launchdarkly.com/docs/fed-docs/home/observability/flag-status.mdx): This topic explains what the different flag statuses are, and how they relate to a flag's lifecycle.
- [Change history](https://launchdarkly.com/docs/fed-docs/home/observability/change-history.mdx): This topic explains how to track changes made in LaunchDarkly. LaunchDarkly keeps a running log of changes made to feature flags in a given environment.
- [Live events](https://launchdarkly.com/docs/fed-docs/home/observability/live-events.mdx): This topic explains how to use live events. The Live events page gives you real-time insight into the events your application is sending to LaunchDarkly, so you can ensure that you've set up LaunchDarkly correctly.
- [Product analytics](https://launchdarkly.com/docs/fed-docs/home/product-analytics.mdx): This topic explains how to use product analytics to understand your customers and their behavior.
- [Setting up product analytics](https://launchdarkly.com/docs/fed-docs/home/product-analytics/setup.mdx): This topic explains how to set up LaunchDarkly product analytics.
- [Using product analytics charts](https://launchdarkly.com/docs/fed-docs/home/product-analytics/chart.mdx): This topic explains the high-level concepts and UI elements in a product analytics chart.
- [Dashboards](https://launchdarkly.com/docs/fed-docs/home/product-analytics/chart/dashboards.mdx): This topic explains how to use the product analytics Dashboards tab, and what information that tab contains.
- [Events](https://launchdarkly.com/docs/fed-docs/home/product-analytics/chart/events.mdx): This topic explains how to use the product analytics Events tab, and what information that tab contains.
- [Cohorts](https://launchdarkly.com/docs/fed-docs/home/product-analytics/chart/cohorts.mdx): This topic explains how to use the product analytics Cohorts tab, and what information that tab contains.
- [Attributes](https://launchdarkly.com/docs/fed-docs/home/product-analytics/chart/attributes.mdx): This topic explains how to use the product analytics Properties tab, and what information that tab contains.
- [User activity](https://launchdarkly.com/docs/fed-docs/home/product-analytics/chart/user-activity.mdx): This topic explains the high-level concepts and UI elements in a product analytics chart.
- [Experimentation](https://launchdarkly.com/docs/fed-docs/home/experimentation.mdx): This topic explains the concepts and value of LaunchDarkly's Experimentation feature.
- [Quickstart for Experimentation](https://launchdarkly.com/docs/fed-docs/home/experimentation/quickstart.mdx): This topic explains how to complete the quickstart for LaunchDarkly's Experimentation product.
- [Experiment types](https://launchdarkly.com/docs/fed-docs/home/experimentation/types.mdx): This topic explains the different kinds of experiments you can run in LaunchDarkly, including feature change experiments, funnel optimization experiments, and Data Export experiments.
- [Creating experiments](https://launchdarkly.com/docs/fed-docs/home/experimentation/create.mdx): The topics in this category explain how to set up and configure an experiment in LaunchDarkly.
- [Creating feature change experiments](https://launchdarkly.com/docs/fed-docs/home/experimentation/feature.mdx): This topic explains how to set up and configure a feature change experiment in LaunchDarkly.
- [Creating funnel optimization experiments](https://launchdarkly.com/docs/fed-docs/home/experimentation/funnel.mdx): This topic explains how to set up and configure a funnel optimization experiment in LaunchDarkly.
- [Creating Data Export experiments](https://launchdarkly.com/docs/fed-docs/home/experimentation/export.mdx): This topic explains how to set up and configure an experiment in LaunchDarkly that you plan to analyze in an external tool.
- [Allocating experiment audiences](https://launchdarkly.com/docs/fed-docs/home/experimentation/allocation.mdx): This topic explains how to include specific groups of contexts in an experiment audience using audience allocation.
- [Randomization units](https://launchdarkly.com/docs/fed-docs/home/experimentation/randomization.mdx): This topic explains what randomization units are and how to use them in LaunchDarkly Experimentation.
- [Carryover bias and variation reassignment](https://launchdarkly.com/docs/fed-docs/home/experimentation/carryover.mdx): This topic explains what carryover bias is and how to use variation reassignment to avoid it.
- [Mutually exclusive experiments](https://launchdarkly.com/docs/fed-docs/home/experimentation/mutually-exclusive.mdx): This topic explains what mutually exclusive experiments are and when to use them.
- [Managing experiments](https://launchdarkly.com/docs/fed-docs/home/experimentation/manage.mdx): This topic explains how to start recording an experiment iteration and stop the experiment iteration when you're finished.
- [Starting and stopping experiment iterations](https://launchdarkly.com/docs/fed-docs/home/experimentation/start-stop-exp.mdx): This topic explains how to start recording an experiment iteration and stop the experiment iteration when you're finished.
- [Experiment size and run time](https://launchdarkly.com/docs/fed-docs/home/experimentation/size.mdx): This topic explains how to decide on the number of contexts to include and the run time for an experiment.
- [Understanding sample ratios](https://launchdarkly.com/docs/fed-docs/home/experimentation/sample-ratios.mdx): This topic explains what sample ratios are and how to detect a sample ratio mismatch (SRM).
- [How Experimentation handles outliers in Bayesian experiments](https://launchdarkly.com/docs/fed-docs/home/experimentation/outliers.mdx): This topic explains how LaunchDarkly Experimentation handles outliers in its Bayesian experiment analyses.
- [Analyzing experiments](https://launchdarkly.com/docs/fed-docs/home/experimentation/analyze.mdx): This topic explains how to interpret an experiment's results and apply its findings to your product.
- [Shipping the winning variation](https://launchdarkly.com/docs/fed-docs/home/experimentation/winning.mdx): This topic explains how to choose and ship a winning variation for a completed experiment.
- [Bayesian experiment results](https://launchdarkly.com/docs/fed-docs/home/experimentation/bayesian-results.mdx): This topic explains how to read and use the Latest results tab of a Bayesian experiment.
- [Historical results for Bayesian experiments](https://launchdarkly.com/docs/fed-docs/home/experimentation/historical-results-bayesian.mdx): This topic explains how to read and use the Historical results tab of a Bayesian experiment.
- [Decision making with Bayesian statistics](https://launchdarkly.com/docs/fed-docs/home/experimentation/bayesian.mdx): This topic explains how to make decisions about which variation to choose as the winner in a LaunchDarkly experiment that uses Bayesian statistics.
- [Frequentist experiment results](https://launchdarkly.com/docs/fed-docs/home/experimentation/frequentist-results.mdx): This topic explains how to read and use the Latest results tab of a frequentist experiment.
- [Historical results for frequentist experiments](https://launchdarkly.com/docs/fed-docs/home/experimentation/historical-results-frequentist.mdx): This topic explains how to read and use the Historical results tab of a frequentist experiment.
- [Filtering experiment results](https://launchdarkly.com/docs/fed-docs/home/experimentation/filters.mdx): This topic explains how to use attribute filters to narrow experiment results by attribute.
- [Experimentation and metric events](https://launchdarkly.com/docs/fed-docs/home/experimentation/events.mdx): This topic explains Experimentation and metric events and how they work.
- [Holdouts](https://launchdarkly.com/docs/fed-docs/home/holdouts.mdx): This topic introduces holdouts, which you can use to measure the effectiveness of your Experimentation program over time.
- [Creating holdouts](https://launchdarkly.com/docs/fed-docs/home/holdouts/create.mdx): This topic explains how to create and add experiments to holdouts.
- [Managing holdouts](https://launchdarkly.com/docs/fed-docs/home/holdouts/manage.mdx): This topic explains how to manage holdouts and interpret their results.
- [Snowflake native Experimentation](https://launchdarkly.com/docs/fed-docs/home/warehouse-native/snowflake.mdx): This category includes documentation about how to connect LaunchDarkly to Snowflake and run LaunchDarkly experiments using metric events from your Snowflake warehouse.
- [Snowflake data requirements](https://launchdarkly.com/docs/fed-docs/home/warehouse-native/snowflake-requirements.mdx): This topic explains the data requirements for Snowflake native Experimentation.
- [Snowflake integration for warehouse native experiments](https://launchdarkly.com/docs/fed-docs/home/warehouse-native/snowflake-configure.mdx): This topic explains how to set up the Snowflake integration for warehouse native experiments.
- [Snowflake common questions](https://launchdarkly.com/docs/fed-docs/home/warehouse-native/snowflake-questions.mdx): This topic provides answers to common questions about working with Snowflake native Experimentation.
- [Creating warehouse native experiments](https://launchdarkly.com/docs/fed-docs/home/warehouse-native/creating.mdx): This topic explains how to set up and configure an experiment in LaunchDarkly that uses metric events from your own data warehouse.
- [Connect apps and services to LaunchDarkly](https://launchdarkly.com/docs/fed-docs/home/infrastructure/apps.mdx): This category has documentation topics about different methods to connect your services and applications to LaunchDarkly.
- [Custom properties](https://launchdarkly.com/docs/fed-docs/home/infrastructure/custom-properties.mdx): This topic explains how to set up and use custom properties in LaunchDarkly. They let you store integration data in a feature flag. Each custom property you add to a feature flag can contain a list of associated values.
- [OAuth applications](https://launchdarkly.com/docs/fed-docs/home/infrastructure/oauth.mdx): This topic explains how to authorize or revoke access of an OAuth app. You can connect your LaunchDarkly account to external applications using theĀ OAuth 2.0 protocol.
- [Webhooks](https://launchdarkly.com/docs/fed-docs/home/infrastructure/webhooks.mdx): This topic explains how to create and use webhooks in LaunchDarkly. LaunchDarkly's webhooks allow you to build your own integrations. When something changes, LaunchDarkly sends an HTTP POST payload to the webhook's configured URL.
- [The LaunchDarkly API](https://launchdarkly.com/docs/fed-docs/home/infrastructure/api.mdx): This topic explains how to access LaunchDarkly's API documentation.
- [LaunchDarkly in China](https://launchdarkly.com/docs/fed-docs/home/infrastructure/china.mdx): This topic explains how to access LaunchDarkly from China.
- [LaunchDarkly in the European Union (EU)](https://launchdarkly.com/docs/fed-docs/home/infrastructure/eu.mdx): This topic explains how LaunchDarkly is different in a domain controlled by the European Union (EU).
- [LaunchDarkly in federal environments](https://launchdarkly.com/docs/fed-docs/home/infrastructure/federal.mdx): This topic explains how LaunchDarkly is different in a domain controlled by the United States government.
- [LaunchDarkly in environments requiring FIPS 140-2 validated encryption modules](https://launchdarkly.com/docs/fed-docs/home/infrastructure/fips-140-2-encryption.mdx): This topic explains how customers can use LaunchDarkly in environments that require that all data is encrypted in transit using FIPS 140-2 validated encryption modules.
- [Public IP list](https://launchdarkly.com/docs/fed-docs/home/infrastructure/ip-list.mdx): This topic explains how to access LaunchDarkly through one of our public IPs. If you're using a firewall, add a LaunchDarkly IP range to your firewall settings.
- [Projects](https://launchdarkly.com/docs/fed-docs/home/account/project.mdx): This topic explains what projects are in LaunchDarkly. Projects let you manage multiple different business objectives from one LaunchDarkly account. You can use them to manage different priorities, teams, and tasks across your organization.
- [Edit projects](https://launchdarkly.com/docs/fed-docs/home/account/edit-project.mdx): This topic describes project settings and how to update them.
- [Creating private projects with custom roles](https://launchdarkly.com/docs/fed-docs/home/account/private-projects.mdx): This topic explains how to create private projects or restrict access to projects. It uses the viewProject action to restrict and grant access to projects.
- [Environments](https://launchdarkly.com/docs/fed-docs/home/account/environment.mdx): This category explains what environments are in LaunchDarkly and how to use them to manage different business areas or areas of your product lifecycle.
- [Create environments](https://launchdarkly.com/docs/fed-docs/home/account/environment/create.mdx): This topic explains how to create environments in LaunchDarkly.
- [Delete environments](https://launchdarkly.com/docs/fed-docs/home/account/environment/delete.mdx): This topic explains how to delete environments in LaunchDarkly.
- [Clone environments](https://launchdarkly.com/docs/fed-docs/home/account/environment/clone.mdx): This topic explains how to clone environments in LaunchDarkly.
- [Environment settings](https://launchdarkly.com/docs/fed-docs/home/account/environment/settings.mdx): This topic explains the settings available for environments in LaunchDarkly.
- [Teams](https://launchdarkly.com/docs/fed-docs/home/account/teams.mdx): This category contains documentation topics about how to set up and manage teams within your LaunchDarkly organization.
- [Creating a team](https://launchdarkly.com/docs/fed-docs/home/account/create-teams.mdx): This topic explains what how to create a new team.
- [Managing teams](https://launchdarkly.com/docs/fed-docs/home/account/manage-teams.mdx): This topic explains how to manage team members in LaunchDarkly.
- [Managing team maintainers](https://launchdarkly.com/docs/fed-docs/home/account/team-maintainers.mdx): This topic explains how to add and remove team maintainers from teams.
- [Managing team permissions](https://launchdarkly.com/docs/fed-docs/home/account/team-permissions.mdx): This topic explains how to add and remove permissions from teams.
- [Deleting teams](https://launchdarkly.com/docs/fed-docs/home/account/delete-teams.mdx): This topic explains how to delete teams in LaunchDarkly.
- [Account members](https://launchdarkly.com/docs/fed-docs/home/account/members.mdx): This category introduces the concept of account members in LaunchDarkly and shows you how to use the Members list.
- [Manage account member roles](https://launchdarkly.com/docs/fed-docs/home/account/manage-members.mdx): This topic explains what member roles are, which roles LaunchDarkly offers for account members, and how different roles interact.
- [Adding member roles](https://launchdarkly.com/docs/fed-docs/home/account/manage-role-add.mdx): This topic explains how to assign roles to members in LaunchDarkly.
- [Viewing member roles](https://launchdarkly.com/docs/fed-docs/home/account/manage-role-view.mdx): This topic explains how to view roles for members in LaunchDarkly.
- [Changing member roles](https://launchdarkly.com/docs/fed-docs/home/account/manage-role-change.mdx): This topic explains how to change the roles assigned to members in LaunchDarkly.
- [Removing member roles](https://launchdarkly.com/docs/fed-docs/home/account/manage-role-remove.mdx): This topic explains how to remove roles from members in LaunchDarkly.
- [Built-in roles](https://launchdarkly.com/docs/fed-docs/home/account/built-in-roles.mdx): This topic explains the built-in roles that come with every LaunchDarkly project.
- [Custom roles](https://launchdarkly.com/docs/fed-docs/home/account/custom-roles.mdx): This topic explains what custom roles are and how to create them. Custom roles give access control to everything in LaunchDarkly, from feature flags to metrics, environments, and teams. Use them to enforce access policies that meet your exact needs.
- [Custom role concepts](https://launchdarkly.com/docs/fed-docs/home/account/role-concepts.mdx): This topic is an overview of concepts that are important to creating custom roles.
- [Creating custom roles and policies](https://launchdarkly.com/docs/fed-docs/home/account/role-create.mdx): This topic explains how to create custom roles and policies in LaunchDarkly.
- [Editing custom roles](https://launchdarkly.com/docs/fed-docs/home/account/role-edit.mdx): This topic explains how to edit custom roles and policies in LaunchDarkly.
- [Deleting custom roles](https://launchdarkly.com/docs/fed-docs/home/account/role-delete.mdx): This topic explains how to delete custom roles in LaunchDarkly.
- [Using actions](https://launchdarkly.com/docs/fed-docs/home/account/role-actions.mdx): This topic explains how to use actions in custom roles policies. These actions are scoped by resource type.
- [Using resources](https://launchdarkly.com/docs/fed-docs/home/account/role-resources.mdx): This topic explains how custom roles use resources to create policies in LaunchDarkly.
- [Using role scope](https://launchdarkly.com/docs/fed-docs/home/account/role-scope.mdx): This topic explains how to work with role scope for custom roles.
- [Using policies](https://launchdarkly.com/docs/fed-docs/home/account/role-policies.mdx): This topic explains how to work with policies for custom roles, integrations access, and Relay Proxy access. Policies combine resources and actions into a set of statements that define what members can or cannot do in LaunchDarkly.
- [Using tags](https://launchdarkly.com/docs/fed-docs/home/account/role-tags.mdx): This topic explains how to use tags with custom roles to control who has access to certain resources in LaunchDarkly.
- [Using the advanced editor](https://launchdarkly.com/docs/fed-docs/home/account/advanced-editor.mdx): This topic explains how to access and use the advanced editor to create complex custom roles and policies.
- [Example policies and templates](https://launchdarkly.com/docs/fed-docs/home/account/example-policies.mdx): This topic shows some examples of different types of policies you can implement with custom roles.
- [Changing account Owners](https://launchdarkly.com/docs/fed-docs/home/account/owners.mdx): This topic explains how to change which account member has the Owner role in your LaunchDarkly account, as well as what the Owner role entails.
- [Your member profile](https://launchdarkly.com/docs/fed-docs/home/account/profile.mdx): This topic explains how to access and use the Profile page to manage the information associated with your member profile.
- [Using one email for multiple accounts](https://launchdarkly.com/docs/fed-docs/home/account/multiple-accounts.mdx): This topic explains how to use the same email address for multiple LaunchDarkly accounts.
- [Tags](https://launchdarkly.com/docs/fed-docs/home/account/tags.mdx): This topic explains how to use tags with LaunchDarkly resources.
- [Account security](https://launchdarkly.com/docs/fed-docs/home/account/secure.mdx): This category has documentation topics about securely managing your LaunchDarkly account and feature flags.
- [Single sign-on](https://launchdarkly.com/docs/fed-docs/home/account/sso.mdx): This topic explains what Single Sign-On (SSO) features are available in LaunchDarkly.
- [Configure SAML SSO](https://launchdarkly.com/docs/fed-docs/home/account/saml.mdx): This topic explains how to configure your LaunchDarkly account for SAML SSO.
- [Enable SCIM provisioning](https://launchdarkly.com/docs/fed-docs/home/account/scim.mdx): This topic explains how to enable SCIM user provisioning to work with your SSO-enabled LaunchDarkly account.
- [Enable SSO](https://launchdarkly.com/docs/fed-docs/home/account/saml/enable.mdx): This topic explains how to enable SSO for your LaunchDarkly account.
- [Disable SSO](https://launchdarkly.com/docs/fed-docs/home/account/saml/disable.mdx): This topic explains how to disable SSO for your LaunchDarkly account.
- [Change SSO providers](https://launchdarkly.com/docs/fed-docs/home/account/saml/providers.mdx): This topic explains how to change SSO providers for your LaunchDarkly account.
- [Active Directory Federation Services (ADFS)](https://launchdarkly.com/docs/fed-docs/home/account/adfs.mdx): This topic explains how to configure a self-hosted ADFS server with LaunchDarkly.
- [Entra ID (formerly Azure AD)](https://launchdarkly.com/docs/fed-docs/home/account/entra.mdx): This topic explains how to integrate LaunchDarkly with Microsoft Entra ID (formerly Azure AD).The Entra ID App Gallery includes LaunchDarkly and provides a LaunchDarkly application template that facilitates configuration.
- [GitHub OAuth](https://launchdarkly.com/docs/fed-docs/home/account/oauth-github.mdx): This topic explains how to configure GitHub OAuth for LaunchDarkly.
- [Google Apps](https://launchdarkly.com/docs/fed-docs/home/account/google.mdx): This topic explains how to configure Google Apps to support single sign-on (SSO) in LaunchDarkly.
- [Google OAuth](https://launchdarkly.com/docs/fed-docs/home/account/oauth-google.mdx): This topic explains how to configure Google OAuth for LaunchDarkly.
- [Okta](https://launchdarkly.com/docs/fed-docs/home/account/okta.mdx): This topic explains how Okta and LaunchDarkly use SCIM to provide user management for your account members. You can connect LaunchDarkly and Okta through the Okta UI, give Okta permissions to modify account members in LaunchDarkly, and even integrate LaunchDarkly custom roles with Okta.
- [OneLogin](https://launchdarkly.com/docs/fed-docs/home/account/onelogin.mdx): This topic explains how to connect OneLogin to LaunchDarkly.
- [API access tokens](https://launchdarkly.com/docs/fed-docs/home/account/api.mdx): This topic explains how to use API access tokens to authenticate with the LaunchDarkly REST API.
- [Creating API access tokens](https://launchdarkly.com/docs/fed-docs/home/account/api-create.mdx): This topic explains how to create API access tokens to authenticate with the LaunchDarkly REST API.
- [Cloning and deleting access tokens](https://launchdarkly.com/docs/fed-docs/home/account/api-clone-delete.mdx): This topic explains how to clone and delete API access tokens.
- [Resetting access tokens](https://launchdarkly.com/docs/fed-docs/home/account/api-reset.mdx): This topic explains how to reset API access tokens.
- [Multi-factor authentication](https://launchdarkly.com/docs/fed-docs/home/account/mfa.mdx): This topic explains how to set up and use multi-factor authentication to improve the security of your LaunchDarkly account.
- [Domain verification](https://launchdarkly.com/docs/fed-docs/home/account/domain-verification.mdx): This topic explains how to verify your domain with LaunchDarkly. This allows members of your organization to access supporting services if your account uses single sign-on (SSO).
- [Managing sessions](https://launchdarkly.com/docs/fed-docs/home/account/sessions.mdx): This topic explains how session duration settings work in LaunchDarkly, and how to configure them. LaunchDarkly offers administrators a set of controls to manage how long account members stay logged in to their account, and how often they need to re-authenticate. You can also reset sessions for everyone in your organization.
- [Organization access settings](https://launchdarkly.com/docs/fed-docs/home/account/org-settings.mdx): This topic explains how to enable and disable organization access settings in LaunchDarkly.
- [Organization announcements](https://launchdarkly.com/docs/fed-docs/home/account/org-announcements.mdx): This topic explains how to enable a custom announcement banner that appears in LaunchDarkly for everyone in your organization.
- [Support options](https://launchdarkly.com/docs/fed-docs/home/account/enhanced-support.mdx): This topic explains LaunchDarkly's Support options, including how to use enhanced support, and how to allow LaunchDarkly to use generative AI for Support tickets.
- [Resetting your password](https://launchdarkly.com/docs/fed-docs/home/account/reset-password.mdx): This topic explains how to reset your LaunchDarkly password, and what to do if you do not receive a reset email.
- [Billing and usage](https://launchdarkly.com/docs/fed-docs/home/account/billing.mdx): This category has documentation topics about how to find your billing plan details and how to visualize your LaunchDarkly usage.
- [Account usage metrics](https://launchdarkly.com/docs/fed-docs/home/account/metrics.mdx): This topic explains how to understand the metrics visualized on the Usage page.
- [The Billing page](https://launchdarkly.com/docs/fed-docs/home/account/billing-page.mdx): This topic explains the information on the Billing page and how to make changes to the LaunchDarkly plan you subscribe to.
- [Calculating billing](https://launchdarkly.com/docs/fed-docs/home/account/calculating-billing.mdx): This topic explains how LaunchDarkly calculates billing for your account.
- [LaunchDarkly subscriptions and plans](https://launchdarkly.com/docs/fed-docs/home/account/plans.mdx): This topic explains LaunchDarkly plans and summarizes the features available on each plan.
- [Service connections](https://launchdarkly.com/docs/fed-docs/home/account/service-connections.mdx): This topic explains what service connections are and how LaunchDarkly uses them to calculate your bill.
- [Changelog](https://launchdarkly.com/docs/fed-docs/home/changelog.mdx): This topic summarizes recent changes to the LaunchDarkly documentation.
- [Changelog archive](https://launchdarkly.com/docs/fed-docs/home/changelog/archive.mdx): This topic summarizes older changes to the LaunchDarkly documentation.
- [Release notes](https://launchdarkly.com/docs/fed-docs/home/release-notes.mdx): This topic summarizes major releases to LaunchDarkly's product.
- [Overview](https://launchdarkly.com/docs/fed-docs/api.md)
- [Access tokens](https://launchdarkly.com/docs/fed-docs/api/access-tokens.md)
- [Account members](https://launchdarkly.com/docs/fed-docs/api/account-members.md)
- [Account members (beta)](https://launchdarkly.com/docs/fed-docs/api/account-members-beta.md)
- [Account usage (beta)](https://launchdarkly.com/docs/fed-docs/api/account-usage-beta.md)
- [AI Configs (beta)](https://launchdarkly.com/docs/fed-docs/api/ai-configs-beta.md)
- [Announcements](https://launchdarkly.com/docs/fed-docs/api/announcements.md)
- [Applications (beta)](https://launchdarkly.com/docs/fed-docs/api/applications-beta.md)
- [Approvals](https://launchdarkly.com/docs/fed-docs/api/approvals.md)
- [Approvals (beta)](https://launchdarkly.com/docs/fed-docs/api/approvals-beta.md)
- [Audit log](https://launchdarkly.com/docs/fed-docs/api/audit-log.md)
- [Code references](https://launchdarkly.com/docs/fed-docs/api/code-references.md)
- [Contexts](https://launchdarkly.com/docs/fed-docs/api/contexts.md)
- [Context settings](https://launchdarkly.com/docs/fed-docs/api/context-settings.md)
- [Custom roles](https://launchdarkly.com/docs/fed-docs/api/custom-roles.md)
- [Data Export destinations](https://launchdarkly.com/docs/fed-docs/api/data-export-destinations.md)
- [Environments](https://launchdarkly.com/docs/fed-docs/api/environments.md)
- [Experiments](https://launchdarkly.com/docs/fed-docs/api/experiments.md)
- [Feature flags](https://launchdarkly.com/docs/fed-docs/api/feature-flags.md)
- [Feature flags (beta)](https://launchdarkly.com/docs/fed-docs/api/feature-flags-beta.md)
- [Flag import configurations (beta)](https://launchdarkly.com/docs/fed-docs/api/flag-import-configurations-beta.md)
- [Flag links (beta)](https://launchdarkly.com/docs/fed-docs/api/flag-links-beta.md)
- [Flag triggers](https://launchdarkly.com/docs/fed-docs/api/flag-triggers.md)
- [Follow flags](https://launchdarkly.com/docs/fed-docs/api/follow-flags.md)
- [Holdouts (beta)](https://launchdarkly.com/docs/fed-docs/api/holdouts-beta.md)
- [Insights charts (beta)](https://launchdarkly.com/docs/fed-docs/api/insights-charts-beta.md)
- [Insights deployments (beta)](https://launchdarkly.com/docs/fed-docs/api/insights-deployments-beta.md)
- [Insights flag events (beta)](https://launchdarkly.com/docs/fed-docs/api/insights-flag-events-beta.md)
- [Insights pull requests (beta)](https://launchdarkly.com/docs/fed-docs/api/insights-pull-requests-beta.md)
- [Insights repositories (beta)](https://launchdarkly.com/docs/fed-docs/api/insights-repositories-beta.md)
- [Insights scores (beta)](https://launchdarkly.com/docs/fed-docs/api/insights-scores-beta.md)
- [Integration audit log subscriptions](https://launchdarkly.com/docs/fed-docs/api/integration-audit-log-subscriptions.md)
- [Integration delivery configurations (beta)](https://launchdarkly.com/docs/fed-docs/api/integration-delivery-configurations-beta.md)
- [Integrations (beta)](https://launchdarkly.com/docs/fed-docs/api/integrations-beta.md)
- [Layers](https://launchdarkly.com/docs/fed-docs/api/layers.md)
- [Metrics](https://launchdarkly.com/docs/fed-docs/api/metrics.md)
- [Metrics (beta)](https://launchdarkly.com/docs/fed-docs/api/metrics-beta.md)
- [OAuth2 Clients](https://launchdarkly.com/docs/fed-docs/api/o-auth-2-clients.md)
- [Persistent store integrations (beta)](https://launchdarkly.com/docs/fed-docs/api/persistent-store-integrations-beta.md)
- [Projects](https://launchdarkly.com/docs/fed-docs/api/projects.md)
- [Relay Proxy configurations](https://launchdarkly.com/docs/fed-docs/api/relay-proxy-configurations.md)
- [Release pipelines (beta)](https://launchdarkly.com/docs/fed-docs/api/release-pipelines-beta.md)
- [Releases (beta)](https://launchdarkly.com/docs/fed-docs/api/releases-beta.md)
- [Scheduled changes](https://launchdarkly.com/docs/fed-docs/api/scheduled-changes.md)
- [Segments](https://launchdarkly.com/docs/fed-docs/api/segments.md)
- [Tags](https://launchdarkly.com/docs/fed-docs/api/tags.md)
- [Teams](https://launchdarkly.com/docs/fed-docs/api/teams.md)
- [Teams (beta)](https://launchdarkly.com/docs/fed-docs/api/teams-beta.md)
- [Users](https://launchdarkly.com/docs/fed-docs/api/users.md)
- [Users (beta)](https://launchdarkly.com/docs/fed-docs/api/users-beta.md)
- [User settings](https://launchdarkly.com/docs/fed-docs/api/user-settings.md)
- [Webhooks](https://launchdarkly.com/docs/fed-docs/api/webhooks.md)
- [Workflows](https://launchdarkly.com/docs/fed-docs/api/workflows.md)
- [Workflow templates](https://launchdarkly.com/docs/fed-docs/api/workflow-templates.md)
- [Other](https://launchdarkly.com/docs/fed-docs/api/other.md)
- [Welcome to LaunchDarkly docs](https://launchdarkly.com/docs/eu-docs/home.mdx)
- [Get started](https://launchdarkly.com/docs/eu-docs/home/getting-started.mdx): This topic describes how to get started with LaunchDarkly. The other topics in this category contain a high-level introduction to LaunchDarkly.
- [LaunchDarkly CLI](https://launchdarkly.com/docs/eu-docs/home/getting-started/ldcli.mdx): This topic describes how to get started with the LaunchDarkly CLI.
- [LaunchDarkly CLI commands](https://launchdarkly.com/docs/eu-docs/home/getting-started/ldcli-commands.mdx): This topic describes common commands and configuration options in the LaunchDarkly CLI.
- [Setting up an SDK](https://launchdarkly.com/docs/eu-docs/home/getting-started/setting-up.mdx): This topic explains how to set up an SDK to begin using LaunchDarkly.
- [Joining an account](https://launchdarkly.com/docs/eu-docs/home/getting-started/join-account.mdx): This topic explains how to join LaunchDarkly as a new account member.
- [Logging in with SSO](https://launchdarkly.com/docs/eu-docs/home/getting-started/login-sso.mdx): This topic explains how to log into LaunchDarkly for the first time using an SSO provider.
- [Using feature management](https://launchdarkly.com/docs/eu-docs/home/getting-started/feature-management.mdx): This topic discusses using feature management at a high level, describes some key parts of the LaunchDarkly user interface (UI), and suggests different ways to learn more about working in LaunchDarkly.
- [Getting started in different roles](https://launchdarkly.com/docs/eu-docs/home/getting-started/roles.mdx): This topic includes suggested paths through the LaunchDarkly documentation specific to your role.
- [Launch Insights](https://launchdarkly.com/docs/eu-docs/home/getting-started/launch-insights.mdx): This topic describes the Launch Insights dashboard.
- [LaunchDarkly architecture](https://launchdarkly.com/docs/eu-docs/home/getting-started/architecture.mdx): This topic gives a high-level explanation of LaunchDarkly's platform architecture.
- [LaunchDarkly vocabulary](https://launchdarkly.com/docs/eu-docs/home/getting-started/vocabulary.mdx): This topic defines common words used in the LaunchDarkly application and documentation.
- [Create flags](https://launchdarkly.com/docs/eu-docs/home/flags/create.mdx): This category explains how to use LaunchDarkly to create your feature flags.
- [Creating new flags](https://launchdarkly.com/docs/eu-docs/home/flags/new.mdx): This topic explains how to create new feature flags in LaunchDarkly.
- [Turning flags on and off](https://launchdarkly.com/docs/eu-docs/home/flags/toggle.mdx): This topic explains how to enable and disable flags from the Flags list.
- [Creating flag variations](https://launchdarkly.com/docs/eu-docs/home/flags/variations.mdx): This topic explains how to create and edit your feature flag's variations and outlines the different types of flag variations.
- [Cloning existing flags](https://launchdarkly.com/docs/eu-docs/home/flags/clone.mdx): This topic explains how to create new flags by cloning existing flags in LaunchDarkly.
- [Importing flags](https://launchdarkly.com/docs/eu-docs/home/flags/import.mdx): This topic explains how to import flags from other feature management tools into LaunchDarkly.
- [Other flag settings](https://launchdarkly.com/docs/eu-docs/home/flags/flag-settings.mdx): This topic explains how to edit a feature flag's environment-specific settings and settings for all environments.
- [Target with flags](https://launchdarkly.com/docs/eu-docs/home/flags/target.mdx): This topic explains how to use flag targeting to control which of your customers receive a variation of a feature flag, based on their context.
- [Targeting rules](https://launchdarkly.com/docs/eu-docs/home/flags/target-rules.mdx): This topic explains how to use flag targeting rules to serve flag variations to different contexts based on their attributes.
- [Segment targeting](https://launchdarkly.com/docs/eu-docs/home/flags/segment-targeting.mdx): This topic explains how to control which segments receive a variation of a feature flag.
- [Individual targeting](https://launchdarkly.com/docs/eu-docs/home/flags/individual-targeting.mdx): This topic explains how to control which individual contexts receive a variation of a feature flag, based on the context key.
- [Bulk targeting](https://launchdarkly.com/docs/eu-docs/home/flags/bulk-targeting.mdx): This topic explains how to perform edits on groups of contexts, or export all the contexts a flag is targeted to.
- [Mobile targeting](https://launchdarkly.com/docs/eu-docs/home/flags/mobile-targeting.mdx): This topic explains how to control which mobile apps and devices receive a variation of a feature flag.
- [Custom rules](https://launchdarkly.com/docs/eu-docs/home/flags/custom-rules.mdx): This topic explains how to use custom rules to target contexts based on their attributes.
- [Converting rules into segments](https://launchdarkly.com/docs/eu-docs/home/flags/rules-segments.mdx): This topic explains how convert targeting rules into reusable segments.
- [Testing flag targeting](https://launchdarkly.com/docs/eu-docs/home/flags/preview-rules.mdx): This topic explains how to use the test run feature to find out which variation a particular context will receive for a given feature flag.
- [Flag prerequisites](https://launchdarkly.com/docs/eu-docs/home/flags/prereqs.mdx): This topic explains how to use feature flag prerequisites to enable or disable features based on different states.
- [The off variation](https://launchdarkly.com/docs/eu-docs/home/flags/off-variation.mdx): This topic explains how to set the off variation for a flag.
- [The default rule](https://launchdarkly.com/docs/eu-docs/home/flags/default-rule.mdx): This topic explains how to set the default rule for a flag.
- [Flag templates](https://launchdarkly.com/docs/eu-docs/home/flags/templates.mdx): This topic explains the different types of flags available in LaunchDarkly.
- [Custom flags](https://launchdarkly.com/docs/eu-docs/home/flags/custom.mdx): This topic explains how to get started with custom flags.
- [Release flags](https://launchdarkly.com/docs/eu-docs/home/flags/release.mdx): This topic explains how you can use release flags to progressively roll out functionality.
- [Kill switch flags](https://launchdarkly.com/docs/eu-docs/home/flags/killswitch.mdx): This topic explains how you can use kill switch or circuit breaker flags to shut off functionality.
- [Experiment flags](https://launchdarkly.com/docs/eu-docs/home/flags/experiment.mdx): This topic explains how you can use experiment flags to test a hypothesis.
- [Migration flags](https://launchdarkly.com/docs/eu-docs/home/flags/migration.mdx): This topic explains how you can use migration flags to take the complexity and risk out of modernizing your tech stack.
- [Creating migration flags](https://launchdarkly.com/docs/eu-docs/home/flags/create-migration.mdx): This topic explains how you can create migration flags.
- [Targeting with migration flags](https://launchdarkly.com/docs/eu-docs/home/flags/target-migration.mdx): This topic explains how you can target contexts using migration flags.
- [Migration flag metrics](https://launchdarkly.com/docs/eu-docs/home/flags/migration-metrics.mdx): This topic explains how you can use metrics to track the progress of a migration flag.
- [Manage flags](https://launchdarkly.com/docs/eu-docs/home/flags/manage.mdx): This category explains how to organize your flags across different environments in your LaunchDarkly project.
- [The Flags list](https://launchdarkly.com/docs/eu-docs/home/flags/list.mdx): This topic explains how to use the Flags list, which shows your feature flags and gives you options to create, modify, and manage them.
- [Flag links](https://launchdarkly.com/docs/eu-docs/home/flags/links.mdx): This topic explains how to create and use flag links to view external mentions of flags and relevant materials from other tools and services.
- [Comparing and copying flag settings](https://launchdarkly.com/docs/eu-docs/home/flags/compare-copy.mdx): This topic explains how to compare and copy flag settings between two environments.
- [Viewing flags across environments](https://launchdarkly.com/docs/eu-docs/home/flags/view-across.mdx): This topic explains how to view flags across multiple environments.
- [Deprecating flags](https://launchdarkly.com/docs/eu-docs/home/flags/deprecate.mdx): This topic explains how to deprecate flags you no longer need.
- [Archiving flags](https://launchdarkly.com/docs/eu-docs/home/flags/archive.mdx): This topic explains how to clean up flags you no longer need.
- [Deleting flags](https://launchdarkly.com/docs/eu-docs/home/flags/delete.mdx): This topic explains how to delete flags that are archived.
- [Segments](https://launchdarkly.com/docs/eu-docs/home/flags/segments.mdx): This topic introduces the concept of segments. Segments let you target groups of contexts individually or by attribute.
- [Segment types](https://launchdarkly.com/docs/eu-docs/home/flags/segment-types.mdx): This topic explains different segment types and when to use them.
- [Creating segments](https://launchdarkly.com/docs/eu-docs/home/flags/segments-create.mdx): This topic explains how to create rule-based, smaller list-based, larger list-based, and synced segments.
- [Segment targeting for rule-based and smaller list-based segments](https://launchdarkly.com/docs/eu-docs/home/flags/rule-based-segments.mdx): This topic explains how to target contexts in rule-based and smaller list-based segments.
- [Segment targeting for larger list-based segments](https://launchdarkly.com/docs/eu-docs/home/flags/list-based-segments.mdx): This topic explains how to target contexts within larger list-based segments.
- [Managing segments](https://launchdarkly.com/docs/eu-docs/home/flags/segment-management.mdx): This topic explains how to edit and delete segments.
- [SDK and integration configuration for segments](https://launchdarkly.com/docs/eu-docs/home/flags/segment-config.mdx): This topic explains the configuration process and requirements for synced segments and larger list-based segments.
- [Segments synced from external tools](https://launchdarkly.com/docs/eu-docs/home/flags/synced-segments.mdx): This topic explains how to create segments that sync with an external tool.
- [Syncing segments with Amplitude cohorts](https://launchdarkly.com/docs/eu-docs/home/flags/amplitude.mdx): This topic explains how to create segments that sync with an Amplitude cohort.
- [Syncing segments with Census](https://launchdarkly.com/docs/eu-docs/home/flags/census.mdx): This topic links to Census's documentation for its LaunchDarkly synced segment integration.
- [Syncing segments with Heap](https://launchdarkly.com/docs/eu-docs/home/flags/heap.mdx): This topic links to Heap's documentation for its LaunchDarkly synced segment integration.
- [Syncing segments with Hightouch](https://launchdarkly.com/docs/eu-docs/home/flags/hightouch.mdx): This topic links to Hightouch's documentation for its LaunchDarkly synced segment integration.
- [Syncing segments with RudderStack Audiences](https://launchdarkly.com/docs/eu-docs/home/flags/rudderstack.mdx): This topic links to RudderStack's documentation for its LaunchDarkly synced segment integration.
- [Syncing segments with Tealium Audiences](https://launchdarkly.com/docs/eu-docs/home/flags/tealium.mdx): This topic links to Tealium's documentation for its LaunchDarkly synced segment integration.
- [Syncing segments with Twilio Segment Audiences](https://launchdarkly.com/docs/eu-docs/home/flags/twilio.mdx): This topic explains how to create segments that sync with a Twilio Segment Audience.
- [Syncing segments with Zeotap](https://launchdarkly.com/docs/eu-docs/home/flags/zeotap.mdx): This topic links to Zeotap's documentation for its LaunchDarkly synced segment integration.
- [AI Configs](https://launchdarkly.com/docs/eu-docs/home/ai-configs.mdx): This category explains how to use LaunchDarkly to manage your AI Configs. You can use AI Configs to customize, test, and roll out new large language models (LLMs) within your generative AI applications.
- [Quickstart for AI Configs](https://launchdarkly.com/docs/eu-docs/home/ai-configs/quickstart.mdx): This topic explains how to get started with the LaunchDarkly AI Configs product.
- [Create AI Configs](https://launchdarkly.com/docs/eu-docs/home/ai-configs/create.mdx): This topic explains how to create and update AI Configs.
- [Create and manage AI Config variations](https://launchdarkly.com/docs/eu-docs/home/ai-configs/create-variation.mdx): This topic explains how to create and manage AI Config variations.
- [Compare AI Config variation versions](https://launchdarkly.com/docs/eu-docs/home/ai-configs/compare-variation-versions.mdx): This topic explains how to compare versions of an AI Config variation.
- [Create and manage AI model configurations](https://launchdarkly.com/docs/eu-docs/home/ai-configs/create-model-config.mdx): This topic explains how to create and manage custom models to use in AI Configs.
- [Target with AI Configs](https://launchdarkly.com/docs/eu-docs/home/ai-configs/target.mdx): This topic explains how to use AI Config targeting to control which of your customers receive a particular variation of an AI Config, based on their context.
- [Monitor AI Configs](https://launchdarkly.com/docs/eu-docs/home/ai-configs/monitor.mdx): This topic explains how to monitor the performance of your AI Configs.
- [Manage AI Configs](https://launchdarkly.com/docs/eu-docs/home/ai-configs/manage.mdx): This topic explains how to view and manage AI Configs.
- [Run experiments with AI Configs](https://launchdarkly.com/docs/eu-docs/home/ai-configs/experimentation.mdx): This topic highlights how to run experiments with AI Configs.
- [AI Configs and information privacy](https://launchdarkly.com/docs/eu-docs/home/ai-configs/privacy.mdx): This topic describes how the LaunchDarkly AI Configs product treats personally identifiable information.
- [Releasing features with LaunchDarkly](https://launchdarkly.com/docs/eu-docs/home/releases/releasing.mdx): This topic compares several options LaunchDarkly provides for releasing features to production gradually and safely.
- [Percentage rollouts](https://launchdarkly.com/docs/eu-docs/home/releases/percentage-rollouts.mdx): This topic explains how to use percentage rollouts to release new features incrementally.
- [Percentage rollouts by context attribute](https://launchdarkly.com/docs/eu-docs/home/releases/attribute-rollout.mdx): This topic explains how to perform percentage rollouts by associating flag variations with context attributes.
- [Progressive rollouts](https://launchdarkly.com/docs/eu-docs/home/releases/progressive-rollouts.mdx): This topic explains what progressive rollouts are and why you might use them to release new features incrementally.
- [Creating and managing progressive rollouts](https://launchdarkly.com/docs/eu-docs/home/releases/create-progressive-rollouts.mdx): This topic explains how to create and manage progressive rollouts to release new features incrementally.
- [Guarded rollouts](https://launchdarkly.com/docs/eu-docs/home/releases/guarded-rollouts.mdx): This topic explains how to monitor metrics on flag releases and configure LaunchDarkly to take action on the results.
- [Creating guarded rollouts](https://launchdarkly.com/docs/eu-docs/home/releases/creating-guarded-rollouts.mdx): This topic explains how to create a guarded rollout.
- [Regression thresholds for guarded rollouts](https://launchdarkly.com/docs/eu-docs/home/releases/regression-thresholds.mdx): This topic explains how to determine a custom regression threshold for a guarded rollout.
- [Managing guarded rollouts](https://launchdarkly.com/docs/eu-docs/home/releases/managing-guarded-rollouts.mdx): This topic explains how to manage guarded rollouts.
- [Release pipelines](https://launchdarkly.com/docs/eu-docs/home/releases/release-pipelines.mdx): This topic explains how you can use automated releases to standardize and automate the release process for your feature flags.
- [Creating release pipelines](https://launchdarkly.com/docs/eu-docs/home/releases/release-pipelines-create.mdx): This topic explains how to create and configure release pipelines to use in automated releases.
- [Adding and removing flags from release pipelines](https://launchdarkly.com/docs/eu-docs/home/releases/adding-flags.mdx): This topic explains how to add, remove, and move flags between existing release pipelines.
- [Managing release pipelines](https://launchdarkly.com/docs/eu-docs/home/releases/release-pipelines-manage.mdx): This topic explains how to duplicate and manage release pipelines.
- [Deleting release pipelines](https://launchdarkly.com/docs/eu-docs/home/releases/release-pipelines-delete.mdx): This topic explains how to delete release pipelines.
- [Release management tools](https://launchdarkly.com/docs/eu-docs/home/releases/release-management.mdx): This category explains how you can more finely control your use of feature flags by release management tools within LaunchDarkly.
- [Approvals](https://launchdarkly.com/docs/eu-docs/home/releases/approvals.mdx): This topic introduces LaunchDarkly's approvals feature. It explains what approvals are and how to configure them.
- [Requesting approvals](https://launchdarkly.com/docs/eu-docs/home/releases/approval-requests.mdx): This topic explains how to create approval requests.
- [Reviewing approval requests](https://launchdarkly.com/docs/eu-docs/home/releases/approval-reviews.mdx): This topic explains how to review, approve, and decline approval requests.
- [Deleting approval requests](https://launchdarkly.com/docs/eu-docs/home/releases/approvals-delete.mdx): This topic explains how to delete approval requests.
- [Approval request settings](https://launchdarkly.com/docs/eu-docs/home/releases/approvals-settings.mdx): This topic explains how to customize the settings for your approval requests.
- [Configuring approvals for an environment](https://launchdarkly.com/docs/eu-docs/home/releases/approval-config.mdx): This topic explains how to customize approval requests for each environment in your LaunchDarkly project.
- [Flag triggers](https://launchdarkly.com/docs/eu-docs/home/releases/triggers.mdx): This topic explains how to use LaunchDarkly's triggers feature, which lets you make changes to flag targeting remotely.
- [Creating flag triggers](https://launchdarkly.com/docs/eu-docs/home/releases/triggers-create.mdx): This topic explains how to create flag triggers.
- [Managing flag triggers](https://launchdarkly.com/docs/eu-docs/home/releases/triggers-manage.mdx): This topic explains how to disable, reset, and delete flag triggers.
- [Required comments](https://launchdarkly.com/docs/eu-docs/home/releases/comments.mdx): This topic explains how to use required comments for feature flag and segment changes.
- [Required confirmation](https://launchdarkly.com/docs/eu-docs/home/releases/confirmation.mdx): This topic explains how to use required confirmation for feature flag and segment changes.
- [Scheduled flag changes](https://launchdarkly.com/docs/eu-docs/home/releases/scheduled-changes.mdx): This topic explains what scheduled flag changes are and how to use them to manage your releases.
- [Creating scheduled flag changes](https://launchdarkly.com/docs/eu-docs/home/releases/scheduled-changes-create.mdx): This topic explains how to create scheduled flag changes to take effect at a date in the future.
- [Managing scheduled flag changes](https://launchdarkly.com/docs/eu-docs/home/releases/scheduled-changes-manage.mdx): This topic explains how to manage scheduled flag changes.
- [Workflows](https://launchdarkly.com/docs/eu-docs/home/releases/workflows.mdx): This topic explains how to build, start, and view workflows in LaunchDarkly.
- [Creating workflows](https://launchdarkly.com/docs/eu-docs/home/releases/workflows-create.mdx): This topic explains how to create and view workflows in LaunchDarkly.
- [Deleting workflows](https://launchdarkly.com/docs/eu-docs/home/releases/workflows-delete.mdx): This topic explains how to delete LaunchDarkly workflows in LaunchDarkly.
- [Workflow templates](https://launchdarkly.com/docs/eu-docs/home/releases/workflow-templates.mdx): This topic explains how to create and use workflow templates to automate your rollouts at scale.
- [Applications and app versions](https://launchdarkly.com/docs/eu-docs/home/releases/apps-and-app-versions.mdx): This topic explains what applications and application versions are and how to use them. An application is a LaunchDarkly resource that describes what you are delivering to a customer.
- [Applications](https://launchdarkly.com/docs/eu-docs/home/releases/applications.mdx): This topic explains how to create, edit, and delete applications. An application is a LaunchDarkly resource that describes what you are delivering to a customer.
- [Application versions](https://launchdarkly.com/docs/eu-docs/home/releases/app-versions.mdx): This topic explains how to create, edit, and delete application versions.
- [Contexts](https://launchdarkly.com/docs/eu-docs/home/observability/contexts.mdx): This category has documentation topics about LaunchDarkly contexts. Contexts are people, services, machines, or other resources that encounter feature flags in your product.
- [The Contexts list](https://launchdarkly.com/docs/eu-docs/home/observability/contexts-list.mdx): This topic explains what the Contexts list is, how it is populated, and how to use it.
- [Filtering the Contexts list](https://launchdarkly.com/docs/eu-docs/home/observability/contexts-list-filtering.mdx): This topic explains how to filter contexts on the Contexts list. You can filter contexts on the Contexts list by context kind, name, key, or attribute.
- [The context details page](https://launchdarkly.com/docs/eu-docs/home/observability/context-details.mdx): This topic explains what the context details page is. The context details page gives you a detailed view of a context and lets you customize its experience from one screen.
- [Context instances](https://launchdarkly.com/docs/eu-docs/home/observability/context-instances.mdx): This topic includes information about context instances.
- [Context kinds](https://launchdarkly.com/docs/eu-docs/home/observability/context-kinds.mdx): This topic explains what context kinds are and how to use them.
- [Viewing context kinds](https://launchdarkly.com/docs/eu-docs/home/observability/context-kinds-view.mdx): This topic explains how to view context kinds.
- [Creating and editing context kinds](https://launchdarkly.com/docs/eu-docs/home/observability/context-kinds-create.mdx): This topic explains how to create and edit context kinds.
- [Archiving context kinds](https://launchdarkly.com/docs/eu-docs/home/observability/context-kinds-archive.mdx): This topic explains how to archive and restore archived context kinds.
- [Context attributes](https://launchdarkly.com/docs/eu-docs/home/observability/context-attributes.mdx): This topic explains what context attributes are, how to configure them, and how LaunchDarkly uses them to evaluate flags and display flag variations to your customers.
- [Built-in attributes](https://launchdarkly.com/docs/eu-docs/home/observability/built-in-attributes.mdx): This topic explains what built-in attributes are and how to configure them.
- [Custom attributes](https://launchdarkly.com/docs/eu-docs/home/observability/custom-attributes.mdx): This topic explains what custom context attributes are and how to configure them.
- [Using private context attributes](https://launchdarkly.com/docs/eu-docs/home/observability/private-context-attributes.mdx): This topic explains how to create targeting rules that target contexts based on attributes that may or may not be stored in LaunchDarkly.
- [Multi-contexts](https://launchdarkly.com/docs/eu-docs/home/observability/multi-contexts.mdx): This topic includes information about multi-contexts and context instances. Contexts are people, services, machines, or other resources that encounter feature flags in your product.
- [Anonymous contexts](https://launchdarkly.com/docs/eu-docs/home/observability/anonymous-contexts.mdx): This topic explains what anonymous contexts are, how their information is handled in LaunchDarkly, and how they contribute to your monthly account usage.
- [Code references](https://launchdarkly.com/docs/eu-docs/home/observability/code-references.mdx): This topic explains how to use code references in LaunchDarkly to find and manage references to your feature flags. The code references feature lets you find source code references to your feature flags within LaunchDarkly.
- [Bitbucket code references](https://launchdarkly.com/docs/eu-docs/home/observability/bitbucket.mdx): This topic explains how to use the ld-find-code-refs utility with Bitbucket code references to create code references in LaunchDarkly.
- [CircleCI code references](https://launchdarkly.com/docs/eu-docs/home/observability/circleci.mdx): This topic explains how you can use the ld-find-code-refs utility with CircleCI to automatically populate code references in LaunchDarkly.
- [Custom configuration with ld-find-code-refs](https://launchdarkly.com/docs/eu-docs/home/observability/custom-config.mdx): This topic gives a high-level explanation of how to use the ld-find-code-refs script to perform other functions.
- [GitHub code references](https://launchdarkly.com/docs/eu-docs/home/observability/github-actions.mdx): This topic explains how to use the ld-find-code-refs utility with GitHub code references to automatically populate code references in LaunchDarkly.
- [GitLab code references](https://launchdarkly.com/docs/eu-docs/home/observability/gitlab.mdx): This topic explains how to set up and configure the GitLab code references to use with LaunchDarkly. You can use the ld-find-code-refs utility with GitLab code references to automatically populate code references in LaunchDarkly.
- [Metrics](https://launchdarkly.com/docs/eu-docs/home/observability/metrics.mdx): This topic explains how to create and use metrics within LaunchDarkly.
- [Creating and managing metrics](https://launchdarkly.com/docs/eu-docs/home/observability/create-metrics.mdx): This topic explains how to create, edit, and delete metrics, and how select which metric type to use with LaunchDarkly features, such as experiments and guarded rollouts.
- [Metric analysis](https://launchdarkly.com/docs/eu-docs/home/observability/metric-analysis.mdx): This topic explains the different ways you can analyze a metric, and how to select the analysis options appropriate for your needs.
- [Clicked or tapped conversion metrics](https://launchdarkly.com/docs/eu-docs/home/observability/click.mdx): This topic explains how to create a click conversion metric in LaunchDarkly.
- [Custom conversion binary metrics](https://launchdarkly.com/docs/eu-docs/home/observability/custom.mdx): This topic explains how to create a custom conversion binary metric in LaunchDarkly.
- [Custom conversion count metrics](https://launchdarkly.com/docs/eu-docs/home/observability/custom-count.mdx): This topic explains how to create a custom conversion count metric in LaunchDarkly.
- [Custom numeric metrics](https://launchdarkly.com/docs/eu-docs/home/observability/custom-numeric.mdx): This topic explains how to create a custom numeric metric in LaunchDarkly.
- [Page viewed conversion metrics](https://launchdarkly.com/docs/eu-docs/home/observability/pageview.mdx): This topic explains how to create a page view conversion metric in LaunchDarkly.
- [Metric groups](https://launchdarkly.com/docs/eu-docs/home/observability/metric-groups.mdx): This topic explains what metric groups are and when to use them.
- [Creating and managing metric groups](https://launchdarkly.com/docs/eu-docs/home/observability/metric-groups-manage.mdx): This topic explains how to create and manage metric groups.
- [Metric impact](https://launchdarkly.com/docs/eu-docs/home/observability/metric-impact.mdx): This topic explains how to use the metric Impact tab.
- [Metric events](https://launchdarkly.com/docs/eu-docs/home/observability/metric-events.mdx): This topic explains the different metric event types and which SDKs they are compatible with.
- [Importing metric events](https://launchdarkly.com/docs/eu-docs/home/observability/import-events.mdx): This topic explains how to import metric events from your existing data pipeline for use with Experimentation and guarded rollouts.
- [Viewing incoming events](https://launchdarkly.com/docs/eu-docs/home/observability/view-incoming-events.mdx): This topic explains how to view metric events your SDKs are sending to LaunchDarkly, and how to create metrics from those events.
- [Autogenerated metrics](https://launchdarkly.com/docs/eu-docs/home/observability/autogen-metrics.mdx): This topic explains the metrics LaunchDarkly automatically generates from SDK events and how you can use them to monitor the health of your applications.
- [Engineering insights](https://launchdarkly.com/docs/eu-docs/home/observability/eng-insights.mdx): This category contains documentation topics about LaunchDarkly's engineering insights feature.
- [Get started with engineering insights](https://launchdarkly.com/docs/eu-docs/home/observability/get-started.mdx): This topic explains how to set up projects, environments, and applications, and begin using engineering insights.
- [Send deployment information](https://launchdarkly.com/docs/eu-docs/home/observability/config-deployment.mdx): This topic explains how to configure your app to send deployment information to LaunchDarkly.
- [Install the GitHub app](https://launchdarkly.com/docs/eu-docs/home/observability/github-app.mdx): This topic explains how to install the GitHub app for engineering insights and how to associate repositories and projects.
- [Set up code references](https://launchdarkly.com/docs/eu-docs/home/observability/code-refs.mdx): This topic explains how to set up code references for engineering insights.
- [Applications in Engineering insights](https://launchdarkly.com/docs/eu-docs/home/observability/applications.mdx): This topic explains how to work with LaunchDarkly applications in engineering insights.
- [Project overview](https://launchdarkly.com/docs/eu-docs/home/observability/project-overview.mdx): This topic explains how to use the engineering insights Overview page to evaluate LaunchDarkly project health at a high level.
- [Project metrics](https://launchdarkly.com/docs/eu-docs/home/observability/project-metrics.mdx): This category contains documentation topics about LaunchDarkly's engineering insights project metrics.
- [Deployments](https://launchdarkly.com/docs/eu-docs/home/observability/deployments.mdx): This topic explains how to use the deployments page in engineering insights.
- [Releases](https://launchdarkly.com/docs/eu-docs/home/observability/releases.mdx): This topic explains how to use the releases page in engineering insights.
- [Lead time](https://launchdarkly.com/docs/eu-docs/home/observability/lead-time.mdx): This topic explains how to use the lead time page in engineering insights.
- [Flag health](https://launchdarkly.com/docs/eu-docs/home/observability/flag-health.mdx): This topic explains how to use the flag health page in engineering insights.
- [Experimentation rate](https://launchdarkly.com/docs/eu-docs/home/observability/exp-rate.mdx): This topic explains how to use the Experimentation rate page in engineering insights.
- [Flag evaluations](https://launchdarkly.com/docs/eu-docs/home/observability/flag-evaluations.mdx): This topic explains how to use the flag evaluations graph to observe flag evaluations over time.
- [Flag statuses and lifecycle stages](https://launchdarkly.com/docs/eu-docs/home/observability/flag-status.mdx): This topic explains what the different flag statuses are, and how they relate to a flag's lifecycle.
- [Change history](https://launchdarkly.com/docs/eu-docs/home/observability/change-history.mdx): This topic explains how to track changes made in LaunchDarkly. LaunchDarkly keeps a running log of changes made to feature flags in a given environment.
- [Live events](https://launchdarkly.com/docs/eu-docs/home/observability/live-events.mdx): This topic explains how to use live events. The Live events page gives you real-time insight into the events your application is sending to LaunchDarkly, so you can ensure that you've set up LaunchDarkly correctly.
- [Product analytics](https://launchdarkly.com/docs/eu-docs/home/product-analytics.mdx): This topic explains how to use product analytics to understand your customers and their behavior.
- [Setting up product analytics](https://launchdarkly.com/docs/eu-docs/home/product-analytics/setup.mdx): This topic explains how to set up LaunchDarkly product analytics.
- [Using product analytics charts](https://launchdarkly.com/docs/eu-docs/home/product-analytics/chart.mdx): This topic explains the high-level concepts and UI elements in a product analytics chart.
- [Dashboards](https://launchdarkly.com/docs/eu-docs/home/product-analytics/chart/dashboards.mdx): This topic explains how to use the product analytics Dashboards tab, and what information that tab contains.
- [Events](https://launchdarkly.com/docs/eu-docs/home/product-analytics/chart/events.mdx): This topic explains how to use the product analytics Events tab, and what information that tab contains.
- [Cohorts](https://launchdarkly.com/docs/eu-docs/home/product-analytics/chart/cohorts.mdx): This topic explains how to use the product analytics Cohorts tab, and what information that tab contains.
- [Attributes](https://launchdarkly.com/docs/eu-docs/home/product-analytics/chart/attributes.mdx): This topic explains how to use the product analytics Properties tab, and what information that tab contains.
- [User activity](https://launchdarkly.com/docs/eu-docs/home/product-analytics/chart/user-activity.mdx): This topic explains the high-level concepts and UI elements in a product analytics chart.
- [Experimentation](https://launchdarkly.com/docs/eu-docs/home/experimentation.mdx): This topic explains the concepts and value of LaunchDarkly's Experimentation feature.
- [Quickstart for Experimentation](https://launchdarkly.com/docs/eu-docs/home/experimentation/quickstart.mdx): This topic explains how to complete the quickstart for LaunchDarkly's Experimentation product.
- [Experiment types](https://launchdarkly.com/docs/eu-docs/home/experimentation/types.mdx): This topic explains the different kinds of experiments you can run in LaunchDarkly, including feature change experiments, funnel optimization experiments, and Data Export experiments.
- [Creating experiments](https://launchdarkly.com/docs/eu-docs/home/experimentation/create.mdx): The topics in this category explain how to set up and configure an experiment in LaunchDarkly.
- [Creating feature change experiments](https://launchdarkly.com/docs/eu-docs/home/experimentation/feature.mdx): This topic explains how to set up and configure a feature change experiment in LaunchDarkly.
- [Creating funnel optimization experiments](https://launchdarkly.com/docs/eu-docs/home/experimentation/funnel.mdx): This topic explains how to set up and configure a funnel optimization experiment in LaunchDarkly.
- [Creating Data Export experiments](https://launchdarkly.com/docs/eu-docs/home/experimentation/export.mdx): This topic explains how to set up and configure an experiment in LaunchDarkly that you plan to analyze in an external tool.
- [Allocating experiment audiences](https://launchdarkly.com/docs/eu-docs/home/experimentation/allocation.mdx): This topic explains how to include specific groups of contexts in an experiment audience using audience allocation.
- [Randomization units](https://launchdarkly.com/docs/eu-docs/home/experimentation/randomization.mdx): This topic explains what randomization units are and how to use them in LaunchDarkly Experimentation.
- [Carryover bias and variation reassignment](https://launchdarkly.com/docs/eu-docs/home/experimentation/carryover.mdx): This topic explains what carryover bias is and how to use variation reassignment to avoid it.
- [Mutually exclusive experiments](https://launchdarkly.com/docs/eu-docs/home/experimentation/mutually-exclusive.mdx): This topic explains what mutually exclusive experiments are and when to use them.
- [Managing experiments](https://launchdarkly.com/docs/eu-docs/home/experimentation/manage.mdx): This topic explains how to start recording an experiment iteration and stop the experiment iteration when you're finished.
- [Starting and stopping experiment iterations](https://launchdarkly.com/docs/eu-docs/home/experimentation/start-stop-exp.mdx): This topic explains how to start recording an experiment iteration and stop the experiment iteration when you're finished.
- [Experiment size and run time](https://launchdarkly.com/docs/eu-docs/home/experimentation/size.mdx): This topic explains how to decide on the number of contexts to include and the run time for an experiment.
- [Understanding sample ratios](https://launchdarkly.com/docs/eu-docs/home/experimentation/sample-ratios.mdx): This topic explains what sample ratios are and how to detect a sample ratio mismatch (SRM).
- [How Experimentation handles outliers in Bayesian experiments](https://launchdarkly.com/docs/eu-docs/home/experimentation/outliers.mdx): This topic explains how LaunchDarkly Experimentation handles outliers in its Bayesian experiment analyses.
- [Analyzing experiments](https://launchdarkly.com/docs/eu-docs/home/experimentation/analyze.mdx): This topic explains how to interpret an experiment's results and apply its findings to your product.
- [Shipping the winning variation](https://launchdarkly.com/docs/eu-docs/home/experimentation/winning.mdx): This topic explains how to choose and ship a winning variation for a completed experiment.
- [Bayesian experiment results](https://launchdarkly.com/docs/eu-docs/home/experimentation/bayesian-results.mdx): This topic explains how to read and use the Latest results tab of a Bayesian experiment.
- [Historical results for Bayesian experiments](https://launchdarkly.com/docs/eu-docs/home/experimentation/historical-results-bayesian.mdx): This topic explains how to read and use the Historical results tab of a Bayesian experiment.
- [Decision making with Bayesian statistics](https://launchdarkly.com/docs/eu-docs/home/experimentation/bayesian.mdx): This topic explains how to make decisions about which variation to choose as the winner in a LaunchDarkly experiment that uses Bayesian statistics.
- [Frequentist experiment results](https://launchdarkly.com/docs/eu-docs/home/experimentation/frequentist-results.mdx): This topic explains how to read and use the Latest results tab of a frequentist experiment.
- [Historical results for frequentist experiments](https://launchdarkly.com/docs/eu-docs/home/experimentation/historical-results-frequentist.mdx): This topic explains how to read and use the Historical results tab of a frequentist experiment.
- [Filtering experiment results](https://launchdarkly.com/docs/eu-docs/home/experimentation/filters.mdx): This topic explains how to use attribute filters to narrow experiment results by attribute.
- [Experimentation and metric events](https://launchdarkly.com/docs/eu-docs/home/experimentation/events.mdx): This topic explains Experimentation and metric events and how they work.
- [Holdouts](https://launchdarkly.com/docs/eu-docs/home/holdouts.mdx): This topic introduces holdouts, which you can use to measure the effectiveness of your Experimentation program over time.
- [Creating holdouts](https://launchdarkly.com/docs/eu-docs/home/holdouts/create.mdx): This topic explains how to create and add experiments to holdouts.
- [Managing holdouts](https://launchdarkly.com/docs/eu-docs/home/holdouts/manage.mdx): This topic explains how to manage holdouts and interpret their results.
- [Snowflake native Experimentation](https://launchdarkly.com/docs/eu-docs/home/warehouse-native/snowflake.mdx): This category includes documentation about how to connect LaunchDarkly to Snowflake and run LaunchDarkly experiments using metric events from your Snowflake warehouse.
- [Snowflake data requirements](https://launchdarkly.com/docs/eu-docs/home/warehouse-native/snowflake-requirements.mdx): This topic explains the data requirements for Snowflake native Experimentation.
- [Snowflake integration for warehouse native experiments](https://launchdarkly.com/docs/eu-docs/home/warehouse-native/snowflake-configure.mdx): This topic explains how to set up the Snowflake integration for warehouse native experiments.
- [Snowflake common questions](https://launchdarkly.com/docs/eu-docs/home/warehouse-native/snowflake-questions.mdx): This topic provides answers to common questions about working with Snowflake native Experimentation.
- [Creating warehouse native experiments](https://launchdarkly.com/docs/eu-docs/home/warehouse-native/creating.mdx): This topic explains how to set up and configure an experiment in LaunchDarkly that uses metric events from your own data warehouse.
- [Connect apps and services to LaunchDarkly](https://launchdarkly.com/docs/eu-docs/home/infrastructure/apps.mdx): This category has documentation topics about different methods to connect your services and applications to LaunchDarkly.
- [Custom properties](https://launchdarkly.com/docs/eu-docs/home/infrastructure/custom-properties.mdx): This topic explains how to set up and use custom properties in LaunchDarkly. They let you store integration data in a feature flag. Each custom property you add to a feature flag can contain a list of associated values.
- [OAuth applications](https://launchdarkly.com/docs/eu-docs/home/infrastructure/oauth.mdx): This topic explains how to authorize or revoke access of an OAuth app. You can connect your LaunchDarkly account to external applications using theĀ OAuth 2.0 protocol.
- [Webhooks](https://launchdarkly.com/docs/eu-docs/home/infrastructure/webhooks.mdx): This topic explains how to create and use webhooks in LaunchDarkly. LaunchDarkly's webhooks allow you to build your own integrations. When something changes, LaunchDarkly sends an HTTP POST payload to the webhook's configured URL.
- [The LaunchDarkly API](https://launchdarkly.com/docs/eu-docs/home/infrastructure/api.mdx): This topic explains how to access LaunchDarkly's API documentation.
- [LaunchDarkly in China](https://launchdarkly.com/docs/eu-docs/home/infrastructure/china.mdx): This topic explains how to access LaunchDarkly from China.
- [LaunchDarkly in the European Union (EU)](https://launchdarkly.com/docs/eu-docs/home/infrastructure/eu.mdx): This topic explains how LaunchDarkly is different in a domain controlled by the European Union (EU).
- [LaunchDarkly in federal environments](https://launchdarkly.com/docs/eu-docs/home/infrastructure/federal.mdx): This topic explains how LaunchDarkly is different in a domain controlled by the United States government.
- [LaunchDarkly in environments requiring FIPS 140-2 validated encryption modules](https://launchdarkly.com/docs/eu-docs/home/infrastructure/fips-140-2-encryption.mdx): This topic explains how customers can use LaunchDarkly in environments that require that all data is encrypted in transit using FIPS 140-2 validated encryption modules.
- [Public IP list](https://launchdarkly.com/docs/eu-docs/home/infrastructure/ip-list.mdx): This topic explains how to access LaunchDarkly through one of our public IPs. If you're using a firewall, add a LaunchDarkly IP range to your firewall settings.
- [Projects](https://launchdarkly.com/docs/eu-docs/home/account/project.mdx): This topic explains what projects are in LaunchDarkly. Projects let you manage multiple different business objectives from one LaunchDarkly account. You can use them to manage different priorities, teams, and tasks across your organization.
- [Edit projects](https://launchdarkly.com/docs/eu-docs/home/account/edit-project.mdx): This topic describes project settings and how to update them.
- [Creating private projects with custom roles](https://launchdarkly.com/docs/eu-docs/home/account/private-projects.mdx): This topic explains how to create private projects or restrict access to projects. It uses the viewProject action to restrict and grant access to projects.
- [Environments](https://launchdarkly.com/docs/eu-docs/home/account/environment.mdx): This category explains what environments are in LaunchDarkly and how to use them to manage different business areas or areas of your product lifecycle.
- [Create environments](https://launchdarkly.com/docs/eu-docs/home/account/environment/create.mdx): This topic explains how to create environments in LaunchDarkly.
- [Delete environments](https://launchdarkly.com/docs/eu-docs/home/account/environment/delete.mdx): This topic explains how to delete environments in LaunchDarkly.
- [Clone environments](https://launchdarkly.com/docs/eu-docs/home/account/environment/clone.mdx): This topic explains how to clone environments in LaunchDarkly.
- [Environment settings](https://launchdarkly.com/docs/eu-docs/home/account/environment/settings.mdx): This topic explains the settings available for environments in LaunchDarkly.
- [Teams](https://launchdarkly.com/docs/eu-docs/home/account/teams.mdx): This category contains documentation topics about how to set up and manage teams within your LaunchDarkly organization.
- [Creating a team](https://launchdarkly.com/docs/eu-docs/home/account/create-teams.mdx): This topic explains what how to create a new team.
- [Managing teams](https://launchdarkly.com/docs/eu-docs/home/account/manage-teams.mdx): This topic explains how to manage team members in LaunchDarkly.
- [Managing team maintainers](https://launchdarkly.com/docs/eu-docs/home/account/team-maintainers.mdx): This topic explains how to add and remove team maintainers from teams.
- [Managing team permissions](https://launchdarkly.com/docs/eu-docs/home/account/team-permissions.mdx): This topic explains how to add and remove permissions from teams.
- [Deleting teams](https://launchdarkly.com/docs/eu-docs/home/account/delete-teams.mdx): This topic explains how to delete teams in LaunchDarkly.
- [Account members](https://launchdarkly.com/docs/eu-docs/home/account/members.mdx): This category introduces the concept of account members in LaunchDarkly and shows you how to use the Members list.
- [Manage account member roles](https://launchdarkly.com/docs/eu-docs/home/account/manage-members.mdx): This topic explains what member roles are, which roles LaunchDarkly offers for account members, and how different roles interact.
- [Adding member roles](https://launchdarkly.com/docs/eu-docs/home/account/manage-role-add.mdx): This topic explains how to assign roles to members in LaunchDarkly.
- [Viewing member roles](https://launchdarkly.com/docs/eu-docs/home/account/manage-role-view.mdx): This topic explains how to view roles for members in LaunchDarkly.
- [Changing member roles](https://launchdarkly.com/docs/eu-docs/home/account/manage-role-change.mdx): This topic explains how to change the roles assigned to members in LaunchDarkly.
- [Removing member roles](https://launchdarkly.com/docs/eu-docs/home/account/manage-role-remove.mdx): This topic explains how to remove roles from members in LaunchDarkly.
- [Built-in roles](https://launchdarkly.com/docs/eu-docs/home/account/built-in-roles.mdx): This topic explains the built-in roles that come with every LaunchDarkly project.
- [Custom roles](https://launchdarkly.com/docs/eu-docs/home/account/custom-roles.mdx): This topic explains what custom roles are and how to create them. Custom roles give access control to everything in LaunchDarkly, from feature flags to metrics, environments, and teams. Use them to enforce access policies that meet your exact needs.
- [Custom role concepts](https://launchdarkly.com/docs/eu-docs/home/account/role-concepts.mdx): This topic is an overview of concepts that are important to creating custom roles.
- [Creating custom roles and policies](https://launchdarkly.com/docs/eu-docs/home/account/role-create.mdx): This topic explains how to create custom roles and policies in LaunchDarkly.
- [Editing custom roles](https://launchdarkly.com/docs/eu-docs/home/account/role-edit.mdx): This topic explains how to edit custom roles and policies in LaunchDarkly.
- [Deleting custom roles](https://launchdarkly.com/docs/eu-docs/home/account/role-delete.mdx): This topic explains how to delete custom roles in LaunchDarkly.
- [Using actions](https://launchdarkly.com/docs/eu-docs/home/account/role-actions.mdx): This topic explains how to use actions in custom roles policies. These actions are scoped by resource type.
- [Using resources](https://launchdarkly.com/docs/eu-docs/home/account/role-resources.mdx): This topic explains how custom roles use resources to create policies in LaunchDarkly.
- [Using role scope](https://launchdarkly.com/docs/eu-docs/home/account/role-scope.mdx): This topic explains how to work with role scope for custom roles.
- [Using policies](https://launchdarkly.com/docs/eu-docs/home/account/role-policies.mdx): This topic explains how to work with policies for custom roles, integrations access, and Relay Proxy access. Policies combine resources and actions into a set of statements that define what members can or cannot do in LaunchDarkly.
- [Using tags](https://launchdarkly.com/docs/eu-docs/home/account/role-tags.mdx): This topic explains how to use tags with custom roles to control who has access to certain resources in LaunchDarkly.
- [Using the advanced editor](https://launchdarkly.com/docs/eu-docs/home/account/advanced-editor.mdx): This topic explains how to access and use the advanced editor to create complex custom roles and policies.
- [Example policies and templates](https://launchdarkly.com/docs/eu-docs/home/account/example-policies.mdx): This topic shows some examples of different types of policies you can implement with custom roles.
- [Changing account Owners](https://launchdarkly.com/docs/eu-docs/home/account/owners.mdx): This topic explains how to change which account member has the Owner role in your LaunchDarkly account, as well as what the Owner role entails.
- [Your member profile](https://launchdarkly.com/docs/eu-docs/home/account/profile.mdx): This topic explains how to access and use the Profile page to manage the information associated with your member profile.
- [Using one email for multiple accounts](https://launchdarkly.com/docs/eu-docs/home/account/multiple-accounts.mdx): This topic explains how to use the same email address for multiple LaunchDarkly accounts.
- [Tags](https://launchdarkly.com/docs/eu-docs/home/account/tags.mdx): This topic explains how to use tags with LaunchDarkly resources.
- [Account security](https://launchdarkly.com/docs/eu-docs/home/account/secure.mdx): This category has documentation topics about securely managing your LaunchDarkly account and feature flags.
- [Single sign-on](https://launchdarkly.com/docs/eu-docs/home/account/sso.mdx): This topic explains what Single Sign-On (SSO) features are available in LaunchDarkly.
- [Configure SAML SSO](https://launchdarkly.com/docs/eu-docs/home/account/saml.mdx): This topic explains how to configure your LaunchDarkly account for SAML SSO.
- [Enable SCIM provisioning](https://launchdarkly.com/docs/eu-docs/home/account/scim.mdx): This topic explains how to enable SCIM user provisioning to work with your SSO-enabled LaunchDarkly account.
- [Enable SSO](https://launchdarkly.com/docs/eu-docs/home/account/saml/enable.mdx): This topic explains how to enable SSO for your LaunchDarkly account.
- [Disable SSO](https://launchdarkly.com/docs/eu-docs/home/account/saml/disable.mdx): This topic explains how to disable SSO for your LaunchDarkly account.
- [Change SSO providers](https://launchdarkly.com/docs/eu-docs/home/account/saml/providers.mdx): This topic explains how to change SSO providers for your LaunchDarkly account.
- [Active Directory Federation Services (ADFS)](https://launchdarkly.com/docs/eu-docs/home/account/adfs.mdx): This topic explains how to configure a self-hosted ADFS server with LaunchDarkly.
- [Entra ID (formerly Azure AD)](https://launchdarkly.com/docs/eu-docs/home/account/entra.mdx): This topic explains how to integrate LaunchDarkly with Microsoft Entra ID (formerly Azure AD).The Entra ID App Gallery includes LaunchDarkly and provides a LaunchDarkly application template that facilitates configuration.
- [GitHub OAuth](https://launchdarkly.com/docs/eu-docs/home/account/oauth-github.mdx): This topic explains how to configure GitHub OAuth for LaunchDarkly.
- [Google Apps](https://launchdarkly.com/docs/eu-docs/home/account/google.mdx): This topic explains how to configure Google Apps to support single sign-on (SSO) in LaunchDarkly.
- [Google OAuth](https://launchdarkly.com/docs/eu-docs/home/account/oauth-google.mdx): This topic explains how to configure Google OAuth for LaunchDarkly.
- [Okta](https://launchdarkly.com/docs/eu-docs/home/account/okta.mdx): This topic explains how Okta and LaunchDarkly use SCIM to provide user management for your account members. You can connect LaunchDarkly and Okta through the Okta UI, give Okta permissions to modify account members in LaunchDarkly, and even integrate LaunchDarkly custom roles with Okta.
- [OneLogin](https://launchdarkly.com/docs/eu-docs/home/account/onelogin.mdx): This topic explains how to connect OneLogin to LaunchDarkly.
- [API access tokens](https://launchdarkly.com/docs/eu-docs/home/account/api.mdx): This topic explains how to use API access tokens to authenticate with the LaunchDarkly REST API.
- [Creating API access tokens](https://launchdarkly.com/docs/eu-docs/home/account/api-create.mdx): This topic explains how to create API access tokens to authenticate with the LaunchDarkly REST API.
- [Cloning and deleting access tokens](https://launchdarkly.com/docs/eu-docs/home/account/api-clone-delete.mdx): This topic explains how to clone and delete API access tokens.
- [Resetting access tokens](https://launchdarkly.com/docs/eu-docs/home/account/api-reset.mdx): This topic explains how to reset API access tokens.
- [Multi-factor authentication](https://launchdarkly.com/docs/eu-docs/home/account/mfa.mdx): This topic explains how to set up and use multi-factor authentication to improve the security of your LaunchDarkly account.
- [Domain verification](https://launchdarkly.com/docs/eu-docs/home/account/domain-verification.mdx): This topic explains how to verify your domain with LaunchDarkly. This allows members of your organization to access supporting services if your account uses single sign-on (SSO).
- [Managing sessions](https://launchdarkly.com/docs/eu-docs/home/account/sessions.mdx): This topic explains how session duration settings work in LaunchDarkly, and how to configure them. LaunchDarkly offers administrators a set of controls to manage how long account members stay logged in to their account, and how often they need to re-authenticate. You can also reset sessions for everyone in your organization.
- [Organization access settings](https://launchdarkly.com/docs/eu-docs/home/account/org-settings.mdx): This topic explains how to enable and disable organization access settings in LaunchDarkly.
- [Organization announcements](https://launchdarkly.com/docs/eu-docs/home/account/org-announcements.mdx): This topic explains how to enable a custom announcement banner that appears in LaunchDarkly for everyone in your organization.
- [Support options](https://launchdarkly.com/docs/eu-docs/home/account/enhanced-support.mdx): This topic explains LaunchDarkly's Support options, including how to use enhanced support, and how to allow LaunchDarkly to use generative AI for Support tickets.
- [Resetting your password](https://launchdarkly.com/docs/eu-docs/home/account/reset-password.mdx): This topic explains how to reset your LaunchDarkly password, and what to do if you do not receive a reset email.
- [Billing and usage](https://launchdarkly.com/docs/eu-docs/home/account/billing.mdx): This category has documentation topics about how to find your billing plan details and how to visualize your LaunchDarkly usage.
- [Account usage metrics](https://launchdarkly.com/docs/eu-docs/home/account/metrics.mdx): This topic explains how to understand the metrics visualized on the Usage page.
- [The Billing page](https://launchdarkly.com/docs/eu-docs/home/account/billing-page.mdx): This topic explains the information on the Billing page and how to make changes to the LaunchDarkly plan you subscribe to.
- [Calculating billing](https://launchdarkly.com/docs/eu-docs/home/account/calculating-billing.mdx): This topic explains how LaunchDarkly calculates billing for your account.
- [LaunchDarkly subscriptions and plans](https://launchdarkly.com/docs/eu-docs/home/account/plans.mdx): This topic explains LaunchDarkly plans and summarizes the features available on each plan.
- [Service connections](https://launchdarkly.com/docs/eu-docs/home/account/service-connections.mdx): This topic explains what service connections are and how LaunchDarkly uses them to calculate your bill.
- [Changelog](https://launchdarkly.com/docs/eu-docs/home/changelog.mdx): This topic summarizes recent changes to the LaunchDarkly documentation.
- [Changelog archive](https://launchdarkly.com/docs/eu-docs/home/changelog/archive.mdx): This topic summarizes older changes to the LaunchDarkly documentation.
- [Release notes](https://launchdarkly.com/docs/eu-docs/home/release-notes.mdx): This topic summarizes major releases to LaunchDarkly's product.
- [Overview](https://launchdarkly.com/docs/eu-docs/api.md)
- [Access tokens](https://launchdarkly.com/docs/eu-docs/api/access-tokens.md)
- [Account members](https://launchdarkly.com/docs/eu-docs/api/account-members.md)
- [Account members (beta)](https://launchdarkly.com/docs/eu-docs/api/account-members-beta.md)
- [Account usage (beta)](https://launchdarkly.com/docs/eu-docs/api/account-usage-beta.md)
- [AI Configs (beta)](https://launchdarkly.com/docs/eu-docs/api/ai-configs-beta.md)
- [Announcements](https://launchdarkly.com/docs/eu-docs/api/announcements.md)
- [Applications (beta)](https://launchdarkly.com/docs/eu-docs/api/applications-beta.md)
- [Approvals](https://launchdarkly.com/docs/eu-docs/api/approvals.md)
- [Approvals (beta)](https://launchdarkly.com/docs/eu-docs/api/approvals-beta.md)
- [Audit log](https://launchdarkly.com/docs/eu-docs/api/audit-log.md)
- [Code references](https://launchdarkly.com/docs/eu-docs/api/code-references.md)
- [Contexts](https://launchdarkly.com/docs/eu-docs/api/contexts.md)
- [Context settings](https://launchdarkly.com/docs/eu-docs/api/context-settings.md)
- [Custom roles](https://launchdarkly.com/docs/eu-docs/api/custom-roles.md)
- [Data Export destinations](https://launchdarkly.com/docs/eu-docs/api/data-export-destinations.md)
- [Environments](https://launchdarkly.com/docs/eu-docs/api/environments.md)
- [Experiments](https://launchdarkly.com/docs/eu-docs/api/experiments.md)
- [Feature flags](https://launchdarkly.com/docs/eu-docs/api/feature-flags.md)
- [Feature flags (beta)](https://launchdarkly.com/docs/eu-docs/api/feature-flags-beta.md)
- [Flag import configurations (beta)](https://launchdarkly.com/docs/eu-docs/api/flag-import-configurations-beta.md)
- [Flag links (beta)](https://launchdarkly.com/docs/eu-docs/api/flag-links-beta.md)
- [Flag triggers](https://launchdarkly.com/docs/eu-docs/api/flag-triggers.md)
- [Follow flags](https://launchdarkly.com/docs/eu-docs/api/follow-flags.md)
- [Holdouts (beta)](https://launchdarkly.com/docs/eu-docs/api/holdouts-beta.md)
- [Insights charts (beta)](https://launchdarkly.com/docs/eu-docs/api/insights-charts-beta.md)
- [Insights deployments (beta)](https://launchdarkly.com/docs/eu-docs/api/insights-deployments-beta.md)
- [Insights flag events (beta)](https://launchdarkly.com/docs/eu-docs/api/insights-flag-events-beta.md)
- [Insights pull requests (beta)](https://launchdarkly.com/docs/eu-docs/api/insights-pull-requests-beta.md)
- [Insights repositories (beta)](https://launchdarkly.com/docs/eu-docs/api/insights-repositories-beta.md)
- [Insights scores (beta)](https://launchdarkly.com/docs/eu-docs/api/insights-scores-beta.md)
- [Integration audit log subscriptions](https://launchdarkly.com/docs/eu-docs/api/integration-audit-log-subscriptions.md)
- [Integration delivery configurations (beta)](https://launchdarkly.com/docs/eu-docs/api/integration-delivery-configurations-beta.md)
- [Integrations (beta)](https://launchdarkly.com/docs/eu-docs/api/integrations-beta.md)
- [Layers](https://launchdarkly.com/docs/eu-docs/api/layers.md)
- [Metrics](https://launchdarkly.com/docs/eu-docs/api/metrics.md)
- [Metrics (beta)](https://launchdarkly.com/docs/eu-docs/api/metrics-beta.md)
- [OAuth2 Clients](https://launchdarkly.com/docs/eu-docs/api/o-auth-2-clients.md)
- [Persistent store integrations (beta)](https://launchdarkly.com/docs/eu-docs/api/persistent-store-integrations-beta.md)
- [Projects](https://launchdarkly.com/docs/eu-docs/api/projects.md)
- [Relay Proxy configurations](https://launchdarkly.com/docs/eu-docs/api/relay-proxy-configurations.md)
- [Release pipelines (beta)](https://launchdarkly.com/docs/eu-docs/api/release-pipelines-beta.md)
- [Releases (beta)](https://launchdarkly.com/docs/eu-docs/api/releases-beta.md)
- [Scheduled changes](https://launchdarkly.com/docs/eu-docs/api/scheduled-changes.md)
- [Segments](https://launchdarkly.com/docs/eu-docs/api/segments.md)
- [Tags](https://launchdarkly.com/docs/eu-docs/api/tags.md)
- [Teams](https://launchdarkly.com/docs/eu-docs/api/teams.md)
- [Teams (beta)](https://launchdarkly.com/docs/eu-docs/api/teams-beta.md)
- [Users](https://launchdarkly.com/docs/eu-docs/api/users.md)
- [Users (beta)](https://launchdarkly.com/docs/eu-docs/api/users-beta.md)
- [User settings](https://launchdarkly.com/docs/eu-docs/api/user-settings.md)
- [Webhooks](https://launchdarkly.com/docs/eu-docs/api/webhooks.md)
- [Workflows](https://launchdarkly.com/docs/eu-docs/api/workflows.md)
- [Workflow templates](https://launchdarkly.com/docs/eu-docs/api/workflow-templates.md)
- [Other](https://launchdarkly.com/docs/eu-docs/api/other.md)
## API Docs
- Overview > Access tokens [Create access token](https://launchdarkly.com/docs/api/access-tokens/post-token.mdx)
- Overview > Access tokens [Delete access token](https://launchdarkly.com/docs/api/access-tokens/delete-token.mdx)
- Overview > Access tokens [Get access token](https://launchdarkly.com/docs/api/access-tokens/get-token.mdx)
- Overview > Access tokens [List access tokens](https://launchdarkly.com/docs/api/access-tokens/get-tokens.mdx)
- Overview > Access tokens [Patch access token](https://launchdarkly.com/docs/api/access-tokens/patch-token.mdx)
- Overview > Access tokens [Reset access token](https://launchdarkly.com/docs/api/access-tokens/reset-token.mdx)
- Overview > Account members [Add a member to teams](https://launchdarkly.com/docs/api/account-members/post-member-teams.mdx)
- Overview > Account members [Delete account member](https://launchdarkly.com/docs/api/account-members/delete-member.mdx)
- Overview > Account members [Get account member](https://launchdarkly.com/docs/api/account-members/get-member.mdx)
- Overview > Account members [Invite new members](https://launchdarkly.com/docs/api/account-members/post-members.mdx)
- Overview > Account members [List account members](https://launchdarkly.com/docs/api/account-members/get-members.mdx)
- Overview > Account members [Modify an account member](https://launchdarkly.com/docs/api/account-members/patch-member.mdx)
- Overview > Account members (beta) [Modify account members](https://launchdarkly.com/docs/api/account-members-beta/patch-members.mdx)
- Overview > Account usage (beta) [Get data export events usage](https://launchdarkly.com/docs/api/account-usage-beta/get-data-export-events-usage.mdx)
- Overview > Account usage (beta) [Get evaluations usage](https://launchdarkly.com/docs/api/account-usage-beta/get-evaluations-usage.mdx)
- Overview > Account usage (beta) [Get events usage](https://launchdarkly.com/docs/api/account-usage-beta/get-events-usage.mdx)
- Overview > Account usage (beta) [Get experimentation keys usage](https://launchdarkly.com/docs/api/account-usage-beta/get-experimentation-keys-usage.mdx)
- Overview > Account usage (beta) [Get experimentation units usage](https://launchdarkly.com/docs/api/account-usage-beta/get-experimentation-units-usage.mdx)
- Overview > Account usage (beta) [Get MAU SDKs by type](https://launchdarkly.com/docs/api/account-usage-beta/get-mau-sdks-by-type.mdx)
- Overview > Account usage (beta) [Get MAU usage](https://launchdarkly.com/docs/api/account-usage-beta/get-mau-usage.mdx)
- Overview > Account usage (beta) [Get MAU usage by category](https://launchdarkly.com/docs/api/account-usage-beta/get-mau-usage-by-category.mdx)
- Overview > Account usage (beta) [Get service connection usage](https://launchdarkly.com/docs/api/account-usage-beta/get-service-connection-usage.mdx)
- Overview > Account usage (beta) [Get stream usage](https://launchdarkly.com/docs/api/account-usage-beta/get-stream-usage.mdx)
- Overview > Account usage (beta) [Get stream usage by SDK version](https://launchdarkly.com/docs/api/account-usage-beta/get-stream-usage-by-sdk-version.mdx)
- Overview > Account usage (beta) [Get stream usage SDK versions](https://launchdarkly.com/docs/api/account-usage-beta/get-stream-usage-sdkversion.mdx)
- Overview > AI Configs (beta) [Add AI models to the restricted list](https://launchdarkly.com/docs/api/ai-configs-beta/post-restricted-models.mdx)
- Overview > AI Configs (beta) [Create AI Config variation](https://launchdarkly.com/docs/api/ai-configs-beta/post-ai-config-variation.mdx)
- Overview > AI Configs (beta) [Create an AI model config](https://launchdarkly.com/docs/api/ai-configs-beta/post-model-config.mdx)
- Overview > AI Configs (beta) [Create new AI Config](https://launchdarkly.com/docs/api/ai-configs-beta/post-ai-config.mdx)
- Overview > AI Configs (beta) [Delete AI Config](https://launchdarkly.com/docs/api/ai-configs-beta/delete-ai-config.mdx)
- Overview > AI Configs (beta) [Delete AI Config variation](https://launchdarkly.com/docs/api/ai-configs-beta/delete-ai-config-variation.mdx)
- Overview > AI Configs (beta) [Delete an AI model config](https://launchdarkly.com/docs/api/ai-configs-beta/delete-model-config.mdx)
- Overview > AI Configs (beta) [Get AI Config](https://launchdarkly.com/docs/api/ai-configs-beta/get-ai-config.mdx)
- Overview > AI Configs (beta) [Get AI Config metrics](https://launchdarkly.com/docs/api/ai-configs-beta/get-ai-config-metrics.mdx)
- Overview > AI Configs (beta) [Get AI Config metrics by variation](https://launchdarkly.com/docs/api/ai-configs-beta/get-ai-config-metrics-by-variation.mdx)
- Overview > AI Configs (beta) [Get AI Config variation](https://launchdarkly.com/docs/api/ai-configs-beta/get-ai-config-variation.mdx)
- Overview > AI Configs (beta) [Get AI model config](https://launchdarkly.com/docs/api/ai-configs-beta/get-model-config.mdx)
- Overview > AI Configs (beta) [List AI Configs](https://launchdarkly.com/docs/api/ai-configs-beta/get-ai-configs.mdx)
- Overview > AI Configs (beta) [List AI model configs](https://launchdarkly.com/docs/api/ai-configs-beta/list-model-configs.mdx)
- Overview > AI Configs (beta) [Remove AI models from the restricted list](https://launchdarkly.com/docs/api/ai-configs-beta/delete-restricted-models.mdx)
- Overview > AI Configs (beta) [Update AI Config](https://launchdarkly.com/docs/api/ai-configs-beta/patch-ai-config.mdx)
- Overview > AI Configs (beta) [Update AI Config variation](https://launchdarkly.com/docs/api/ai-configs-beta/patch-ai-config-variation.mdx)
- Overview > Announcements [Create an announcement](https://launchdarkly.com/docs/api/announcements/create-announcement-public.mdx)
- Overview > Announcements [Delete an announcement](https://launchdarkly.com/docs/api/announcements/delete-announcement-public.mdx)
- Overview > Announcements [Get announcements](https://launchdarkly.com/docs/api/announcements/get-announcements-public.mdx)
- Overview > Announcements [Update an announcement](https://launchdarkly.com/docs/api/announcements/update-announcement-public.mdx)
- Overview > Applications (beta) [Delete application](https://launchdarkly.com/docs/api/applications-beta/delete-application.mdx)
- Overview > Applications (beta) [Delete application version](https://launchdarkly.com/docs/api/applications-beta/delete-application-version.mdx)
- Overview > Applications (beta) [Get application by key](https://launchdarkly.com/docs/api/applications-beta/get-application.mdx)
- Overview > Applications (beta) [Get application versions by application key](https://launchdarkly.com/docs/api/applications-beta/get-application-versions.mdx)
- Overview > Applications (beta) [Get applications](https://launchdarkly.com/docs/api/applications-beta/get-applications.mdx)
- Overview > Applications (beta) [Update application](https://launchdarkly.com/docs/api/applications-beta/patch-application.mdx)
- Overview > Applications (beta) [Update application version](https://launchdarkly.com/docs/api/applications-beta/patch-application-version.mdx)
- Overview > Approvals [Apply approval request](https://launchdarkly.com/docs/api/approvals/post-approval-request-apply.mdx)
- Overview > Approvals [Apply approval request for a flag](https://launchdarkly.com/docs/api/approvals/post-approval-request-apply-for-flag.mdx)
- Overview > Approvals [Create approval request](https://launchdarkly.com/docs/api/approvals/post-approval-request.mdx)
- Overview > Approvals [Create approval request for a flag](https://launchdarkly.com/docs/api/approvals/post-approval-request-for-flag.mdx)
- Overview > Approvals [Create approval request to copy flag configurations across environments](https://launchdarkly.com/docs/api/approvals/post-flag-copy-config-approval-request.mdx)
- Overview > Approvals [Delete approval request](https://launchdarkly.com/docs/api/approvals/delete-approval-request.mdx)
- Overview > Approvals [Delete approval request for a flag](https://launchdarkly.com/docs/api/approvals/delete-approval-request-for-flag.mdx)
- Overview > Approvals [Get approval request](https://launchdarkly.com/docs/api/approvals/get-approval-request.mdx)
- Overview > Approvals [Get approval request for a flag](https://launchdarkly.com/docs/api/approvals/get-approval-for-flag.mdx)
- Overview > Approvals [List approval requests](https://launchdarkly.com/docs/api/approvals/get-approval-requests.mdx)
- Overview > Approvals [List approval requests for a flag](https://launchdarkly.com/docs/api/approvals/get-approvals-for-flag.mdx)
- Overview > Approvals [Review approval request](https://launchdarkly.com/docs/api/approvals/post-approval-request-review.mdx)
- Overview > Approvals [Review approval request for a flag](https://launchdarkly.com/docs/api/approvals/post-approval-request-review-for-flag.mdx)
- Overview > Approvals (beta) [Update approval request](https://launchdarkly.com/docs/api/approvals-beta/patch-approval-request.mdx)
- Overview > Approvals (beta) [Update flag approval request](https://launchdarkly.com/docs/api/approvals-beta/patch-flag-config-approval-request.mdx)
- Overview > Audit log [Get audit log entry](https://launchdarkly.com/docs/api/audit-log/get-audit-log-entry.mdx)
- Overview > Audit log [List audit log entries](https://launchdarkly.com/docs/api/audit-log/get-audit-log-entries.mdx)
- Overview > Audit log [Search audit log entries](https://launchdarkly.com/docs/api/audit-log/post-audit-log-entries.mdx)
- Overview > Code references [Create extinction](https://launchdarkly.com/docs/api/code-references/post-extinction.mdx)
- Overview > Code references [Create repository](https://launchdarkly.com/docs/api/code-references/post-repository.mdx)
- Overview > Code references [Delete branches](https://launchdarkly.com/docs/api/code-references/delete-branches.mdx)
- Overview > Code references [Delete repository](https://launchdarkly.com/docs/api/code-references/delete-repository.mdx)
- Overview > Code references [Get branch](https://launchdarkly.com/docs/api/code-references/get-branch.mdx)
- Overview > Code references [Get code references statistics for flags](https://launchdarkly.com/docs/api/code-references/get-statistics.mdx)
- Overview > Code references [Get links to code reference repositories for each project](https://launchdarkly.com/docs/api/code-references/get-root-statistic.mdx)
- Overview > Code references [Get repository](https://launchdarkly.com/docs/api/code-references/get-repository.mdx)
- Overview > Code references [List branches](https://launchdarkly.com/docs/api/code-references/get-branches.mdx)
- Overview > Code references [List extinctions](https://launchdarkly.com/docs/api/code-references/get-extinctions.mdx)
- Overview > Code references [List repositories](https://launchdarkly.com/docs/api/code-references/get-repositories.mdx)
- Overview > Code references [Update repository](https://launchdarkly.com/docs/api/code-references/patch-repository.mdx)
- Overview > Code references [Upsert branch](https://launchdarkly.com/docs/api/code-references/put-branch.mdx)
- Overview > Contexts [Create or update context kind](https://launchdarkly.com/docs/api/contexts/put-context-kind.mdx)
- Overview > Contexts [Delete context instances](https://launchdarkly.com/docs/api/contexts/delete-context-instances.mdx)
- Overview > Contexts [Evaluate flags for context instance](https://launchdarkly.com/docs/api/contexts/evaluate-context-instance.mdx)
- Overview > Contexts [Get context attribute names](https://launchdarkly.com/docs/api/contexts/get-context-attribute-names.mdx)
- Overview > Contexts [Get context attribute values](https://launchdarkly.com/docs/api/contexts/get-context-attribute-values.mdx)
- Overview > Contexts [Get context instances](https://launchdarkly.com/docs/api/contexts/get-context-instances.mdx)
- Overview > Contexts [Get context kinds](https://launchdarkly.com/docs/api/contexts/get-context-kinds-by-project-key.mdx)
- Overview > Contexts [Get contexts](https://launchdarkly.com/docs/api/contexts/get-contexts.mdx)
- Overview > Contexts [Search for context instances](https://launchdarkly.com/docs/api/contexts/search-context-instances.mdx)
- Overview > Contexts [Search for contexts](https://launchdarkly.com/docs/api/contexts/search-contexts.mdx)
- Overview > Context settings [Update flag settings for context](https://launchdarkly.com/docs/api/context-settings/put-context-flag-setting.mdx)
- Overview > Custom roles [Create custom role](https://launchdarkly.com/docs/api/custom-roles/post-custom-role.mdx)
- Overview > Custom roles [Delete custom role](https://launchdarkly.com/docs/api/custom-roles/delete-custom-role.mdx)
- Overview > Custom roles [Get custom role](https://launchdarkly.com/docs/api/custom-roles/get-custom-role.mdx)
- Overview > Custom roles [List custom roles](https://launchdarkly.com/docs/api/custom-roles/get-custom-roles.mdx)
- Overview > Custom roles [Update custom role](https://launchdarkly.com/docs/api/custom-roles/patch-custom-role.mdx)
- Overview > Data Export destinations [Create Data Export destination](https://launchdarkly.com/docs/api/data-export-destinations/post-destination.mdx)
- Overview > Data Export destinations [Delete Data Export destination](https://launchdarkly.com/docs/api/data-export-destinations/delete-destination.mdx)
- Overview > Data Export destinations [Generate Snowflake destination key pair](https://launchdarkly.com/docs/api/data-export-destinations/post-generate-warehouse-destination-key-pair.mdx)
- Overview > Data Export destinations [Get destination](https://launchdarkly.com/docs/api/data-export-destinations/get-destination.mdx)
- Overview > Data Export destinations [List destinations](https://launchdarkly.com/docs/api/data-export-destinations/get-destinations.mdx)
- Overview > Data Export destinations [Update Data Export destination](https://launchdarkly.com/docs/api/data-export-destinations/patch-destination.mdx)
- Overview > Environments [Create environment](https://launchdarkly.com/docs/api/environments/post-environment.mdx)
- Overview > Environments [Delete environment](https://launchdarkly.com/docs/api/environments/delete-environment.mdx)
- Overview > Environments [Get environment](https://launchdarkly.com/docs/api/environments/get-environment.mdx)
- Overview > Environments [List environments](https://launchdarkly.com/docs/api/environments/get-environments-by-project.mdx)
- Overview > Environments [Reset environment mobile SDK key](https://launchdarkly.com/docs/api/environments/reset-environment-mobile-key.mdx)
- Overview > Environments [Reset environment SDK key](https://launchdarkly.com/docs/api/environments/reset-environment-sdk-key.mdx)
- Overview > Environments [Update environment](https://launchdarkly.com/docs/api/environments/patch-environment.mdx)
- Overview > Experiments [Create experiment](https://launchdarkly.com/docs/api/experiments/create-experiment.mdx)
- Overview > Experiments [Create iteration](https://launchdarkly.com/docs/api/experiments/create-iteration.mdx)
- Overview > Experiments [Get experiment](https://launchdarkly.com/docs/api/experiments/get-experiment.mdx)
- Overview > Experiments [Get experiment results (Deprecated)](https://launchdarkly.com/docs/api/experiments/get-experiment-results.mdx)
- Overview > Experiments [Get experiment results for metric group (Deprecated)](https://launchdarkly.com/docs/api/experiments/get-experiment-results-for-metric-group.mdx)
- Overview > Experiments [Get experimentation settings](https://launchdarkly.com/docs/api/experiments/get-experimentation-settings.mdx)
- Overview > Experiments [Get experiments](https://launchdarkly.com/docs/api/experiments/get-experiments.mdx)
- Overview > Experiments [Patch experiment](https://launchdarkly.com/docs/api/experiments/patch-experiment.mdx)
- Overview > Experiments [Update experimentation settings](https://launchdarkly.com/docs/api/experiments/put-experimentation-settings.mdx)
- Overview > Feature flags [Copy feature flag](https://launchdarkly.com/docs/api/feature-flags/copy-feature-flag.mdx)
- Overview > Feature flags [Create a feature flag](https://launchdarkly.com/docs/api/feature-flags/post-feature-flag.mdx)
- Overview > Feature flags [Delete feature flag](https://launchdarkly.com/docs/api/feature-flags/delete-feature-flag.mdx)
- Overview > Feature flags [Get expiring context targets for feature flag](https://launchdarkly.com/docs/api/feature-flags/get-expiring-context-targets.mdx)
- Overview > Feature flags [Get expiring user targets for feature flag](https://launchdarkly.com/docs/api/feature-flags/get-expiring-user-targets.mdx)
- Overview > Feature flags [Get feature flag](https://launchdarkly.com/docs/api/feature-flags/get-feature-flag.mdx)
- Overview > Feature flags [Get feature flag status](https://launchdarkly.com/docs/api/feature-flags/get-feature-flag-status.mdx)
- Overview > Feature flags [Get flag status across environments](https://launchdarkly.com/docs/api/feature-flags/get-feature-flag-status-across-environments.mdx)
- Overview > Feature flags [Get migration safety issues](https://launchdarkly.com/docs/api/feature-flags/post-migration-safety-issues.mdx)
- Overview > Feature flags [List feature flag statuses](https://launchdarkly.com/docs/api/feature-flags/get-feature-flag-statuses.mdx)
- Overview > Feature flags [List feature flags](https://launchdarkly.com/docs/api/feature-flags/get-feature-flags.mdx)
- Overview > Feature flags [Update expiring context targets on feature flag](https://launchdarkly.com/docs/api/feature-flags/patch-expiring-targets.mdx)
- Overview > Feature flags [Update expiring user targets on feature flag](https://launchdarkly.com/docs/api/feature-flags/patch-expiring-user-targets.mdx)
- Overview > Feature flags [Update feature flag](https://launchdarkly.com/docs/api/feature-flags/patch-feature-flag.mdx)
- Overview > Feature flags (beta) [List dependent feature flags](https://launchdarkly.com/docs/api/feature-flags-beta/get-dependent-flags.mdx)
- Overview > Feature flags (beta) [List dependent feature flags by environment](https://launchdarkly.com/docs/api/feature-flags-beta/get-dependent-flags-by-env.mdx)
- Overview > Flag import configurations (beta) [Create a flag import configuration](https://launchdarkly.com/docs/api/flag-import-configurations-beta/create-flag-import-configuration.mdx)
- Overview > Flag import configurations (beta) [Delete a flag import configuration](https://launchdarkly.com/docs/api/flag-import-configurations-beta/delete-flag-import-configuration.mdx)
- Overview > Flag import configurations (beta) [Get a single flag import configuration](https://launchdarkly.com/docs/api/flag-import-configurations-beta/get-flag-import-configuration.mdx)
- Overview > Flag import configurations (beta) [List all flag import configurations](https://launchdarkly.com/docs/api/flag-import-configurations-beta/get-flag-import-configurations.mdx)
- Overview > Flag import configurations (beta) [Trigger a single flag import run](https://launchdarkly.com/docs/api/flag-import-configurations-beta/trigger-flag-import-job.mdx)
- Overview > Flag import configurations (beta) [Update a flag import configuration](https://launchdarkly.com/docs/api/flag-import-configurations-beta/patch-flag-import-configuration.mdx)
- Overview > Flag links (beta) [Create flag link](https://launchdarkly.com/docs/api/flag-links-beta/create-flag-link.mdx)
- Overview > Flag links (beta) [Delete flag link](https://launchdarkly.com/docs/api/flag-links-beta/delete-flag-link.mdx)
- Overview > Flag links (beta) [List flag links](https://launchdarkly.com/docs/api/flag-links-beta/get-flag-links.mdx)
- Overview > Flag links (beta) [Update flag link](https://launchdarkly.com/docs/api/flag-links-beta/update-flag-link.mdx)
- Overview > Flag triggers [Create flag trigger](https://launchdarkly.com/docs/api/flag-triggers/create-trigger-workflow.mdx)
- Overview > Flag triggers [Delete flag trigger](https://launchdarkly.com/docs/api/flag-triggers/delete-trigger-workflow.mdx)
- Overview > Flag triggers [Get flag trigger by ID](https://launchdarkly.com/docs/api/flag-triggers/get-trigger-workflow-by-id.mdx)
- Overview > Flag triggers [List flag triggers](https://launchdarkly.com/docs/api/flag-triggers/get-trigger-workflows.mdx)
- Overview > Flag triggers [Update flag trigger](https://launchdarkly.com/docs/api/flag-triggers/patch-trigger-workflow.mdx)
- Overview > Follow flags [Add a member as a follower of a flag in a project and environment](https://launchdarkly.com/docs/api/follow-flags/put-flag-follower.mdx)
- Overview > Follow flags [Get followers of a flag in a project and environment](https://launchdarkly.com/docs/api/follow-flags/get-flag-followers.mdx)
- Overview > Follow flags [Get followers of all flags in a given project and environment](https://launchdarkly.com/docs/api/follow-flags/get-followers-by-proj-env.mdx)
- Overview > Follow flags [Remove a member as a follower of a flag in a project and environment](https://launchdarkly.com/docs/api/follow-flags/delete-flag-follower.mdx)
- Overview > Holdouts (beta) [Create holdout](https://launchdarkly.com/docs/api/holdouts-beta/post-holdout.mdx)
- Overview > Holdouts (beta) [Get all holdouts](https://launchdarkly.com/docs/api/holdouts-beta/get-all-holdouts.mdx)
- Overview > Holdouts (beta) [Get holdout](https://launchdarkly.com/docs/api/holdouts-beta/get-holdout.mdx)
- Overview > Holdouts (beta) [Get Holdout by Id](https://launchdarkly.com/docs/api/holdouts-beta/get-holdout-by-id.mdx)
- Overview > Holdouts (beta) [Patch holdout](https://launchdarkly.com/docs/api/holdouts-beta/patch-holdout.mdx)
- Overview > Insights charts (beta) [Get deployment frequency chart data](https://launchdarkly.com/docs/api/insights-charts-beta/get-deployment-frequency-chart.mdx)
- Overview > Insights charts (beta) [Get flag status chart data](https://launchdarkly.com/docs/api/insights-charts-beta/get-flag-status-chart.mdx)
- Overview > Insights charts (beta) [Get lead time chart data](https://launchdarkly.com/docs/api/insights-charts-beta/get-lead-time-chart.mdx)
- Overview > Insights charts (beta) [Get release frequency chart data](https://launchdarkly.com/docs/api/insights-charts-beta/get-release-frequency-chart.mdx)
- Overview > Insights charts (beta) [Get stale flags chart data](https://launchdarkly.com/docs/api/insights-charts-beta/get-stale-flags-chart.mdx)
- Overview > Insights deployments (beta) [Create deployment event](https://launchdarkly.com/docs/api/insights-deployments-beta/create-deployment-event.mdx)
- Overview > Insights deployments (beta) [Get deployment](https://launchdarkly.com/docs/api/insights-deployments-beta/get-deployment.mdx)
- Overview > Insights deployments (beta) [List deployments](https://launchdarkly.com/docs/api/insights-deployments-beta/get-deployments.mdx)
- Overview > Insights deployments (beta) [Update deployment](https://launchdarkly.com/docs/api/insights-deployments-beta/update-deployment.mdx)
- Overview > Insights flag events (beta) [List flag events](https://launchdarkly.com/docs/api/insights-flag-events-beta/get-flag-events.mdx)
- Overview > Insights pull requests (beta) [List pull requests](https://launchdarkly.com/docs/api/insights-pull-requests-beta/get-pull-requests.mdx)
- Overview > Insights repositories (beta) [Associate repositories with projects](https://launchdarkly.com/docs/api/insights-repositories-beta/associate-repositories-and-projects.mdx)
- Overview > Insights repositories (beta) [List repositories](https://launchdarkly.com/docs/api/insights-repositories-beta/get-insights-repositories.mdx)
- Overview > Insights repositories (beta) [Remove repository project association](https://launchdarkly.com/docs/api/insights-repositories-beta/delete-repository-project.mdx)
- Overview > Insights scores (beta) [Create insight group](https://launchdarkly.com/docs/api/insights-scores-beta/create-insight-group.mdx)
- Overview > Insights scores (beta) [Delete insight group](https://launchdarkly.com/docs/api/insights-scores-beta/delete-insight-group.mdx)
- Overview > Insights scores (beta) [Get insight group](https://launchdarkly.com/docs/api/insights-scores-beta/get-insight-group.mdx)
- Overview > Insights scores (beta) [Get insight scores](https://launchdarkly.com/docs/api/insights-scores-beta/get-insights-scores.mdx)
- Overview > Insights scores (beta) [List insight groups](https://launchdarkly.com/docs/api/insights-scores-beta/get-insight-groups.mdx)
- Overview > Insights scores (beta) [Patch insight group](https://launchdarkly.com/docs/api/insights-scores-beta/patch-insight-group.mdx)
- Overview > Integration audit log subscriptions [Create audit log subscription](https://launchdarkly.com/docs/api/integration-audit-log-subscriptions/create-subscription.mdx)
- Overview > Integration audit log subscriptions [Delete audit log subscription](https://launchdarkly.com/docs/api/integration-audit-log-subscriptions/delete-subscription.mdx)
- Overview > Integration audit log subscriptions [Get audit log subscription by ID](https://launchdarkly.com/docs/api/integration-audit-log-subscriptions/get-subscription-by-id.mdx)
- Overview > Integration audit log subscriptions [Get audit log subscriptions by integration](https://launchdarkly.com/docs/api/integration-audit-log-subscriptions/get-subscriptions.mdx)
- Overview > Integration audit log subscriptions [Update audit log subscription](https://launchdarkly.com/docs/api/integration-audit-log-subscriptions/update-subscription.mdx)
- Overview > Integration delivery configurations (beta) [Create delivery configuration](https://launchdarkly.com/docs/api/integration-delivery-configurations-beta/create-integration-delivery-configuration.mdx)
- Overview > Integration delivery configurations (beta) [Delete delivery configuration](https://launchdarkly.com/docs/api/integration-delivery-configurations-beta/delete-integration-delivery-configuration.mdx)
- Overview > Integration delivery configurations (beta) [Get delivery configuration by ID](https://launchdarkly.com/docs/api/integration-delivery-configurations-beta/get-integration-delivery-configuration-by-id.mdx)
- Overview > Integration delivery configurations (beta) [Get delivery configurations by environment](https://launchdarkly.com/docs/api/integration-delivery-configurations-beta/get-integration-delivery-configuration-by-environment.mdx)
- Overview > Integration delivery configurations (beta) [List all delivery configurations](https://launchdarkly.com/docs/api/integration-delivery-configurations-beta/get-integration-delivery-configurations.mdx)
- Overview > Integration delivery configurations (beta) [Update delivery configuration](https://launchdarkly.com/docs/api/integration-delivery-configurations-beta/patch-integration-delivery-configuration.mdx)
- Overview > Integration delivery configurations (beta) [Validate delivery configuration](https://launchdarkly.com/docs/api/integration-delivery-configurations-beta/validate-integration-delivery-configuration.mdx)
- Overview > Integrations (beta) [Create integration configuration](https://launchdarkly.com/docs/api/integrations-beta/create-integration-configuration.mdx)
- Overview > Integrations (beta) [Delete integration configuration](https://launchdarkly.com/docs/api/integrations-beta/delete-integration-configuration.mdx)
- Overview > Integrations (beta) [Get all configurations for the integration](https://launchdarkly.com/docs/api/integrations-beta/get-all-integration-configurations.mdx)
- Overview > Integrations (beta) [Get an integration configuration](https://launchdarkly.com/docs/api/integrations-beta/get-integration-configuration.mdx)
- Overview > Integrations (beta) [Update integration configuration](https://launchdarkly.com/docs/api/integrations-beta/update-integration-configuration.mdx)
- Overview > Layers [Create layer](https://launchdarkly.com/docs/api/layers/create-layer.mdx)
- Overview > Layers [Get layers](https://launchdarkly.com/docs/api/layers/get-layers.mdx)
- Overview > Layers [Update layer](https://launchdarkly.com/docs/api/layers/update-layer.mdx)
- Overview > Metrics [Create metric](https://launchdarkly.com/docs/api/metrics/post-metric.mdx)
- Overview > Metrics [Delete metric](https://launchdarkly.com/docs/api/metrics/delete-metric.mdx)
- Overview > Metrics [Get metric](https://launchdarkly.com/docs/api/metrics/get-metric.mdx)
- Overview > Metrics [List metrics](https://launchdarkly.com/docs/api/metrics/get-metrics.mdx)
- Overview > Metrics [Update metric](https://launchdarkly.com/docs/api/metrics/patch-metric.mdx)
- Overview > Metrics (beta) [Create metric group](https://launchdarkly.com/docs/api/metrics-beta/create-metric-group.mdx)
- Overview > Metrics (beta) [Delete metric group](https://launchdarkly.com/docs/api/metrics-beta/delete-metric-group.mdx)
- Overview > Metrics (beta) [Get metric group](https://launchdarkly.com/docs/api/metrics-beta/get-metric-group.mdx)
- Overview > Metrics (beta) [List metric groups](https://launchdarkly.com/docs/api/metrics-beta/get-metric-groups.mdx)
- Overview > Metrics (beta) [Patch metric group](https://launchdarkly.com/docs/api/metrics-beta/patch-metric-group.mdx)
- Overview > OAuth2 Clients [Create a LaunchDarkly OAuth 2.0 client](https://launchdarkly.com/docs/api/o-auth-2-clients/create-o-auth-2-client.mdx)
- Overview > OAuth2 Clients [Delete OAuth 2.0 client](https://launchdarkly.com/docs/api/o-auth-2-clients/delete-o-auth-client.mdx)
- Overview > OAuth2 Clients [Get client by ID](https://launchdarkly.com/docs/api/o-auth-2-clients/get-o-auth-client-by-id.mdx)
- Overview > OAuth2 Clients [Get clients](https://launchdarkly.com/docs/api/o-auth-2-clients/get-o-auth-clients.mdx)
- Overview > OAuth2 Clients [Patch client by ID](https://launchdarkly.com/docs/api/o-auth-2-clients/patch-o-auth-client.mdx)
- Overview > Persistent store integrations (beta) [Create big segment store integration](https://launchdarkly.com/docs/api/persistent-store-integrations-beta/create-big-segment-store-integration.mdx)
- Overview > Persistent store integrations (beta) [Delete big segment store integration](https://launchdarkly.com/docs/api/persistent-store-integrations-beta/delete-big-segment-store-integration.mdx)
- Overview > Persistent store integrations (beta) [Get big segment store integration by ID](https://launchdarkly.com/docs/api/persistent-store-integrations-beta/get-big-segment-store-integration.mdx)
- Overview > Persistent store integrations (beta) [List all big segment store integrations](https://launchdarkly.com/docs/api/persistent-store-integrations-beta/get-big-segment-store-integrations.mdx)
- Overview > Persistent store integrations (beta) [Update big segment store integration](https://launchdarkly.com/docs/api/persistent-store-integrations-beta/patch-big-segment-store-integration.mdx)
- Overview > Projects [Create or update flag defaults for project](https://launchdarkly.com/docs/api/projects/put-flag-defaults-by-project.mdx)
- Overview > Projects [Create project](https://launchdarkly.com/docs/api/projects/post-project.mdx)
- Overview > Projects [Delete project](https://launchdarkly.com/docs/api/projects/delete-project.mdx)
- Overview > Projects [Get flag defaults for project](https://launchdarkly.com/docs/api/projects/get-flag-defaults-by-project.mdx)
- Overview > Projects [Get project](https://launchdarkly.com/docs/api/projects/get-project.mdx)
- Overview > Projects [List projects](https://launchdarkly.com/docs/api/projects/get-projects.mdx)
- Overview > Projects [Update flag default for project](https://launchdarkly.com/docs/api/projects/patch-flag-defaults-by-project.mdx)
- Overview > Projects [Update project](https://launchdarkly.com/docs/api/projects/patch-project.mdx)
- Overview > Relay Proxy configurations [Create a new Relay Proxy config](https://launchdarkly.com/docs/api/relay-proxy-configurations/post-relay-auto-config.mdx)
- Overview > Relay Proxy configurations [Delete Relay Proxy config by ID](https://launchdarkly.com/docs/api/relay-proxy-configurations/delete-relay-auto-config.mdx)
- Overview > Relay Proxy configurations [Get Relay Proxy config](https://launchdarkly.com/docs/api/relay-proxy-configurations/get-relay-proxy-config.mdx)
- Overview > Relay Proxy configurations [List Relay Proxy configs](https://launchdarkly.com/docs/api/relay-proxy-configurations/get-relay-proxy-configs.mdx)
- Overview > Relay Proxy configurations [Reset Relay Proxy configuration key](https://launchdarkly.com/docs/api/relay-proxy-configurations/reset-relay-auto-config.mdx)
- Overview > Relay Proxy configurations [Update a Relay Proxy config](https://launchdarkly.com/docs/api/relay-proxy-configurations/patch-relay-auto-config.mdx)
- Overview > Release pipelines (beta) [Create a release pipeline](https://launchdarkly.com/docs/api/release-pipelines-beta/post-release-pipeline.mdx)
- Overview > Release pipelines (beta) [Delete release pipeline](https://launchdarkly.com/docs/api/release-pipelines-beta/delete-release-pipeline.mdx)
- Overview > Release pipelines (beta) [Get all release pipelines](https://launchdarkly.com/docs/api/release-pipelines-beta/get-all-release-pipelines.mdx)
- Overview > Release pipelines (beta) [Get release pipeline by key](https://launchdarkly.com/docs/api/release-pipelines-beta/get-release-pipeline-by-key.mdx)
- Overview > Release pipelines (beta) [Get release progressions for release pipeline](https://launchdarkly.com/docs/api/release-pipelines-beta/get-all-release-progressions-for-release-pipeline.mdx)
- Overview > Release pipelines (beta) [Update a release pipeline](https://launchdarkly.com/docs/api/release-pipelines-beta/put-release-pipeline.mdx)
- Overview > Releases (beta) [Create a new release for flag](https://launchdarkly.com/docs/api/releases-beta/create-release-for-flag.mdx)
- Overview > Releases (beta) [Delete a release for flag](https://launchdarkly.com/docs/api/releases-beta/delete-release-by-flag-key.mdx)
- Overview > Releases (beta) [Get release for flag](https://launchdarkly.com/docs/api/releases-beta/get-release-by-flag-key.mdx)
- Overview > Releases (beta) [Patch release for flag](https://launchdarkly.com/docs/api/releases-beta/patch-release-by-flag-key.mdx)
- Overview > Releases (beta) [Update phase status for release](https://launchdarkly.com/docs/api/releases-beta/update-phase-status.mdx)
- Overview > Scheduled changes [Create scheduled changes workflow](https://launchdarkly.com/docs/api/scheduled-changes/post-flag-config-scheduled-changes.mdx)
- Overview > Scheduled changes [Delete scheduled changes workflow](https://launchdarkly.com/docs/api/scheduled-changes/delete-flag-config-scheduled-changes.mdx)
- Overview > Scheduled changes [Get a scheduled change](https://launchdarkly.com/docs/api/scheduled-changes/get-feature-flag-scheduled-change.mdx)
- Overview > Scheduled changes [List scheduled changes](https://launchdarkly.com/docs/api/scheduled-changes/get-flag-config-scheduled-changes.mdx)
- Overview > Scheduled changes [Update scheduled changes workflow](https://launchdarkly.com/docs/api/scheduled-changes/patch-flag-config-scheduled-change.mdx)
- Overview > Segments [Create big segment export](https://launchdarkly.com/docs/api/segments/create-big-segment-export.mdx)
- Overview > Segments [Create big segment import](https://launchdarkly.com/docs/api/segments/create-big-segment-import.mdx)
- Overview > Segments [Create segment](https://launchdarkly.com/docs/api/segments/post-segment.mdx)
- Overview > Segments [Delete segment](https://launchdarkly.com/docs/api/segments/delete-segment.mdx)
- Overview > Segments [Get big segment export](https://launchdarkly.com/docs/api/segments/get-big-segment-export.mdx)
- Overview > Segments [Get big segment import](https://launchdarkly.com/docs/api/segments/get-big-segment-import.mdx)
- Overview > Segments [Get big segment membership for context](https://launchdarkly.com/docs/api/segments/get-segment-membership-for-context.mdx)
- Overview > Segments [Get big segment membership for user](https://launchdarkly.com/docs/api/segments/get-segment-membership-for-user.mdx)
- Overview > Segments [Get expiring targets for segment](https://launchdarkly.com/docs/api/segments/get-expiring-targets-for-segment.mdx)
- Overview > Segments [Get expiring user targets for segment](https://launchdarkly.com/docs/api/segments/get-expiring-user-targets-for-segment.mdx)
- Overview > Segments [Get segment](https://launchdarkly.com/docs/api/segments/get-segment.mdx)
- Overview > Segments [List segment memberships for context instance](https://launchdarkly.com/docs/api/segments/get-context-instance-segments-membership-by-env.mdx)
- Overview > Segments [List segments](https://launchdarkly.com/docs/api/segments/get-segments.mdx)
- Overview > Segments [Patch segment](https://launchdarkly.com/docs/api/segments/patch-segment.mdx)
- Overview > Segments [Update context targets on a big segment](https://launchdarkly.com/docs/api/segments/update-big-segment-context-targets.mdx)
- Overview > Segments [Update expiring targets for segment](https://launchdarkly.com/docs/api/segments/patch-expiring-targets-for-segment.mdx)
- Overview > Segments [Update expiring user targets for segment](https://launchdarkly.com/docs/api/segments/patch-expiring-user-targets-for-segment.mdx)
- Overview > Segments [Update user context targets on a big segment](https://launchdarkly.com/docs/api/segments/update-big-segment-targets.mdx)
- Overview > Tags [List tags](https://launchdarkly.com/docs/api/tags/get-tags.mdx)
- Overview > Teams [Add multiple members to team](https://launchdarkly.com/docs/api/teams/post-team-members.mdx)
- Overview > Teams [Create team](https://launchdarkly.com/docs/api/teams/post-team.mdx)
- Overview > Teams [Delete team](https://launchdarkly.com/docs/api/teams/delete-team.mdx)
- Overview > Teams [Get team](https://launchdarkly.com/docs/api/teams/get-team.mdx)
- Overview > Teams [Get team custom roles](https://launchdarkly.com/docs/api/teams/get-team-roles.mdx)
- Overview > Teams [Get team maintainers](https://launchdarkly.com/docs/api/teams/get-team-maintainers.mdx)
- Overview > Teams [List teams](https://launchdarkly.com/docs/api/teams/get-teams.mdx)
- Overview > Teams [Update team](https://launchdarkly.com/docs/api/teams/patch-team.mdx)
- Overview > Teams (beta) [Update teams](https://launchdarkly.com/docs/api/teams-beta/patch-teams.mdx)
- Overview > Users [Delete user](https://launchdarkly.com/docs/api/users/delete-user.mdx)
- Overview > Users [Find users](https://launchdarkly.com/docs/api/users/get-search-users.mdx)
- Overview > Users [Get user](https://launchdarkly.com/docs/api/users/get-user.mdx)
- Overview > Users [List users](https://launchdarkly.com/docs/api/users/get-users.mdx)
- Overview > Users (beta) [Get user attribute names](https://launchdarkly.com/docs/api/users-beta/get-user-attribute-names.mdx)
- Overview > User settings [Get expiring dates on flags for user](https://launchdarkly.com/docs/api/user-settings/get-expiring-flags-for-user.mdx)
- Overview > User settings [Get flag setting for user](https://launchdarkly.com/docs/api/user-settings/get-user-flag-setting.mdx)
- Overview > User settings [List flag settings for user](https://launchdarkly.com/docs/api/user-settings/get-user-flag-settings.mdx)
- Overview > User settings [Update expiring user target for flags](https://launchdarkly.com/docs/api/user-settings/patch-expiring-flags-for-user.mdx)
- Overview > User settings [Update flag settings for user](https://launchdarkly.com/docs/api/user-settings/put-flag-setting.mdx)
- Overview > Webhooks [Creates a webhook](https://launchdarkly.com/docs/api/webhooks/post-webhook.mdx)
- Overview > Webhooks [Delete webhook](https://launchdarkly.com/docs/api/webhooks/delete-webhook.mdx)
- Overview > Webhooks [Get webhook](https://launchdarkly.com/docs/api/webhooks/get-webhook.mdx)
- Overview > Webhooks [List webhooks](https://launchdarkly.com/docs/api/webhooks/get-all-webhooks.mdx)
- Overview > Webhooks [Update webhook](https://launchdarkly.com/docs/api/webhooks/patch-webhook.mdx)
- Overview > Workflows [Create workflow](https://launchdarkly.com/docs/api/workflows/post-workflow.mdx)
- Overview > Workflows [Delete workflow](https://launchdarkly.com/docs/api/workflows/delete-workflow.mdx)
- Overview > Workflows [Get custom workflow](https://launchdarkly.com/docs/api/workflows/get-custom-workflow.mdx)
- Overview > Workflows [Get workflows](https://launchdarkly.com/docs/api/workflows/get-workflows.mdx)
- Overview > Workflow templates [Create workflow template](https://launchdarkly.com/docs/api/workflow-templates/create-workflow-template.mdx)
- Overview > Workflow templates [Delete workflow template](https://launchdarkly.com/docs/api/workflow-templates/delete-workflow-template.mdx)
- Overview > Workflow templates [Get workflow templates](https://launchdarkly.com/docs/api/workflow-templates/get-workflow-templates.mdx)
- Overview > Other [Get version information](https://launchdarkly.com/docs/api/other/get-versions.mdx)
- Overview > Other [Gets the OpenAPI spec in json](https://launchdarkly.com/docs/api/other/get-openapi-spec.mdx)
- Overview > Other [Gets the public IP list](https://launchdarkly.com/docs/api/other/get-ips.mdx)
- Overview > Other [Identify the caller](https://launchdarkly.com/docs/api/other/get-caller-identity.mdx)
- Overview > Other [Root resource](https://launchdarkly.com/docs/api/other/get-root.mdx)
- Overview > Access tokens [Create access token](https://launchdarkly.com/docs/fed-docs/api/access-tokens/post-token.mdx)
- Overview > Access tokens [Delete access token](https://launchdarkly.com/docs/fed-docs/api/access-tokens/delete-token.mdx)
- Overview > Access tokens [Get access token](https://launchdarkly.com/docs/fed-docs/api/access-tokens/get-token.mdx)
- Overview > Access tokens [List access tokens](https://launchdarkly.com/docs/fed-docs/api/access-tokens/get-tokens.mdx)
- Overview > Access tokens [Patch access token](https://launchdarkly.com/docs/fed-docs/api/access-tokens/patch-token.mdx)
- Overview > Access tokens [Reset access token](https://launchdarkly.com/docs/fed-docs/api/access-tokens/reset-token.mdx)
- Overview > Account members [Add a member to teams](https://launchdarkly.com/docs/fed-docs/api/account-members/post-member-teams.mdx)
- Overview > Account members [Delete account member](https://launchdarkly.com/docs/fed-docs/api/account-members/delete-member.mdx)
- Overview > Account members [Get account member](https://launchdarkly.com/docs/fed-docs/api/account-members/get-member.mdx)
- Overview > Account members [Invite new members](https://launchdarkly.com/docs/fed-docs/api/account-members/post-members.mdx)
- Overview > Account members [List account members](https://launchdarkly.com/docs/fed-docs/api/account-members/get-members.mdx)
- Overview > Account members [Modify an account member](https://launchdarkly.com/docs/fed-docs/api/account-members/patch-member.mdx)
- Overview > Account members (beta) [Modify account members](https://launchdarkly.com/docs/fed-docs/api/account-members-beta/patch-members.mdx)
- Overview > Account usage (beta) [Get data export events usage](https://launchdarkly.com/docs/fed-docs/api/account-usage-beta/get-data-export-events-usage.mdx)
- Overview > Account usage (beta) [Get evaluations usage](https://launchdarkly.com/docs/fed-docs/api/account-usage-beta/get-evaluations-usage.mdx)
- Overview > Account usage (beta) [Get events usage](https://launchdarkly.com/docs/fed-docs/api/account-usage-beta/get-events-usage.mdx)
- Overview > Account usage (beta) [Get experimentation keys usage](https://launchdarkly.com/docs/fed-docs/api/account-usage-beta/get-experimentation-keys-usage.mdx)
- Overview > Account usage (beta) [Get experimentation units usage](https://launchdarkly.com/docs/fed-docs/api/account-usage-beta/get-experimentation-units-usage.mdx)
- Overview > Account usage (beta) [Get MAU SDKs by type](https://launchdarkly.com/docs/fed-docs/api/account-usage-beta/get-mau-sdks-by-type.mdx)
- Overview > Account usage (beta) [Get MAU usage](https://launchdarkly.com/docs/fed-docs/api/account-usage-beta/get-mau-usage.mdx)
- Overview > Account usage (beta) [Get MAU usage by category](https://launchdarkly.com/docs/fed-docs/api/account-usage-beta/get-mau-usage-by-category.mdx)
- Overview > Account usage (beta) [Get service connection usage](https://launchdarkly.com/docs/fed-docs/api/account-usage-beta/get-service-connection-usage.mdx)
- Overview > Account usage (beta) [Get stream usage](https://launchdarkly.com/docs/fed-docs/api/account-usage-beta/get-stream-usage.mdx)
- Overview > Account usage (beta) [Get stream usage by SDK version](https://launchdarkly.com/docs/fed-docs/api/account-usage-beta/get-stream-usage-by-sdk-version.mdx)
- Overview > Account usage (beta) [Get stream usage SDK versions](https://launchdarkly.com/docs/fed-docs/api/account-usage-beta/get-stream-usage-sdkversion.mdx)
- Overview > AI Configs (beta) [Add AI models to the restricted list](https://launchdarkly.com/docs/fed-docs/api/ai-configs-beta/post-restricted-models.mdx)
- Overview > AI Configs (beta) [Create AI Config variation](https://launchdarkly.com/docs/fed-docs/api/ai-configs-beta/post-ai-config-variation.mdx)
- Overview > AI Configs (beta) [Create an AI model config](https://launchdarkly.com/docs/fed-docs/api/ai-configs-beta/post-model-config.mdx)
- Overview > AI Configs (beta) [Create new AI Config](https://launchdarkly.com/docs/fed-docs/api/ai-configs-beta/post-ai-config.mdx)
- Overview > AI Configs (beta) [Delete AI Config](https://launchdarkly.com/docs/fed-docs/api/ai-configs-beta/delete-ai-config.mdx)
- Overview > AI Configs (beta) [Delete AI Config variation](https://launchdarkly.com/docs/fed-docs/api/ai-configs-beta/delete-ai-config-variation.mdx)
- Overview > AI Configs (beta) [Delete an AI model config](https://launchdarkly.com/docs/fed-docs/api/ai-configs-beta/delete-model-config.mdx)
- Overview > AI Configs (beta) [Get AI Config](https://launchdarkly.com/docs/fed-docs/api/ai-configs-beta/get-ai-config.mdx)
- Overview > AI Configs (beta) [Get AI Config metrics](https://launchdarkly.com/docs/fed-docs/api/ai-configs-beta/get-ai-config-metrics.mdx)
- Overview > AI Configs (beta) [Get AI Config metrics by variation](https://launchdarkly.com/docs/fed-docs/api/ai-configs-beta/get-ai-config-metrics-by-variation.mdx)
- Overview > AI Configs (beta) [Get AI Config variation](https://launchdarkly.com/docs/fed-docs/api/ai-configs-beta/get-ai-config-variation.mdx)
- Overview > AI Configs (beta) [Get AI model config](https://launchdarkly.com/docs/fed-docs/api/ai-configs-beta/get-model-config.mdx)
- Overview > AI Configs (beta) [List AI Configs](https://launchdarkly.com/docs/fed-docs/api/ai-configs-beta/get-ai-configs.mdx)
- Overview > AI Configs (beta) [List AI model configs](https://launchdarkly.com/docs/fed-docs/api/ai-configs-beta/list-model-configs.mdx)
- Overview > AI Configs (beta) [Remove AI models from the restricted list](https://launchdarkly.com/docs/fed-docs/api/ai-configs-beta/delete-restricted-models.mdx)
- Overview > AI Configs (beta) [Update AI Config](https://launchdarkly.com/docs/fed-docs/api/ai-configs-beta/patch-ai-config.mdx)
- Overview > AI Configs (beta) [Update AI Config variation](https://launchdarkly.com/docs/fed-docs/api/ai-configs-beta/patch-ai-config-variation.mdx)
- Overview > Announcements [Create an announcement](https://launchdarkly.com/docs/fed-docs/api/announcements/create-announcement-public.mdx)
- Overview > Announcements [Delete an announcement](https://launchdarkly.com/docs/fed-docs/api/announcements/delete-announcement-public.mdx)
- Overview > Announcements [Get announcements](https://launchdarkly.com/docs/fed-docs/api/announcements/get-announcements-public.mdx)
- Overview > Announcements [Update an announcement](https://launchdarkly.com/docs/fed-docs/api/announcements/update-announcement-public.mdx)
- Overview > Applications (beta) [Delete application](https://launchdarkly.com/docs/fed-docs/api/applications-beta/delete-application.mdx)
- Overview > Applications (beta) [Delete application version](https://launchdarkly.com/docs/fed-docs/api/applications-beta/delete-application-version.mdx)
- Overview > Applications (beta) [Get application by key](https://launchdarkly.com/docs/fed-docs/api/applications-beta/get-application.mdx)
- Overview > Applications (beta) [Get application versions by application key](https://launchdarkly.com/docs/fed-docs/api/applications-beta/get-application-versions.mdx)
- Overview > Applications (beta) [Get applications](https://launchdarkly.com/docs/fed-docs/api/applications-beta/get-applications.mdx)
- Overview > Applications (beta) [Update application](https://launchdarkly.com/docs/fed-docs/api/applications-beta/patch-application.mdx)
- Overview > Applications (beta) [Update application version](https://launchdarkly.com/docs/fed-docs/api/applications-beta/patch-application-version.mdx)
- Overview > Approvals [Apply approval request](https://launchdarkly.com/docs/fed-docs/api/approvals/post-approval-request-apply.mdx)
- Overview > Approvals [Apply approval request for a flag](https://launchdarkly.com/docs/fed-docs/api/approvals/post-approval-request-apply-for-flag.mdx)
- Overview > Approvals [Create approval request](https://launchdarkly.com/docs/fed-docs/api/approvals/post-approval-request.mdx)
- Overview > Approvals [Create approval request for a flag](https://launchdarkly.com/docs/fed-docs/api/approvals/post-approval-request-for-flag.mdx)
- Overview > Approvals [Create approval request to copy flag configurations across environments](https://launchdarkly.com/docs/fed-docs/api/approvals/post-flag-copy-config-approval-request.mdx)
- Overview > Approvals [Delete approval request](https://launchdarkly.com/docs/fed-docs/api/approvals/delete-approval-request.mdx)
- Overview > Approvals [Delete approval request for a flag](https://launchdarkly.com/docs/fed-docs/api/approvals/delete-approval-request-for-flag.mdx)
- Overview > Approvals [Get approval request](https://launchdarkly.com/docs/fed-docs/api/approvals/get-approval-request.mdx)
- Overview > Approvals [Get approval request for a flag](https://launchdarkly.com/docs/fed-docs/api/approvals/get-approval-for-flag.mdx)
- Overview > Approvals [List approval requests](https://launchdarkly.com/docs/fed-docs/api/approvals/get-approval-requests.mdx)
- Overview > Approvals [List approval requests for a flag](https://launchdarkly.com/docs/fed-docs/api/approvals/get-approvals-for-flag.mdx)
- Overview > Approvals [Review approval request](https://launchdarkly.com/docs/fed-docs/api/approvals/post-approval-request-review.mdx)
- Overview > Approvals [Review approval request for a flag](https://launchdarkly.com/docs/fed-docs/api/approvals/post-approval-request-review-for-flag.mdx)
- Overview > Approvals (beta) [Update approval request](https://launchdarkly.com/docs/fed-docs/api/approvals-beta/patch-approval-request.mdx)
- Overview > Approvals (beta) [Update flag approval request](https://launchdarkly.com/docs/fed-docs/api/approvals-beta/patch-flag-config-approval-request.mdx)
- Overview > Audit log [Get audit log entry](https://launchdarkly.com/docs/fed-docs/api/audit-log/get-audit-log-entry.mdx)
- Overview > Audit log [List audit log entries](https://launchdarkly.com/docs/fed-docs/api/audit-log/get-audit-log-entries.mdx)
- Overview > Audit log [Search audit log entries](https://launchdarkly.com/docs/fed-docs/api/audit-log/post-audit-log-entries.mdx)
- Overview > Code references [Create extinction](https://launchdarkly.com/docs/fed-docs/api/code-references/post-extinction.mdx)
- Overview > Code references [Create repository](https://launchdarkly.com/docs/fed-docs/api/code-references/post-repository.mdx)
- Overview > Code references [Delete branches](https://launchdarkly.com/docs/fed-docs/api/code-references/delete-branches.mdx)
- Overview > Code references [Delete repository](https://launchdarkly.com/docs/fed-docs/api/code-references/delete-repository.mdx)
- Overview > Code references [Get branch](https://launchdarkly.com/docs/fed-docs/api/code-references/get-branch.mdx)
- Overview > Code references [Get code references statistics for flags](https://launchdarkly.com/docs/fed-docs/api/code-references/get-statistics.mdx)
- Overview > Code references [Get links to code reference repositories for each project](https://launchdarkly.com/docs/fed-docs/api/code-references/get-root-statistic.mdx)
- Overview > Code references [Get repository](https://launchdarkly.com/docs/fed-docs/api/code-references/get-repository.mdx)
- Overview > Code references [List branches](https://launchdarkly.com/docs/fed-docs/api/code-references/get-branches.mdx)
- Overview > Code references [List extinctions](https://launchdarkly.com/docs/fed-docs/api/code-references/get-extinctions.mdx)
- Overview > Code references [List repositories](https://launchdarkly.com/docs/fed-docs/api/code-references/get-repositories.mdx)
- Overview > Code references [Update repository](https://launchdarkly.com/docs/fed-docs/api/code-references/patch-repository.mdx)
- Overview > Code references [Upsert branch](https://launchdarkly.com/docs/fed-docs/api/code-references/put-branch.mdx)
- Overview > Contexts [Create or update context kind](https://launchdarkly.com/docs/fed-docs/api/contexts/put-context-kind.mdx)
- Overview > Contexts [Delete context instances](https://launchdarkly.com/docs/fed-docs/api/contexts/delete-context-instances.mdx)
- Overview > Contexts [Evaluate flags for context instance](https://launchdarkly.com/docs/fed-docs/api/contexts/evaluate-context-instance.mdx)
- Overview > Contexts [Get context attribute names](https://launchdarkly.com/docs/fed-docs/api/contexts/get-context-attribute-names.mdx)
- Overview > Contexts [Get context attribute values](https://launchdarkly.com/docs/fed-docs/api/contexts/get-context-attribute-values.mdx)
- Overview > Contexts [Get context instances](https://launchdarkly.com/docs/fed-docs/api/contexts/get-context-instances.mdx)
- Overview > Contexts [Get context kinds](https://launchdarkly.com/docs/fed-docs/api/contexts/get-context-kinds-by-project-key.mdx)
- Overview > Contexts [Get contexts](https://launchdarkly.com/docs/fed-docs/api/contexts/get-contexts.mdx)
- Overview > Contexts [Search for context instances](https://launchdarkly.com/docs/fed-docs/api/contexts/search-context-instances.mdx)
- Overview > Contexts [Search for contexts](https://launchdarkly.com/docs/fed-docs/api/contexts/search-contexts.mdx)
- Overview > Context settings [Update flag settings for context](https://launchdarkly.com/docs/fed-docs/api/context-settings/put-context-flag-setting.mdx)
- Overview > Custom roles [Create custom role](https://launchdarkly.com/docs/fed-docs/api/custom-roles/post-custom-role.mdx)
- Overview > Custom roles [Delete custom role](https://launchdarkly.com/docs/fed-docs/api/custom-roles/delete-custom-role.mdx)
- Overview > Custom roles [Get custom role](https://launchdarkly.com/docs/fed-docs/api/custom-roles/get-custom-role.mdx)
- Overview > Custom roles [List custom roles](https://launchdarkly.com/docs/fed-docs/api/custom-roles/get-custom-roles.mdx)
- Overview > Custom roles [Update custom role](https://launchdarkly.com/docs/fed-docs/api/custom-roles/patch-custom-role.mdx)
- Overview > Data Export destinations [Create Data Export destination](https://launchdarkly.com/docs/fed-docs/api/data-export-destinations/post-destination.mdx)
- Overview > Data Export destinations [Delete Data Export destination](https://launchdarkly.com/docs/fed-docs/api/data-export-destinations/delete-destination.mdx)
- Overview > Data Export destinations [Generate Snowflake destination key pair](https://launchdarkly.com/docs/fed-docs/api/data-export-destinations/post-generate-warehouse-destination-key-pair.mdx)
- Overview > Data Export destinations [Get destination](https://launchdarkly.com/docs/fed-docs/api/data-export-destinations/get-destination.mdx)
- Overview > Data Export destinations [List destinations](https://launchdarkly.com/docs/fed-docs/api/data-export-destinations/get-destinations.mdx)
- Overview > Data Export destinations [Update Data Export destination](https://launchdarkly.com/docs/fed-docs/api/data-export-destinations/patch-destination.mdx)
- Overview > Environments [Create environment](https://launchdarkly.com/docs/fed-docs/api/environments/post-environment.mdx)
- Overview > Environments [Delete environment](https://launchdarkly.com/docs/fed-docs/api/environments/delete-environment.mdx)
- Overview > Environments [Get environment](https://launchdarkly.com/docs/fed-docs/api/environments/get-environment.mdx)
- Overview > Environments [List environments](https://launchdarkly.com/docs/fed-docs/api/environments/get-environments-by-project.mdx)
- Overview > Environments [Reset environment mobile SDK key](https://launchdarkly.com/docs/fed-docs/api/environments/reset-environment-mobile-key.mdx)
- Overview > Environments [Reset environment SDK key](https://launchdarkly.com/docs/fed-docs/api/environments/reset-environment-sdk-key.mdx)
- Overview > Environments [Update environment](https://launchdarkly.com/docs/fed-docs/api/environments/patch-environment.mdx)
- Overview > Experiments [Create experiment](https://launchdarkly.com/docs/fed-docs/api/experiments/create-experiment.mdx)
- Overview > Experiments [Create iteration](https://launchdarkly.com/docs/fed-docs/api/experiments/create-iteration.mdx)
- Overview > Experiments [Get experiment](https://launchdarkly.com/docs/fed-docs/api/experiments/get-experiment.mdx)
- Overview > Experiments [Get experiment results (Deprecated)](https://launchdarkly.com/docs/fed-docs/api/experiments/get-experiment-results.mdx)
- Overview > Experiments [Get experiment results for metric group (Deprecated)](https://launchdarkly.com/docs/fed-docs/api/experiments/get-experiment-results-for-metric-group.mdx)
- Overview > Experiments [Get experimentation settings](https://launchdarkly.com/docs/fed-docs/api/experiments/get-experimentation-settings.mdx)
- Overview > Experiments [Get experiments](https://launchdarkly.com/docs/fed-docs/api/experiments/get-experiments.mdx)
- Overview > Experiments [Patch experiment](https://launchdarkly.com/docs/fed-docs/api/experiments/patch-experiment.mdx)
- Overview > Experiments [Update experimentation settings](https://launchdarkly.com/docs/fed-docs/api/experiments/put-experimentation-settings.mdx)
- Overview > Feature flags [Copy feature flag](https://launchdarkly.com/docs/fed-docs/api/feature-flags/copy-feature-flag.mdx)
- Overview > Feature flags [Create a feature flag](https://launchdarkly.com/docs/fed-docs/api/feature-flags/post-feature-flag.mdx)
- Overview > Feature flags [Delete feature flag](https://launchdarkly.com/docs/fed-docs/api/feature-flags/delete-feature-flag.mdx)
- Overview > Feature flags [Get expiring context targets for feature flag](https://launchdarkly.com/docs/fed-docs/api/feature-flags/get-expiring-context-targets.mdx)
- Overview > Feature flags [Get expiring user targets for feature flag](https://launchdarkly.com/docs/fed-docs/api/feature-flags/get-expiring-user-targets.mdx)
- Overview > Feature flags [Get feature flag](https://launchdarkly.com/docs/fed-docs/api/feature-flags/get-feature-flag.mdx)
- Overview > Feature flags [Get feature flag status](https://launchdarkly.com/docs/fed-docs/api/feature-flags/get-feature-flag-status.mdx)
- Overview > Feature flags [Get flag status across environments](https://launchdarkly.com/docs/fed-docs/api/feature-flags/get-feature-flag-status-across-environments.mdx)
- Overview > Feature flags [Get migration safety issues](https://launchdarkly.com/docs/fed-docs/api/feature-flags/post-migration-safety-issues.mdx)
- Overview > Feature flags [List feature flag statuses](https://launchdarkly.com/docs/fed-docs/api/feature-flags/get-feature-flag-statuses.mdx)
- Overview > Feature flags [List feature flags](https://launchdarkly.com/docs/fed-docs/api/feature-flags/get-feature-flags.mdx)
- Overview > Feature flags [Update expiring context targets on feature flag](https://launchdarkly.com/docs/fed-docs/api/feature-flags/patch-expiring-targets.mdx)
- Overview > Feature flags [Update expiring user targets on feature flag](https://launchdarkly.com/docs/fed-docs/api/feature-flags/patch-expiring-user-targets.mdx)
- Overview > Feature flags [Update feature flag](https://launchdarkly.com/docs/fed-docs/api/feature-flags/patch-feature-flag.mdx)
- Overview > Feature flags (beta) [List dependent feature flags](https://launchdarkly.com/docs/fed-docs/api/feature-flags-beta/get-dependent-flags.mdx)
- Overview > Feature flags (beta) [List dependent feature flags by environment](https://launchdarkly.com/docs/fed-docs/api/feature-flags-beta/get-dependent-flags-by-env.mdx)
- Overview > Flag import configurations (beta) [Create a flag import configuration](https://launchdarkly.com/docs/fed-docs/api/flag-import-configurations-beta/create-flag-import-configuration.mdx)
- Overview > Flag import configurations (beta) [Delete a flag import configuration](https://launchdarkly.com/docs/fed-docs/api/flag-import-configurations-beta/delete-flag-import-configuration.mdx)
- Overview > Flag import configurations (beta) [Get a single flag import configuration](https://launchdarkly.com/docs/fed-docs/api/flag-import-configurations-beta/get-flag-import-configuration.mdx)
- Overview > Flag import configurations (beta) [List all flag import configurations](https://launchdarkly.com/docs/fed-docs/api/flag-import-configurations-beta/get-flag-import-configurations.mdx)
- Overview > Flag import configurations (beta) [Trigger a single flag import run](https://launchdarkly.com/docs/fed-docs/api/flag-import-configurations-beta/trigger-flag-import-job.mdx)
- Overview > Flag import configurations (beta) [Update a flag import configuration](https://launchdarkly.com/docs/fed-docs/api/flag-import-configurations-beta/patch-flag-import-configuration.mdx)
- Overview > Flag links (beta) [Create flag link](https://launchdarkly.com/docs/fed-docs/api/flag-links-beta/create-flag-link.mdx)
- Overview > Flag links (beta) [Delete flag link](https://launchdarkly.com/docs/fed-docs/api/flag-links-beta/delete-flag-link.mdx)
- Overview > Flag links (beta) [List flag links](https://launchdarkly.com/docs/fed-docs/api/flag-links-beta/get-flag-links.mdx)
- Overview > Flag links (beta) [Update flag link](https://launchdarkly.com/docs/fed-docs/api/flag-links-beta/update-flag-link.mdx)
- Overview > Flag triggers [Create flag trigger](https://launchdarkly.com/docs/fed-docs/api/flag-triggers/create-trigger-workflow.mdx)
- Overview > Flag triggers [Delete flag trigger](https://launchdarkly.com/docs/fed-docs/api/flag-triggers/delete-trigger-workflow.mdx)
- Overview > Flag triggers [Get flag trigger by ID](https://launchdarkly.com/docs/fed-docs/api/flag-triggers/get-trigger-workflow-by-id.mdx)
- Overview > Flag triggers [List flag triggers](https://launchdarkly.com/docs/fed-docs/api/flag-triggers/get-trigger-workflows.mdx)
- Overview > Flag triggers [Update flag trigger](https://launchdarkly.com/docs/fed-docs/api/flag-triggers/patch-trigger-workflow.mdx)
- Overview > Follow flags [Add a member as a follower of a flag in a project and environment](https://launchdarkly.com/docs/fed-docs/api/follow-flags/put-flag-follower.mdx)
- Overview > Follow flags [Get followers of a flag in a project and environment](https://launchdarkly.com/docs/fed-docs/api/follow-flags/get-flag-followers.mdx)
- Overview > Follow flags [Get followers of all flags in a given project and environment](https://launchdarkly.com/docs/fed-docs/api/follow-flags/get-followers-by-proj-env.mdx)
- Overview > Follow flags [Remove a member as a follower of a flag in a project and environment](https://launchdarkly.com/docs/fed-docs/api/follow-flags/delete-flag-follower.mdx)
- Overview > Holdouts (beta) [Create holdout](https://launchdarkly.com/docs/fed-docs/api/holdouts-beta/post-holdout.mdx)
- Overview > Holdouts (beta) [Get all holdouts](https://launchdarkly.com/docs/fed-docs/api/holdouts-beta/get-all-holdouts.mdx)
- Overview > Holdouts (beta) [Get holdout](https://launchdarkly.com/docs/fed-docs/api/holdouts-beta/get-holdout.mdx)
- Overview > Holdouts (beta) [Get Holdout by Id](https://launchdarkly.com/docs/fed-docs/api/holdouts-beta/get-holdout-by-id.mdx)
- Overview > Holdouts (beta) [Patch holdout](https://launchdarkly.com/docs/fed-docs/api/holdouts-beta/patch-holdout.mdx)
- Overview > Insights charts (beta) [Get deployment frequency chart data](https://launchdarkly.com/docs/fed-docs/api/insights-charts-beta/get-deployment-frequency-chart.mdx)
- Overview > Insights charts (beta) [Get flag status chart data](https://launchdarkly.com/docs/fed-docs/api/insights-charts-beta/get-flag-status-chart.mdx)
- Overview > Insights charts (beta) [Get lead time chart data](https://launchdarkly.com/docs/fed-docs/api/insights-charts-beta/get-lead-time-chart.mdx)
- Overview > Insights charts (beta) [Get release frequency chart data](https://launchdarkly.com/docs/fed-docs/api/insights-charts-beta/get-release-frequency-chart.mdx)
- Overview > Insights charts (beta) [Get stale flags chart data](https://launchdarkly.com/docs/fed-docs/api/insights-charts-beta/get-stale-flags-chart.mdx)
- Overview > Insights deployments (beta) [Create deployment event](https://launchdarkly.com/docs/fed-docs/api/insights-deployments-beta/create-deployment-event.mdx)
- Overview > Insights deployments (beta) [Get deployment](https://launchdarkly.com/docs/fed-docs/api/insights-deployments-beta/get-deployment.mdx)
- Overview > Insights deployments (beta) [List deployments](https://launchdarkly.com/docs/fed-docs/api/insights-deployments-beta/get-deployments.mdx)
- Overview > Insights deployments (beta) [Update deployment](https://launchdarkly.com/docs/fed-docs/api/insights-deployments-beta/update-deployment.mdx)
- Overview > Insights flag events (beta) [List flag events](https://launchdarkly.com/docs/fed-docs/api/insights-flag-events-beta/get-flag-events.mdx)
- Overview > Insights pull requests (beta) [List pull requests](https://launchdarkly.com/docs/fed-docs/api/insights-pull-requests-beta/get-pull-requests.mdx)
- Overview > Insights repositories (beta) [Associate repositories with projects](https://launchdarkly.com/docs/fed-docs/api/insights-repositories-beta/associate-repositories-and-projects.mdx)
- Overview > Insights repositories (beta) [List repositories](https://launchdarkly.com/docs/fed-docs/api/insights-repositories-beta/get-insights-repositories.mdx)
- Overview > Insights repositories (beta) [Remove repository project association](https://launchdarkly.com/docs/fed-docs/api/insights-repositories-beta/delete-repository-project.mdx)
- Overview > Insights scores (beta) [Create insight group](https://launchdarkly.com/docs/fed-docs/api/insights-scores-beta/create-insight-group.mdx)
- Overview > Insights scores (beta) [Delete insight group](https://launchdarkly.com/docs/fed-docs/api/insights-scores-beta/delete-insight-group.mdx)
- Overview > Insights scores (beta) [Get insight group](https://launchdarkly.com/docs/fed-docs/api/insights-scores-beta/get-insight-group.mdx)
- Overview > Insights scores (beta) [Get insight scores](https://launchdarkly.com/docs/fed-docs/api/insights-scores-beta/get-insights-scores.mdx)
- Overview > Insights scores (beta) [List insight groups](https://launchdarkly.com/docs/fed-docs/api/insights-scores-beta/get-insight-groups.mdx)
- Overview > Insights scores (beta) [Patch insight group](https://launchdarkly.com/docs/fed-docs/api/insights-scores-beta/patch-insight-group.mdx)
- Overview > Integration audit log subscriptions [Create audit log subscription](https://launchdarkly.com/docs/fed-docs/api/integration-audit-log-subscriptions/create-subscription.mdx)
- Overview > Integration audit log subscriptions [Delete audit log subscription](https://launchdarkly.com/docs/fed-docs/api/integration-audit-log-subscriptions/delete-subscription.mdx)
- Overview > Integration audit log subscriptions [Get audit log subscription by ID](https://launchdarkly.com/docs/fed-docs/api/integration-audit-log-subscriptions/get-subscription-by-id.mdx)
- Overview > Integration audit log subscriptions [Get audit log subscriptions by integration](https://launchdarkly.com/docs/fed-docs/api/integration-audit-log-subscriptions/get-subscriptions.mdx)
- Overview > Integration audit log subscriptions [Update audit log subscription](https://launchdarkly.com/docs/fed-docs/api/integration-audit-log-subscriptions/update-subscription.mdx)
- Overview > Integration delivery configurations (beta) [Create delivery configuration](https://launchdarkly.com/docs/fed-docs/api/integration-delivery-configurations-beta/create-integration-delivery-configuration.mdx)
- Overview > Integration delivery configurations (beta) [Delete delivery configuration](https://launchdarkly.com/docs/fed-docs/api/integration-delivery-configurations-beta/delete-integration-delivery-configuration.mdx)
- Overview > Integration delivery configurations (beta) [Get delivery configuration by ID](https://launchdarkly.com/docs/fed-docs/api/integration-delivery-configurations-beta/get-integration-delivery-configuration-by-id.mdx)
- Overview > Integration delivery configurations (beta) [Get delivery configurations by environment](https://launchdarkly.com/docs/fed-docs/api/integration-delivery-configurations-beta/get-integration-delivery-configuration-by-environment.mdx)
- Overview > Integration delivery configurations (beta) [List all delivery configurations](https://launchdarkly.com/docs/fed-docs/api/integration-delivery-configurations-beta/get-integration-delivery-configurations.mdx)
- Overview > Integration delivery configurations (beta) [Update delivery configuration](https://launchdarkly.com/docs/fed-docs/api/integration-delivery-configurations-beta/patch-integration-delivery-configuration.mdx)
- Overview > Integration delivery configurations (beta) [Validate delivery configuration](https://launchdarkly.com/docs/fed-docs/api/integration-delivery-configurations-beta/validate-integration-delivery-configuration.mdx)
- Overview > Integrations (beta) [Create integration configuration](https://launchdarkly.com/docs/fed-docs/api/integrations-beta/create-integration-configuration.mdx)
- Overview > Integrations (beta) [Delete integration configuration](https://launchdarkly.com/docs/fed-docs/api/integrations-beta/delete-integration-configuration.mdx)
- Overview > Integrations (beta) [Get all configurations for the integration](https://launchdarkly.com/docs/fed-docs/api/integrations-beta/get-all-integration-configurations.mdx)
- Overview > Integrations (beta) [Get an integration configuration](https://launchdarkly.com/docs/fed-docs/api/integrations-beta/get-integration-configuration.mdx)
- Overview > Integrations (beta) [Update integration configuration](https://launchdarkly.com/docs/fed-docs/api/integrations-beta/update-integration-configuration.mdx)
- Overview > Layers [Create layer](https://launchdarkly.com/docs/fed-docs/api/layers/create-layer.mdx)
- Overview > Layers [Get layers](https://launchdarkly.com/docs/fed-docs/api/layers/get-layers.mdx)
- Overview > Layers [Update layer](https://launchdarkly.com/docs/fed-docs/api/layers/update-layer.mdx)
- Overview > Metrics [Create metric](https://launchdarkly.com/docs/fed-docs/api/metrics/post-metric.mdx)
- Overview > Metrics [Delete metric](https://launchdarkly.com/docs/fed-docs/api/metrics/delete-metric.mdx)
- Overview > Metrics [Get metric](https://launchdarkly.com/docs/fed-docs/api/metrics/get-metric.mdx)
- Overview > Metrics [List metrics](https://launchdarkly.com/docs/fed-docs/api/metrics/get-metrics.mdx)
- Overview > Metrics [Update metric](https://launchdarkly.com/docs/fed-docs/api/metrics/patch-metric.mdx)
- Overview > Metrics (beta) [Create metric group](https://launchdarkly.com/docs/fed-docs/api/metrics-beta/create-metric-group.mdx)
- Overview > Metrics (beta) [Delete metric group](https://launchdarkly.com/docs/fed-docs/api/metrics-beta/delete-metric-group.mdx)
- Overview > Metrics (beta) [Get metric group](https://launchdarkly.com/docs/fed-docs/api/metrics-beta/get-metric-group.mdx)
- Overview > Metrics (beta) [List metric groups](https://launchdarkly.com/docs/fed-docs/api/metrics-beta/get-metric-groups.mdx)
- Overview > Metrics (beta) [Patch metric group](https://launchdarkly.com/docs/fed-docs/api/metrics-beta/patch-metric-group.mdx)
- Overview > OAuth2 Clients [Create a LaunchDarkly OAuth 2.0 client](https://launchdarkly.com/docs/fed-docs/api/o-auth-2-clients/create-o-auth-2-client.mdx)
- Overview > OAuth2 Clients [Delete OAuth 2.0 client](https://launchdarkly.com/docs/fed-docs/api/o-auth-2-clients/delete-o-auth-client.mdx)
- Overview > OAuth2 Clients [Get client by ID](https://launchdarkly.com/docs/fed-docs/api/o-auth-2-clients/get-o-auth-client-by-id.mdx)
- Overview > OAuth2 Clients [Get clients](https://launchdarkly.com/docs/fed-docs/api/o-auth-2-clients/get-o-auth-clients.mdx)
- Overview > OAuth2 Clients [Patch client by ID](https://launchdarkly.com/docs/fed-docs/api/o-auth-2-clients/patch-o-auth-client.mdx)
- Overview > Persistent store integrations (beta) [Create big segment store integration](https://launchdarkly.com/docs/fed-docs/api/persistent-store-integrations-beta/create-big-segment-store-integration.mdx)
- Overview > Persistent store integrations (beta) [Delete big segment store integration](https://launchdarkly.com/docs/fed-docs/api/persistent-store-integrations-beta/delete-big-segment-store-integration.mdx)
- Overview > Persistent store integrations (beta) [Get big segment store integration by ID](https://launchdarkly.com/docs/fed-docs/api/persistent-store-integrations-beta/get-big-segment-store-integration.mdx)
- Overview > Persistent store integrations (beta) [List all big segment store integrations](https://launchdarkly.com/docs/fed-docs/api/persistent-store-integrations-beta/get-big-segment-store-integrations.mdx)
- Overview > Persistent store integrations (beta) [Update big segment store integration](https://launchdarkly.com/docs/fed-docs/api/persistent-store-integrations-beta/patch-big-segment-store-integration.mdx)
- Overview > Projects [Create or update flag defaults for project](https://launchdarkly.com/docs/fed-docs/api/projects/put-flag-defaults-by-project.mdx)
- Overview > Projects [Create project](https://launchdarkly.com/docs/fed-docs/api/projects/post-project.mdx)
- Overview > Projects [Delete project](https://launchdarkly.com/docs/fed-docs/api/projects/delete-project.mdx)
- Overview > Projects [Get flag defaults for project](https://launchdarkly.com/docs/fed-docs/api/projects/get-flag-defaults-by-project.mdx)
- Overview > Projects [Get project](https://launchdarkly.com/docs/fed-docs/api/projects/get-project.mdx)
- Overview > Projects [List projects](https://launchdarkly.com/docs/fed-docs/api/projects/get-projects.mdx)
- Overview > Projects [Update flag default for project](https://launchdarkly.com/docs/fed-docs/api/projects/patch-flag-defaults-by-project.mdx)
- Overview > Projects [Update project](https://launchdarkly.com/docs/fed-docs/api/projects/patch-project.mdx)
- Overview > Relay Proxy configurations [Create a new Relay Proxy config](https://launchdarkly.com/docs/fed-docs/api/relay-proxy-configurations/post-relay-auto-config.mdx)
- Overview > Relay Proxy configurations [Delete Relay Proxy config by ID](https://launchdarkly.com/docs/fed-docs/api/relay-proxy-configurations/delete-relay-auto-config.mdx)
- Overview > Relay Proxy configurations [Get Relay Proxy config](https://launchdarkly.com/docs/fed-docs/api/relay-proxy-configurations/get-relay-proxy-config.mdx)
- Overview > Relay Proxy configurations [List Relay Proxy configs](https://launchdarkly.com/docs/fed-docs/api/relay-proxy-configurations/get-relay-proxy-configs.mdx)
- Overview > Relay Proxy configurations [Reset Relay Proxy configuration key](https://launchdarkly.com/docs/fed-docs/api/relay-proxy-configurations/reset-relay-auto-config.mdx)
- Overview > Relay Proxy configurations [Update a Relay Proxy config](https://launchdarkly.com/docs/fed-docs/api/relay-proxy-configurations/patch-relay-auto-config.mdx)
- Overview > Release pipelines (beta) [Create a release pipeline](https://launchdarkly.com/docs/fed-docs/api/release-pipelines-beta/post-release-pipeline.mdx)
- Overview > Release pipelines (beta) [Delete release pipeline](https://launchdarkly.com/docs/fed-docs/api/release-pipelines-beta/delete-release-pipeline.mdx)
- Overview > Release pipelines (beta) [Get all release pipelines](https://launchdarkly.com/docs/fed-docs/api/release-pipelines-beta/get-all-release-pipelines.mdx)
- Overview > Release pipelines (beta) [Get release pipeline by key](https://launchdarkly.com/docs/fed-docs/api/release-pipelines-beta/get-release-pipeline-by-key.mdx)
- Overview > Release pipelines (beta) [Get release progressions for release pipeline](https://launchdarkly.com/docs/fed-docs/api/release-pipelines-beta/get-all-release-progressions-for-release-pipeline.mdx)
- Overview > Release pipelines (beta) [Update a release pipeline](https://launchdarkly.com/docs/fed-docs/api/release-pipelines-beta/put-release-pipeline.mdx)
- Overview > Releases (beta) [Create a new release for flag](https://launchdarkly.com/docs/fed-docs/api/releases-beta/create-release-for-flag.mdx)
- Overview > Releases (beta) [Delete a release for flag](https://launchdarkly.com/docs/fed-docs/api/releases-beta/delete-release-by-flag-key.mdx)
- Overview > Releases (beta) [Get release for flag](https://launchdarkly.com/docs/fed-docs/api/releases-beta/get-release-by-flag-key.mdx)
- Overview > Releases (beta) [Patch release for flag](https://launchdarkly.com/docs/fed-docs/api/releases-beta/patch-release-by-flag-key.mdx)
- Overview > Releases (beta) [Update phase status for release](https://launchdarkly.com/docs/fed-docs/api/releases-beta/update-phase-status.mdx)
- Overview > Scheduled changes [Create scheduled changes workflow](https://launchdarkly.com/docs/fed-docs/api/scheduled-changes/post-flag-config-scheduled-changes.mdx)
- Overview > Scheduled changes [Delete scheduled changes workflow](https://launchdarkly.com/docs/fed-docs/api/scheduled-changes/delete-flag-config-scheduled-changes.mdx)
- Overview > Scheduled changes [Get a scheduled change](https://launchdarkly.com/docs/fed-docs/api/scheduled-changes/get-feature-flag-scheduled-change.mdx)
- Overview > Scheduled changes [List scheduled changes](https://launchdarkly.com/docs/fed-docs/api/scheduled-changes/get-flag-config-scheduled-changes.mdx)
- Overview > Scheduled changes [Update scheduled changes workflow](https://launchdarkly.com/docs/fed-docs/api/scheduled-changes/patch-flag-config-scheduled-change.mdx)
- Overview > Segments [Create big segment export](https://launchdarkly.com/docs/fed-docs/api/segments/create-big-segment-export.mdx)
- Overview > Segments [Create big segment import](https://launchdarkly.com/docs/fed-docs/api/segments/create-big-segment-import.mdx)
- Overview > Segments [Create segment](https://launchdarkly.com/docs/fed-docs/api/segments/post-segment.mdx)
- Overview > Segments [Delete segment](https://launchdarkly.com/docs/fed-docs/api/segments/delete-segment.mdx)
- Overview > Segments [Get big segment export](https://launchdarkly.com/docs/fed-docs/api/segments/get-big-segment-export.mdx)
- Overview > Segments [Get big segment import](https://launchdarkly.com/docs/fed-docs/api/segments/get-big-segment-import.mdx)
- Overview > Segments [Get big segment membership for context](https://launchdarkly.com/docs/fed-docs/api/segments/get-segment-membership-for-context.mdx)
- Overview > Segments [Get big segment membership for user](https://launchdarkly.com/docs/fed-docs/api/segments/get-segment-membership-for-user.mdx)
- Overview > Segments [Get expiring targets for segment](https://launchdarkly.com/docs/fed-docs/api/segments/get-expiring-targets-for-segment.mdx)
- Overview > Segments [Get expiring user targets for segment](https://launchdarkly.com/docs/fed-docs/api/segments/get-expiring-user-targets-for-segment.mdx)
- Overview > Segments [Get segment](https://launchdarkly.com/docs/fed-docs/api/segments/get-segment.mdx)
- Overview > Segments [List segment memberships for context instance](https://launchdarkly.com/docs/fed-docs/api/segments/get-context-instance-segments-membership-by-env.mdx)
- Overview > Segments [List segments](https://launchdarkly.com/docs/fed-docs/api/segments/get-segments.mdx)
- Overview > Segments [Patch segment](https://launchdarkly.com/docs/fed-docs/api/segments/patch-segment.mdx)
- Overview > Segments [Update context targets on a big segment](https://launchdarkly.com/docs/fed-docs/api/segments/update-big-segment-context-targets.mdx)
- Overview > Segments [Update expiring targets for segment](https://launchdarkly.com/docs/fed-docs/api/segments/patch-expiring-targets-for-segment.mdx)
- Overview > Segments [Update expiring user targets for segment](https://launchdarkly.com/docs/fed-docs/api/segments/patch-expiring-user-targets-for-segment.mdx)
- Overview > Segments [Update user context targets on a big segment](https://launchdarkly.com/docs/fed-docs/api/segments/update-big-segment-targets.mdx)
- Overview > Tags [List tags](https://launchdarkly.com/docs/fed-docs/api/tags/get-tags.mdx)
- Overview > Teams [Add multiple members to team](https://launchdarkly.com/docs/fed-docs/api/teams/post-team-members.mdx)
- Overview > Teams [Create team](https://launchdarkly.com/docs/fed-docs/api/teams/post-team.mdx)
- Overview > Teams [Delete team](https://launchdarkly.com/docs/fed-docs/api/teams/delete-team.mdx)
- Overview > Teams [Get team](https://launchdarkly.com/docs/fed-docs/api/teams/get-team.mdx)
- Overview > Teams [Get team custom roles](https://launchdarkly.com/docs/fed-docs/api/teams/get-team-roles.mdx)
- Overview > Teams [Get team maintainers](https://launchdarkly.com/docs/fed-docs/api/teams/get-team-maintainers.mdx)
- Overview > Teams [List teams](https://launchdarkly.com/docs/fed-docs/api/teams/get-teams.mdx)
- Overview > Teams [Update team](https://launchdarkly.com/docs/fed-docs/api/teams/patch-team.mdx)
- Overview > Teams (beta) [Update teams](https://launchdarkly.com/docs/fed-docs/api/teams-beta/patch-teams.mdx)
- Overview > Users [Delete user](https://launchdarkly.com/docs/fed-docs/api/users/delete-user.mdx)
- Overview > Users [Find users](https://launchdarkly.com/docs/fed-docs/api/users/get-search-users.mdx)
- Overview > Users [Get user](https://launchdarkly.com/docs/fed-docs/api/users/get-user.mdx)
- Overview > Users [List users](https://launchdarkly.com/docs/fed-docs/api/users/get-users.mdx)
- Overview > Users (beta) [Get user attribute names](https://launchdarkly.com/docs/fed-docs/api/users-beta/get-user-attribute-names.mdx)
- Overview > User settings [Get expiring dates on flags for user](https://launchdarkly.com/docs/fed-docs/api/user-settings/get-expiring-flags-for-user.mdx)
- Overview > User settings [Get flag setting for user](https://launchdarkly.com/docs/fed-docs/api/user-settings/get-user-flag-setting.mdx)
- Overview > User settings [List flag settings for user](https://launchdarkly.com/docs/fed-docs/api/user-settings/get-user-flag-settings.mdx)
- Overview > User settings [Update expiring user target for flags](https://launchdarkly.com/docs/fed-docs/api/user-settings/patch-expiring-flags-for-user.mdx)
- Overview > User settings [Update flag settings for user](https://launchdarkly.com/docs/fed-docs/api/user-settings/put-flag-setting.mdx)
- Overview > Webhooks [Creates a webhook](https://launchdarkly.com/docs/fed-docs/api/webhooks/post-webhook.mdx)
- Overview > Webhooks [Delete webhook](https://launchdarkly.com/docs/fed-docs/api/webhooks/delete-webhook.mdx)
- Overview > Webhooks [Get webhook](https://launchdarkly.com/docs/fed-docs/api/webhooks/get-webhook.mdx)
- Overview > Webhooks [List webhooks](https://launchdarkly.com/docs/fed-docs/api/webhooks/get-all-webhooks.mdx)
- Overview > Webhooks [Update webhook](https://launchdarkly.com/docs/fed-docs/api/webhooks/patch-webhook.mdx)
- Overview > Workflows [Create workflow](https://launchdarkly.com/docs/fed-docs/api/workflows/post-workflow.mdx)
- Overview > Workflows [Delete workflow](https://launchdarkly.com/docs/fed-docs/api/workflows/delete-workflow.mdx)
- Overview > Workflows [Get custom workflow](https://launchdarkly.com/docs/fed-docs/api/workflows/get-custom-workflow.mdx)
- Overview > Workflows [Get workflows](https://launchdarkly.com/docs/fed-docs/api/workflows/get-workflows.mdx)
- Overview > Workflow templates [Create workflow template](https://launchdarkly.com/docs/fed-docs/api/workflow-templates/create-workflow-template.mdx)
- Overview > Workflow templates [Delete workflow template](https://launchdarkly.com/docs/fed-docs/api/workflow-templates/delete-workflow-template.mdx)
- Overview > Workflow templates [Get workflow templates](https://launchdarkly.com/docs/fed-docs/api/workflow-templates/get-workflow-templates.mdx)
- Overview > Other [Get version information](https://launchdarkly.com/docs/fed-docs/api/other/get-versions.mdx)
- Overview > Other [Gets the OpenAPI spec in json](https://launchdarkly.com/docs/fed-docs/api/other/get-openapi-spec.mdx)
- Overview > Other [Gets the public IP list](https://launchdarkly.com/docs/fed-docs/api/other/get-ips.mdx)
- Overview > Other [Identify the caller](https://launchdarkly.com/docs/fed-docs/api/other/get-caller-identity.mdx)
- Overview > Other [Root resource](https://launchdarkly.com/docs/fed-docs/api/other/get-root.mdx)
- Overview > Access tokens [Create access token](https://launchdarkly.com/docs/eu-docs/api/access-tokens/post-token.mdx)
- Overview > Access tokens [Delete access token](https://launchdarkly.com/docs/eu-docs/api/access-tokens/delete-token.mdx)
- Overview > Access tokens [Get access token](https://launchdarkly.com/docs/eu-docs/api/access-tokens/get-token.mdx)
- Overview > Access tokens [List access tokens](https://launchdarkly.com/docs/eu-docs/api/access-tokens/get-tokens.mdx)
- Overview > Access tokens [Patch access token](https://launchdarkly.com/docs/eu-docs/api/access-tokens/patch-token.mdx)
- Overview > Access tokens [Reset access token](https://launchdarkly.com/docs/eu-docs/api/access-tokens/reset-token.mdx)
- Overview > Account members [Add a member to teams](https://launchdarkly.com/docs/eu-docs/api/account-members/post-member-teams.mdx)
- Overview > Account members [Delete account member](https://launchdarkly.com/docs/eu-docs/api/account-members/delete-member.mdx)
- Overview > Account members [Get account member](https://launchdarkly.com/docs/eu-docs/api/account-members/get-member.mdx)
- Overview > Account members [Invite new members](https://launchdarkly.com/docs/eu-docs/api/account-members/post-members.mdx)
- Overview > Account members [List account members](https://launchdarkly.com/docs/eu-docs/api/account-members/get-members.mdx)
- Overview > Account members [Modify an account member](https://launchdarkly.com/docs/eu-docs/api/account-members/patch-member.mdx)
- Overview > Account members (beta) [Modify account members](https://launchdarkly.com/docs/eu-docs/api/account-members-beta/patch-members.mdx)
- Overview > Account usage (beta) [Get data export events usage](https://launchdarkly.com/docs/eu-docs/api/account-usage-beta/get-data-export-events-usage.mdx)
- Overview > Account usage (beta) [Get evaluations usage](https://launchdarkly.com/docs/eu-docs/api/account-usage-beta/get-evaluations-usage.mdx)
- Overview > Account usage (beta) [Get events usage](https://launchdarkly.com/docs/eu-docs/api/account-usage-beta/get-events-usage.mdx)
- Overview > Account usage (beta) [Get experimentation keys usage](https://launchdarkly.com/docs/eu-docs/api/account-usage-beta/get-experimentation-keys-usage.mdx)
- Overview > Account usage (beta) [Get experimentation units usage](https://launchdarkly.com/docs/eu-docs/api/account-usage-beta/get-experimentation-units-usage.mdx)
- Overview > Account usage (beta) [Get MAU SDKs by type](https://launchdarkly.com/docs/eu-docs/api/account-usage-beta/get-mau-sdks-by-type.mdx)
- Overview > Account usage (beta) [Get MAU usage](https://launchdarkly.com/docs/eu-docs/api/account-usage-beta/get-mau-usage.mdx)
- Overview > Account usage (beta) [Get MAU usage by category](https://launchdarkly.com/docs/eu-docs/api/account-usage-beta/get-mau-usage-by-category.mdx)
- Overview > Account usage (beta) [Get service connection usage](https://launchdarkly.com/docs/eu-docs/api/account-usage-beta/get-service-connection-usage.mdx)
- Overview > Account usage (beta) [Get stream usage](https://launchdarkly.com/docs/eu-docs/api/account-usage-beta/get-stream-usage.mdx)
- Overview > Account usage (beta) [Get stream usage by SDK version](https://launchdarkly.com/docs/eu-docs/api/account-usage-beta/get-stream-usage-by-sdk-version.mdx)
- Overview > Account usage (beta) [Get stream usage SDK versions](https://launchdarkly.com/docs/eu-docs/api/account-usage-beta/get-stream-usage-sdkversion.mdx)
- Overview > AI Configs (beta) [Add AI models to the restricted list](https://launchdarkly.com/docs/eu-docs/api/ai-configs-beta/post-restricted-models.mdx)
- Overview > AI Configs (beta) [Create AI Config variation](https://launchdarkly.com/docs/eu-docs/api/ai-configs-beta/post-ai-config-variation.mdx)
- Overview > AI Configs (beta) [Create an AI model config](https://launchdarkly.com/docs/eu-docs/api/ai-configs-beta/post-model-config.mdx)
- Overview > AI Configs (beta) [Create new AI Config](https://launchdarkly.com/docs/eu-docs/api/ai-configs-beta/post-ai-config.mdx)
- Overview > AI Configs (beta) [Delete AI Config](https://launchdarkly.com/docs/eu-docs/api/ai-configs-beta/delete-ai-config.mdx)
- Overview > AI Configs (beta) [Delete AI Config variation](https://launchdarkly.com/docs/eu-docs/api/ai-configs-beta/delete-ai-config-variation.mdx)
- Overview > AI Configs (beta) [Delete an AI model config](https://launchdarkly.com/docs/eu-docs/api/ai-configs-beta/delete-model-config.mdx)
- Overview > AI Configs (beta) [Get AI Config](https://launchdarkly.com/docs/eu-docs/api/ai-configs-beta/get-ai-config.mdx)
- Overview > AI Configs (beta) [Get AI Config metrics](https://launchdarkly.com/docs/eu-docs/api/ai-configs-beta/get-ai-config-metrics.mdx)
- Overview > AI Configs (beta) [Get AI Config metrics by variation](https://launchdarkly.com/docs/eu-docs/api/ai-configs-beta/get-ai-config-metrics-by-variation.mdx)
- Overview > AI Configs (beta) [Get AI Config variation](https://launchdarkly.com/docs/eu-docs/api/ai-configs-beta/get-ai-config-variation.mdx)
- Overview > AI Configs (beta) [Get AI model config](https://launchdarkly.com/docs/eu-docs/api/ai-configs-beta/get-model-config.mdx)
- Overview > AI Configs (beta) [List AI Configs](https://launchdarkly.com/docs/eu-docs/api/ai-configs-beta/get-ai-configs.mdx)
- Overview > AI Configs (beta) [List AI model configs](https://launchdarkly.com/docs/eu-docs/api/ai-configs-beta/list-model-configs.mdx)
- Overview > AI Configs (beta) [Remove AI models from the restricted list](https://launchdarkly.com/docs/eu-docs/api/ai-configs-beta/delete-restricted-models.mdx)
- Overview > AI Configs (beta) [Update AI Config](https://launchdarkly.com/docs/eu-docs/api/ai-configs-beta/patch-ai-config.mdx)
- Overview > AI Configs (beta) [Update AI Config variation](https://launchdarkly.com/docs/eu-docs/api/ai-configs-beta/patch-ai-config-variation.mdx)
- Overview > Announcements [Create an announcement](https://launchdarkly.com/docs/eu-docs/api/announcements/create-announcement-public.mdx)
- Overview > Announcements [Delete an announcement](https://launchdarkly.com/docs/eu-docs/api/announcements/delete-announcement-public.mdx)
- Overview > Announcements [Get announcements](https://launchdarkly.com/docs/eu-docs/api/announcements/get-announcements-public.mdx)
- Overview > Announcements [Update an announcement](https://launchdarkly.com/docs/eu-docs/api/announcements/update-announcement-public.mdx)
- Overview > Applications (beta) [Delete application](https://launchdarkly.com/docs/eu-docs/api/applications-beta/delete-application.mdx)
- Overview > Applications (beta) [Delete application version](https://launchdarkly.com/docs/eu-docs/api/applications-beta/delete-application-version.mdx)
- Overview > Applications (beta) [Get application by key](https://launchdarkly.com/docs/eu-docs/api/applications-beta/get-application.mdx)
- Overview > Applications (beta) [Get application versions by application key](https://launchdarkly.com/docs/eu-docs/api/applications-beta/get-application-versions.mdx)
- Overview > Applications (beta) [Get applications](https://launchdarkly.com/docs/eu-docs/api/applications-beta/get-applications.mdx)
- Overview > Applications (beta) [Update application](https://launchdarkly.com/docs/eu-docs/api/applications-beta/patch-application.mdx)
- Overview > Applications (beta) [Update application version](https://launchdarkly.com/docs/eu-docs/api/applications-beta/patch-application-version.mdx)
- Overview > Approvals [Apply approval request](https://launchdarkly.com/docs/eu-docs/api/approvals/post-approval-request-apply.mdx)
- Overview > Approvals [Apply approval request for a flag](https://launchdarkly.com/docs/eu-docs/api/approvals/post-approval-request-apply-for-flag.mdx)
- Overview > Approvals [Create approval request](https://launchdarkly.com/docs/eu-docs/api/approvals/post-approval-request.mdx)
- Overview > Approvals [Create approval request for a flag](https://launchdarkly.com/docs/eu-docs/api/approvals/post-approval-request-for-flag.mdx)
- Overview > Approvals [Create approval request to copy flag configurations across environments](https://launchdarkly.com/docs/eu-docs/api/approvals/post-flag-copy-config-approval-request.mdx)
- Overview > Approvals [Delete approval request](https://launchdarkly.com/docs/eu-docs/api/approvals/delete-approval-request.mdx)
- Overview > Approvals [Delete approval request for a flag](https://launchdarkly.com/docs/eu-docs/api/approvals/delete-approval-request-for-flag.mdx)
- Overview > Approvals [Get approval request](https://launchdarkly.com/docs/eu-docs/api/approvals/get-approval-request.mdx)
- Overview > Approvals [Get approval request for a flag](https://launchdarkly.com/docs/eu-docs/api/approvals/get-approval-for-flag.mdx)
- Overview > Approvals [List approval requests](https://launchdarkly.com/docs/eu-docs/api/approvals/get-approval-requests.mdx)
- Overview > Approvals [List approval requests for a flag](https://launchdarkly.com/docs/eu-docs/api/approvals/get-approvals-for-flag.mdx)
- Overview > Approvals [Review approval request](https://launchdarkly.com/docs/eu-docs/api/approvals/post-approval-request-review.mdx)
- Overview > Approvals [Review approval request for a flag](https://launchdarkly.com/docs/eu-docs/api/approvals/post-approval-request-review-for-flag.mdx)
- Overview > Approvals (beta) [Update approval request](https://launchdarkly.com/docs/eu-docs/api/approvals-beta/patch-approval-request.mdx)
- Overview > Approvals (beta) [Update flag approval request](https://launchdarkly.com/docs/eu-docs/api/approvals-beta/patch-flag-config-approval-request.mdx)
- Overview > Audit log [Get audit log entry](https://launchdarkly.com/docs/eu-docs/api/audit-log/get-audit-log-entry.mdx)
- Overview > Audit log [List audit log entries](https://launchdarkly.com/docs/eu-docs/api/audit-log/get-audit-log-entries.mdx)
- Overview > Audit log [Search audit log entries](https://launchdarkly.com/docs/eu-docs/api/audit-log/post-audit-log-entries.mdx)
- Overview > Code references [Create extinction](https://launchdarkly.com/docs/eu-docs/api/code-references/post-extinction.mdx)
- Overview > Code references [Create repository](https://launchdarkly.com/docs/eu-docs/api/code-references/post-repository.mdx)
- Overview > Code references [Delete branches](https://launchdarkly.com/docs/eu-docs/api/code-references/delete-branches.mdx)
- Overview > Code references [Delete repository](https://launchdarkly.com/docs/eu-docs/api/code-references/delete-repository.mdx)
- Overview > Code references [Get branch](https://launchdarkly.com/docs/eu-docs/api/code-references/get-branch.mdx)
- Overview > Code references [Get code references statistics for flags](https://launchdarkly.com/docs/eu-docs/api/code-references/get-statistics.mdx)
- Overview > Code references [Get links to code reference repositories for each project](https://launchdarkly.com/docs/eu-docs/api/code-references/get-root-statistic.mdx)
- Overview > Code references [Get repository](https://launchdarkly.com/docs/eu-docs/api/code-references/get-repository.mdx)
- Overview > Code references [List branches](https://launchdarkly.com/docs/eu-docs/api/code-references/get-branches.mdx)
- Overview > Code references [List extinctions](https://launchdarkly.com/docs/eu-docs/api/code-references/get-extinctions.mdx)
- Overview > Code references [List repositories](https://launchdarkly.com/docs/eu-docs/api/code-references/get-repositories.mdx)
- Overview > Code references [Update repository](https://launchdarkly.com/docs/eu-docs/api/code-references/patch-repository.mdx)
- Overview > Code references [Upsert branch](https://launchdarkly.com/docs/eu-docs/api/code-references/put-branch.mdx)
- Overview > Contexts [Create or update context kind](https://launchdarkly.com/docs/eu-docs/api/contexts/put-context-kind.mdx)
- Overview > Contexts [Delete context instances](https://launchdarkly.com/docs/eu-docs/api/contexts/delete-context-instances.mdx)
- Overview > Contexts [Evaluate flags for context instance](https://launchdarkly.com/docs/eu-docs/api/contexts/evaluate-context-instance.mdx)
- Overview > Contexts [Get context attribute names](https://launchdarkly.com/docs/eu-docs/api/contexts/get-context-attribute-names.mdx)
- Overview > Contexts [Get context attribute values](https://launchdarkly.com/docs/eu-docs/api/contexts/get-context-attribute-values.mdx)
- Overview > Contexts [Get context instances](https://launchdarkly.com/docs/eu-docs/api/contexts/get-context-instances.mdx)
- Overview > Contexts [Get context kinds](https://launchdarkly.com/docs/eu-docs/api/contexts/get-context-kinds-by-project-key.mdx)
- Overview > Contexts [Get contexts](https://launchdarkly.com/docs/eu-docs/api/contexts/get-contexts.mdx)
- Overview > Contexts [Search for context instances](https://launchdarkly.com/docs/eu-docs/api/contexts/search-context-instances.mdx)
- Overview > Contexts [Search for contexts](https://launchdarkly.com/docs/eu-docs/api/contexts/search-contexts.mdx)
- Overview > Context settings [Update flag settings for context](https://launchdarkly.com/docs/eu-docs/api/context-settings/put-context-flag-setting.mdx)
- Overview > Custom roles [Create custom role](https://launchdarkly.com/docs/eu-docs/api/custom-roles/post-custom-role.mdx)
- Overview > Custom roles [Delete custom role](https://launchdarkly.com/docs/eu-docs/api/custom-roles/delete-custom-role.mdx)
- Overview > Custom roles [Get custom role](https://launchdarkly.com/docs/eu-docs/api/custom-roles/get-custom-role.mdx)
- Overview > Custom roles [List custom roles](https://launchdarkly.com/docs/eu-docs/api/custom-roles/get-custom-roles.mdx)
- Overview > Custom roles [Update custom role](https://launchdarkly.com/docs/eu-docs/api/custom-roles/patch-custom-role.mdx)
- Overview > Data Export destinations [Create Data Export destination](https://launchdarkly.com/docs/eu-docs/api/data-export-destinations/post-destination.mdx)
- Overview > Data Export destinations [Delete Data Export destination](https://launchdarkly.com/docs/eu-docs/api/data-export-destinations/delete-destination.mdx)
- Overview > Data Export destinations [Generate Snowflake destination key pair](https://launchdarkly.com/docs/eu-docs/api/data-export-destinations/post-generate-warehouse-destination-key-pair.mdx)
- Overview > Data Export destinations [Get destination](https://launchdarkly.com/docs/eu-docs/api/data-export-destinations/get-destination.mdx)
- Overview > Data Export destinations [List destinations](https://launchdarkly.com/docs/eu-docs/api/data-export-destinations/get-destinations.mdx)
- Overview > Data Export destinations [Update Data Export destination](https://launchdarkly.com/docs/eu-docs/api/data-export-destinations/patch-destination.mdx)
- Overview > Environments [Create environment](https://launchdarkly.com/docs/eu-docs/api/environments/post-environment.mdx)
- Overview > Environments [Delete environment](https://launchdarkly.com/docs/eu-docs/api/environments/delete-environment.mdx)
- Overview > Environments [Get environment](https://launchdarkly.com/docs/eu-docs/api/environments/get-environment.mdx)
- Overview > Environments [List environments](https://launchdarkly.com/docs/eu-docs/api/environments/get-environments-by-project.mdx)
- Overview > Environments [Reset environment mobile SDK key](https://launchdarkly.com/docs/eu-docs/api/environments/reset-environment-mobile-key.mdx)
- Overview > Environments [Reset environment SDK key](https://launchdarkly.com/docs/eu-docs/api/environments/reset-environment-sdk-key.mdx)
- Overview > Environments [Update environment](https://launchdarkly.com/docs/eu-docs/api/environments/patch-environment.mdx)
- Overview > Experiments [Create experiment](https://launchdarkly.com/docs/eu-docs/api/experiments/create-experiment.mdx)
- Overview > Experiments [Create iteration](https://launchdarkly.com/docs/eu-docs/api/experiments/create-iteration.mdx)
- Overview > Experiments [Get experiment](https://launchdarkly.com/docs/eu-docs/api/experiments/get-experiment.mdx)
- Overview > Experiments [Get experiment results (Deprecated)](https://launchdarkly.com/docs/eu-docs/api/experiments/get-experiment-results.mdx)
- Overview > Experiments [Get experiment results for metric group (Deprecated)](https://launchdarkly.com/docs/eu-docs/api/experiments/get-experiment-results-for-metric-group.mdx)
- Overview > Experiments [Get experimentation settings](https://launchdarkly.com/docs/eu-docs/api/experiments/get-experimentation-settings.mdx)
- Overview > Experiments [Get experiments](https://launchdarkly.com/docs/eu-docs/api/experiments/get-experiments.mdx)
- Overview > Experiments [Patch experiment](https://launchdarkly.com/docs/eu-docs/api/experiments/patch-experiment.mdx)
- Overview > Experiments [Update experimentation settings](https://launchdarkly.com/docs/eu-docs/api/experiments/put-experimentation-settings.mdx)
- Overview > Feature flags [Copy feature flag](https://launchdarkly.com/docs/eu-docs/api/feature-flags/copy-feature-flag.mdx)
- Overview > Feature flags [Create a feature flag](https://launchdarkly.com/docs/eu-docs/api/feature-flags/post-feature-flag.mdx)
- Overview > Feature flags [Delete feature flag](https://launchdarkly.com/docs/eu-docs/api/feature-flags/delete-feature-flag.mdx)
- Overview > Feature flags [Get expiring context targets for feature flag](https://launchdarkly.com/docs/eu-docs/api/feature-flags/get-expiring-context-targets.mdx)
- Overview > Feature flags [Get expiring user targets for feature flag](https://launchdarkly.com/docs/eu-docs/api/feature-flags/get-expiring-user-targets.mdx)
- Overview > Feature flags [Get feature flag](https://launchdarkly.com/docs/eu-docs/api/feature-flags/get-feature-flag.mdx)
- Overview > Feature flags [Get feature flag status](https://launchdarkly.com/docs/eu-docs/api/feature-flags/get-feature-flag-status.mdx)
- Overview > Feature flags [Get flag status across environments](https://launchdarkly.com/docs/eu-docs/api/feature-flags/get-feature-flag-status-across-environments.mdx)
- Overview > Feature flags [Get migration safety issues](https://launchdarkly.com/docs/eu-docs/api/feature-flags/post-migration-safety-issues.mdx)
- Overview > Feature flags [List feature flag statuses](https://launchdarkly.com/docs/eu-docs/api/feature-flags/get-feature-flag-statuses.mdx)
- Overview > Feature flags [List feature flags](https://launchdarkly.com/docs/eu-docs/api/feature-flags/get-feature-flags.mdx)
- Overview > Feature flags [Update expiring context targets on feature flag](https://launchdarkly.com/docs/eu-docs/api/feature-flags/patch-expiring-targets.mdx)
- Overview > Feature flags [Update expiring user targets on feature flag](https://launchdarkly.com/docs/eu-docs/api/feature-flags/patch-expiring-user-targets.mdx)
- Overview > Feature flags [Update feature flag](https://launchdarkly.com/docs/eu-docs/api/feature-flags/patch-feature-flag.mdx)
- Overview > Feature flags (beta) [List dependent feature flags](https://launchdarkly.com/docs/eu-docs/api/feature-flags-beta/get-dependent-flags.mdx)
- Overview > Feature flags (beta) [List dependent feature flags by environment](https://launchdarkly.com/docs/eu-docs/api/feature-flags-beta/get-dependent-flags-by-env.mdx)
- Overview > Flag import configurations (beta) [Create a flag import configuration](https://launchdarkly.com/docs/eu-docs/api/flag-import-configurations-beta/create-flag-import-configuration.mdx)
- Overview > Flag import configurations (beta) [Delete a flag import configuration](https://launchdarkly.com/docs/eu-docs/api/flag-import-configurations-beta/delete-flag-import-configuration.mdx)
- Overview > Flag import configurations (beta) [Get a single flag import configuration](https://launchdarkly.com/docs/eu-docs/api/flag-import-configurations-beta/get-flag-import-configuration.mdx)
- Overview > Flag import configurations (beta) [List all flag import configurations](https://launchdarkly.com/docs/eu-docs/api/flag-import-configurations-beta/get-flag-import-configurations.mdx)
- Overview > Flag import configurations (beta) [Trigger a single flag import run](https://launchdarkly.com/docs/eu-docs/api/flag-import-configurations-beta/trigger-flag-import-job.mdx)
- Overview > Flag import configurations (beta) [Update a flag import configuration](https://launchdarkly.com/docs/eu-docs/api/flag-import-configurations-beta/patch-flag-import-configuration.mdx)
- Overview > Flag links (beta) [Create flag link](https://launchdarkly.com/docs/eu-docs/api/flag-links-beta/create-flag-link.mdx)
- Overview > Flag links (beta) [Delete flag link](https://launchdarkly.com/docs/eu-docs/api/flag-links-beta/delete-flag-link.mdx)
- Overview > Flag links (beta) [List flag links](https://launchdarkly.com/docs/eu-docs/api/flag-links-beta/get-flag-links.mdx)
- Overview > Flag links (beta) [Update flag link](https://launchdarkly.com/docs/eu-docs/api/flag-links-beta/update-flag-link.mdx)
- Overview > Flag triggers [Create flag trigger](https://launchdarkly.com/docs/eu-docs/api/flag-triggers/create-trigger-workflow.mdx)
- Overview > Flag triggers [Delete flag trigger](https://launchdarkly.com/docs/eu-docs/api/flag-triggers/delete-trigger-workflow.mdx)
- Overview > Flag triggers [Get flag trigger by ID](https://launchdarkly.com/docs/eu-docs/api/flag-triggers/get-trigger-workflow-by-id.mdx)
- Overview > Flag triggers [List flag triggers](https://launchdarkly.com/docs/eu-docs/api/flag-triggers/get-trigger-workflows.mdx)
- Overview > Flag triggers [Update flag trigger](https://launchdarkly.com/docs/eu-docs/api/flag-triggers/patch-trigger-workflow.mdx)
- Overview > Follow flags [Add a member as a follower of a flag in a project and environment](https://launchdarkly.com/docs/eu-docs/api/follow-flags/put-flag-follower.mdx)
- Overview > Follow flags [Get followers of a flag in a project and environment](https://launchdarkly.com/docs/eu-docs/api/follow-flags/get-flag-followers.mdx)
- Overview > Follow flags [Get followers of all flags in a given project and environment](https://launchdarkly.com/docs/eu-docs/api/follow-flags/get-followers-by-proj-env.mdx)
- Overview > Follow flags [Remove a member as a follower of a flag in a project and environment](https://launchdarkly.com/docs/eu-docs/api/follow-flags/delete-flag-follower.mdx)
- Overview > Holdouts (beta) [Create holdout](https://launchdarkly.com/docs/eu-docs/api/holdouts-beta/post-holdout.mdx)
- Overview > Holdouts (beta) [Get all holdouts](https://launchdarkly.com/docs/eu-docs/api/holdouts-beta/get-all-holdouts.mdx)
- Overview > Holdouts (beta) [Get holdout](https://launchdarkly.com/docs/eu-docs/api/holdouts-beta/get-holdout.mdx)
- Overview > Holdouts (beta) [Get Holdout by Id](https://launchdarkly.com/docs/eu-docs/api/holdouts-beta/get-holdout-by-id.mdx)
- Overview > Holdouts (beta) [Patch holdout](https://launchdarkly.com/docs/eu-docs/api/holdouts-beta/patch-holdout.mdx)
- Overview > Insights charts (beta) [Get deployment frequency chart data](https://launchdarkly.com/docs/eu-docs/api/insights-charts-beta/get-deployment-frequency-chart.mdx)
- Overview > Insights charts (beta) [Get flag status chart data](https://launchdarkly.com/docs/eu-docs/api/insights-charts-beta/get-flag-status-chart.mdx)
- Overview > Insights charts (beta) [Get lead time chart data](https://launchdarkly.com/docs/eu-docs/api/insights-charts-beta/get-lead-time-chart.mdx)
- Overview > Insights charts (beta) [Get release frequency chart data](https://launchdarkly.com/docs/eu-docs/api/insights-charts-beta/get-release-frequency-chart.mdx)
- Overview > Insights charts (beta) [Get stale flags chart data](https://launchdarkly.com/docs/eu-docs/api/insights-charts-beta/get-stale-flags-chart.mdx)
- Overview > Insights deployments (beta) [Create deployment event](https://launchdarkly.com/docs/eu-docs/api/insights-deployments-beta/create-deployment-event.mdx)
- Overview > Insights deployments (beta) [Get deployment](https://launchdarkly.com/docs/eu-docs/api/insights-deployments-beta/get-deployment.mdx)
- Overview > Insights deployments (beta) [List deployments](https://launchdarkly.com/docs/eu-docs/api/insights-deployments-beta/get-deployments.mdx)
- Overview > Insights deployments (beta) [Update deployment](https://launchdarkly.com/docs/eu-docs/api/insights-deployments-beta/update-deployment.mdx)
- Overview > Insights flag events (beta) [List flag events](https://launchdarkly.com/docs/eu-docs/api/insights-flag-events-beta/get-flag-events.mdx)
- Overview > Insights pull requests (beta) [List pull requests](https://launchdarkly.com/docs/eu-docs/api/insights-pull-requests-beta/get-pull-requests.mdx)
- Overview > Insights repositories (beta) [Associate repositories with projects](https://launchdarkly.com/docs/eu-docs/api/insights-repositories-beta/associate-repositories-and-projects.mdx)
- Overview > Insights repositories (beta) [List repositories](https://launchdarkly.com/docs/eu-docs/api/insights-repositories-beta/get-insights-repositories.mdx)
- Overview > Insights repositories (beta) [Remove repository project association](https://launchdarkly.com/docs/eu-docs/api/insights-repositories-beta/delete-repository-project.mdx)
- Overview > Insights scores (beta) [Create insight group](https://launchdarkly.com/docs/eu-docs/api/insights-scores-beta/create-insight-group.mdx)
- Overview > Insights scores (beta) [Delete insight group](https://launchdarkly.com/docs/eu-docs/api/insights-scores-beta/delete-insight-group.mdx)
- Overview > Insights scores (beta) [Get insight group](https://launchdarkly.com/docs/eu-docs/api/insights-scores-beta/get-insight-group.mdx)
- Overview > Insights scores (beta) [Get insight scores](https://launchdarkly.com/docs/eu-docs/api/insights-scores-beta/get-insights-scores.mdx)
- Overview > Insights scores (beta) [List insight groups](https://launchdarkly.com/docs/eu-docs/api/insights-scores-beta/get-insight-groups.mdx)
- Overview > Insights scores (beta) [Patch insight group](https://launchdarkly.com/docs/eu-docs/api/insights-scores-beta/patch-insight-group.mdx)
- Overview > Integration audit log subscriptions [Create audit log subscription](https://launchdarkly.com/docs/eu-docs/api/integration-audit-log-subscriptions/create-subscription.mdx)
- Overview > Integration audit log subscriptions [Delete audit log subscription](https://launchdarkly.com/docs/eu-docs/api/integration-audit-log-subscriptions/delete-subscription.mdx)
- Overview > Integration audit log subscriptions [Get audit log subscription by ID](https://launchdarkly.com/docs/eu-docs/api/integration-audit-log-subscriptions/get-subscription-by-id.mdx)
- Overview > Integration audit log subscriptions [Get audit log subscriptions by integration](https://launchdarkly.com/docs/eu-docs/api/integration-audit-log-subscriptions/get-subscriptions.mdx)
- Overview > Integration audit log subscriptions [Update audit log subscription](https://launchdarkly.com/docs/eu-docs/api/integration-audit-log-subscriptions/update-subscription.mdx)
- Overview > Integration delivery configurations (beta) [Create delivery configuration](https://launchdarkly.com/docs/eu-docs/api/integration-delivery-configurations-beta/create-integration-delivery-configuration.mdx)
- Overview > Integration delivery configurations (beta) [Delete delivery configuration](https://launchdarkly.com/docs/eu-docs/api/integration-delivery-configurations-beta/delete-integration-delivery-configuration.mdx)
- Overview > Integration delivery configurations (beta) [Get delivery configuration by ID](https://launchdarkly.com/docs/eu-docs/api/integration-delivery-configurations-beta/get-integration-delivery-configuration-by-id.mdx)
- Overview > Integration delivery configurations (beta) [Get delivery configurations by environment](https://launchdarkly.com/docs/eu-docs/api/integration-delivery-configurations-beta/get-integration-delivery-configuration-by-environment.mdx)
- Overview > Integration delivery configurations (beta) [List all delivery configurations](https://launchdarkly.com/docs/eu-docs/api/integration-delivery-configurations-beta/get-integration-delivery-configurations.mdx)
- Overview > Integration delivery configurations (beta) [Update delivery configuration](https://launchdarkly.com/docs/eu-docs/api/integration-delivery-configurations-beta/patch-integration-delivery-configuration.mdx)
- Overview > Integration delivery configurations (beta) [Validate delivery configuration](https://launchdarkly.com/docs/eu-docs/api/integration-delivery-configurations-beta/validate-integration-delivery-configuration.mdx)
- Overview > Integrations (beta) [Create integration configuration](https://launchdarkly.com/docs/eu-docs/api/integrations-beta/create-integration-configuration.mdx)
- Overview > Integrations (beta) [Delete integration configuration](https://launchdarkly.com/docs/eu-docs/api/integrations-beta/delete-integration-configuration.mdx)
- Overview > Integrations (beta) [Get all configurations for the integration](https://launchdarkly.com/docs/eu-docs/api/integrations-beta/get-all-integration-configurations.mdx)
- Overview > Integrations (beta) [Get an integration configuration](https://launchdarkly.com/docs/eu-docs/api/integrations-beta/get-integration-configuration.mdx)
- Overview > Integrations (beta) [Update integration configuration](https://launchdarkly.com/docs/eu-docs/api/integrations-beta/update-integration-configuration.mdx)
- Overview > Layers [Create layer](https://launchdarkly.com/docs/eu-docs/api/layers/create-layer.mdx)
- Overview > Layers [Get layers](https://launchdarkly.com/docs/eu-docs/api/layers/get-layers.mdx)
- Overview > Layers [Update layer](https://launchdarkly.com/docs/eu-docs/api/layers/update-layer.mdx)
- Overview > Metrics [Create metric](https://launchdarkly.com/docs/eu-docs/api/metrics/post-metric.mdx)
- Overview > Metrics [Delete metric](https://launchdarkly.com/docs/eu-docs/api/metrics/delete-metric.mdx)
- Overview > Metrics [Get metric](https://launchdarkly.com/docs/eu-docs/api/metrics/get-metric.mdx)
- Overview > Metrics [List metrics](https://launchdarkly.com/docs/eu-docs/api/metrics/get-metrics.mdx)
- Overview > Metrics [Update metric](https://launchdarkly.com/docs/eu-docs/api/metrics/patch-metric.mdx)
- Overview > Metrics (beta) [Create metric group](https://launchdarkly.com/docs/eu-docs/api/metrics-beta/create-metric-group.mdx)
- Overview > Metrics (beta) [Delete metric group](https://launchdarkly.com/docs/eu-docs/api/metrics-beta/delete-metric-group.mdx)
- Overview > Metrics (beta) [Get metric group](https://launchdarkly.com/docs/eu-docs/api/metrics-beta/get-metric-group.mdx)
- Overview > Metrics (beta) [List metric groups](https://launchdarkly.com/docs/eu-docs/api/metrics-beta/get-metric-groups.mdx)
- Overview > Metrics (beta) [Patch metric group](https://launchdarkly.com/docs/eu-docs/api/metrics-beta/patch-metric-group.mdx)
- Overview > OAuth2 Clients [Create a LaunchDarkly OAuth 2.0 client](https://launchdarkly.com/docs/eu-docs/api/o-auth-2-clients/create-o-auth-2-client.mdx)
- Overview > OAuth2 Clients [Delete OAuth 2.0 client](https://launchdarkly.com/docs/eu-docs/api/o-auth-2-clients/delete-o-auth-client.mdx)
- Overview > OAuth2 Clients [Get client by ID](https://launchdarkly.com/docs/eu-docs/api/o-auth-2-clients/get-o-auth-client-by-id.mdx)
- Overview > OAuth2 Clients [Get clients](https://launchdarkly.com/docs/eu-docs/api/o-auth-2-clients/get-o-auth-clients.mdx)
- Overview > OAuth2 Clients [Patch client by ID](https://launchdarkly.com/docs/eu-docs/api/o-auth-2-clients/patch-o-auth-client.mdx)
- Overview > Persistent store integrations (beta) [Create big segment store integration](https://launchdarkly.com/docs/eu-docs/api/persistent-store-integrations-beta/create-big-segment-store-integration.mdx)
- Overview > Persistent store integrations (beta) [Delete big segment store integration](https://launchdarkly.com/docs/eu-docs/api/persistent-store-integrations-beta/delete-big-segment-store-integration.mdx)
- Overview > Persistent store integrations (beta) [Get big segment store integration by ID](https://launchdarkly.com/docs/eu-docs/api/persistent-store-integrations-beta/get-big-segment-store-integration.mdx)
- Overview > Persistent store integrations (beta) [List all big segment store integrations](https://launchdarkly.com/docs/eu-docs/api/persistent-store-integrations-beta/get-big-segment-store-integrations.mdx)
- Overview > Persistent store integrations (beta) [Update big segment store integration](https://launchdarkly.com/docs/eu-docs/api/persistent-store-integrations-beta/patch-big-segment-store-integration.mdx)
- Overview > Projects [Create or update flag defaults for project](https://launchdarkly.com/docs/eu-docs/api/projects/put-flag-defaults-by-project.mdx)
- Overview > Projects [Create project](https://launchdarkly.com/docs/eu-docs/api/projects/post-project.mdx)
- Overview > Projects [Delete project](https://launchdarkly.com/docs/eu-docs/api/projects/delete-project.mdx)
- Overview > Projects [Get flag defaults for project](https://launchdarkly.com/docs/eu-docs/api/projects/get-flag-defaults-by-project.mdx)
- Overview > Projects [Get project](https://launchdarkly.com/docs/eu-docs/api/projects/get-project.mdx)
- Overview > Projects [List projects](https://launchdarkly.com/docs/eu-docs/api/projects/get-projects.mdx)
- Overview > Projects [Update flag default for project](https://launchdarkly.com/docs/eu-docs/api/projects/patch-flag-defaults-by-project.mdx)
- Overview > Projects [Update project](https://launchdarkly.com/docs/eu-docs/api/projects/patch-project.mdx)
- Overview > Relay Proxy configurations [Create a new Relay Proxy config](https://launchdarkly.com/docs/eu-docs/api/relay-proxy-configurations/post-relay-auto-config.mdx)
- Overview > Relay Proxy configurations [Delete Relay Proxy config by ID](https://launchdarkly.com/docs/eu-docs/api/relay-proxy-configurations/delete-relay-auto-config.mdx)
- Overview > Relay Proxy configurations [Get Relay Proxy config](https://launchdarkly.com/docs/eu-docs/api/relay-proxy-configurations/get-relay-proxy-config.mdx)
- Overview > Relay Proxy configurations [List Relay Proxy configs](https://launchdarkly.com/docs/eu-docs/api/relay-proxy-configurations/get-relay-proxy-configs.mdx)
- Overview > Relay Proxy configurations [Reset Relay Proxy configuration key](https://launchdarkly.com/docs/eu-docs/api/relay-proxy-configurations/reset-relay-auto-config.mdx)
- Overview > Relay Proxy configurations [Update a Relay Proxy config](https://launchdarkly.com/docs/eu-docs/api/relay-proxy-configurations/patch-relay-auto-config.mdx)
- Overview > Release pipelines (beta) [Create a release pipeline](https://launchdarkly.com/docs/eu-docs/api/release-pipelines-beta/post-release-pipeline.mdx)
- Overview > Release pipelines (beta) [Delete release pipeline](https://launchdarkly.com/docs/eu-docs/api/release-pipelines-beta/delete-release-pipeline.mdx)
- Overview > Release pipelines (beta) [Get all release pipelines](https://launchdarkly.com/docs/eu-docs/api/release-pipelines-beta/get-all-release-pipelines.mdx)
- Overview > Release pipelines (beta) [Get release pipeline by key](https://launchdarkly.com/docs/eu-docs/api/release-pipelines-beta/get-release-pipeline-by-key.mdx)
- Overview > Release pipelines (beta) [Get release progressions for release pipeline](https://launchdarkly.com/docs/eu-docs/api/release-pipelines-beta/get-all-release-progressions-for-release-pipeline.mdx)
- Overview > Release pipelines (beta) [Update a release pipeline](https://launchdarkly.com/docs/eu-docs/api/release-pipelines-beta/put-release-pipeline.mdx)
- Overview > Releases (beta) [Create a new release for flag](https://launchdarkly.com/docs/eu-docs/api/releases-beta/create-release-for-flag.mdx)
- Overview > Releases (beta) [Delete a release for flag](https://launchdarkly.com/docs/eu-docs/api/releases-beta/delete-release-by-flag-key.mdx)
- Overview > Releases (beta) [Get release for flag](https://launchdarkly.com/docs/eu-docs/api/releases-beta/get-release-by-flag-key.mdx)
- Overview > Releases (beta) [Patch release for flag](https://launchdarkly.com/docs/eu-docs/api/releases-beta/patch-release-by-flag-key.mdx)
- Overview > Releases (beta) [Update phase status for release](https://launchdarkly.com/docs/eu-docs/api/releases-beta/update-phase-status.mdx)
- Overview > Scheduled changes [Create scheduled changes workflow](https://launchdarkly.com/docs/eu-docs/api/scheduled-changes/post-flag-config-scheduled-changes.mdx)
- Overview > Scheduled changes [Delete scheduled changes workflow](https://launchdarkly.com/docs/eu-docs/api/scheduled-changes/delete-flag-config-scheduled-changes.mdx)
- Overview > Scheduled changes [Get a scheduled change](https://launchdarkly.com/docs/eu-docs/api/scheduled-changes/get-feature-flag-scheduled-change.mdx)
- Overview > Scheduled changes [List scheduled changes](https://launchdarkly.com/docs/eu-docs/api/scheduled-changes/get-flag-config-scheduled-changes.mdx)
- Overview > Scheduled changes [Update scheduled changes workflow](https://launchdarkly.com/docs/eu-docs/api/scheduled-changes/patch-flag-config-scheduled-change.mdx)
- Overview > Segments [Create big segment export](https://launchdarkly.com/docs/eu-docs/api/segments/create-big-segment-export.mdx)
- Overview > Segments [Create big segment import](https://launchdarkly.com/docs/eu-docs/api/segments/create-big-segment-import.mdx)
- Overview > Segments [Create segment](https://launchdarkly.com/docs/eu-docs/api/segments/post-segment.mdx)
- Overview > Segments [Delete segment](https://launchdarkly.com/docs/eu-docs/api/segments/delete-segment.mdx)
- Overview > Segments [Get big segment export](https://launchdarkly.com/docs/eu-docs/api/segments/get-big-segment-export.mdx)
- Overview > Segments [Get big segment import](https://launchdarkly.com/docs/eu-docs/api/segments/get-big-segment-import.mdx)
- Overview > Segments [Get big segment membership for context](https://launchdarkly.com/docs/eu-docs/api/segments/get-segment-membership-for-context.mdx)
- Overview > Segments [Get big segment membership for user](https://launchdarkly.com/docs/eu-docs/api/segments/get-segment-membership-for-user.mdx)
- Overview > Segments [Get expiring targets for segment](https://launchdarkly.com/docs/eu-docs/api/segments/get-expiring-targets-for-segment.mdx)
- Overview > Segments [Get expiring user targets for segment](https://launchdarkly.com/docs/eu-docs/api/segments/get-expiring-user-targets-for-segment.mdx)
- Overview > Segments [Get segment](https://launchdarkly.com/docs/eu-docs/api/segments/get-segment.mdx)
- Overview > Segments [List segment memberships for context instance](https://launchdarkly.com/docs/eu-docs/api/segments/get-context-instance-segments-membership-by-env.mdx)
- Overview > Segments [List segments](https://launchdarkly.com/docs/eu-docs/api/segments/get-segments.mdx)
- Overview > Segments [Patch segment](https://launchdarkly.com/docs/eu-docs/api/segments/patch-segment.mdx)
- Overview > Segments [Update context targets on a big segment](https://launchdarkly.com/docs/eu-docs/api/segments/update-big-segment-context-targets.mdx)
- Overview > Segments [Update expiring targets for segment](https://launchdarkly.com/docs/eu-docs/api/segments/patch-expiring-targets-for-segment.mdx)
- Overview > Segments [Update expiring user targets for segment](https://launchdarkly.com/docs/eu-docs/api/segments/patch-expiring-user-targets-for-segment.mdx)
- Overview > Segments [Update user context targets on a big segment](https://launchdarkly.com/docs/eu-docs/api/segments/update-big-segment-targets.mdx)
- Overview > Tags [List tags](https://launchdarkly.com/docs/eu-docs/api/tags/get-tags.mdx)
- Overview > Teams [Add multiple members to team](https://launchdarkly.com/docs/eu-docs/api/teams/post-team-members.mdx)
- Overview > Teams [Create team](https://launchdarkly.com/docs/eu-docs/api/teams/post-team.mdx)
- Overview > Teams [Delete team](https://launchdarkly.com/docs/eu-docs/api/teams/delete-team.mdx)
- Overview > Teams [Get team](https://launchdarkly.com/docs/eu-docs/api/teams/get-team.mdx)
- Overview > Teams [Get team custom roles](https://launchdarkly.com/docs/eu-docs/api/teams/get-team-roles.mdx)
- Overview > Teams [Get team maintainers](https://launchdarkly.com/docs/eu-docs/api/teams/get-team-maintainers.mdx)
- Overview > Teams [List teams](https://launchdarkly.com/docs/eu-docs/api/teams/get-teams.mdx)
- Overview > Teams [Update team](https://launchdarkly.com/docs/eu-docs/api/teams/patch-team.mdx)
- Overview > Teams (beta) [Update teams](https://launchdarkly.com/docs/eu-docs/api/teams-beta/patch-teams.mdx)
- Overview > Users [Delete user](https://launchdarkly.com/docs/eu-docs/api/users/delete-user.mdx)
- Overview > Users [Find users](https://launchdarkly.com/docs/eu-docs/api/users/get-search-users.mdx)
- Overview > Users [Get user](https://launchdarkly.com/docs/eu-docs/api/users/get-user.mdx)
- Overview > Users [List users](https://launchdarkly.com/docs/eu-docs/api/users/get-users.mdx)
- Overview > Users (beta) [Get user attribute names](https://launchdarkly.com/docs/eu-docs/api/users-beta/get-user-attribute-names.mdx)
- Overview > User settings [Get expiring dates on flags for user](https://launchdarkly.com/docs/eu-docs/api/user-settings/get-expiring-flags-for-user.mdx)
- Overview > User settings [Get flag setting for user](https://launchdarkly.com/docs/eu-docs/api/user-settings/get-user-flag-setting.mdx)
- Overview > User settings [List flag settings for user](https://launchdarkly.com/docs/eu-docs/api/user-settings/get-user-flag-settings.mdx)
- Overview > User settings [Update expiring user target for flags](https://launchdarkly.com/docs/eu-docs/api/user-settings/patch-expiring-flags-for-user.mdx)
- Overview > User settings [Update flag settings for user](https://launchdarkly.com/docs/eu-docs/api/user-settings/put-flag-setting.mdx)
- Overview > Webhooks [Creates a webhook](https://launchdarkly.com/docs/eu-docs/api/webhooks/post-webhook.mdx)
- Overview > Webhooks [Delete webhook](https://launchdarkly.com/docs/eu-docs/api/webhooks/delete-webhook.mdx)
- Overview > Webhooks [Get webhook](https://launchdarkly.com/docs/eu-docs/api/webhooks/get-webhook.mdx)
- Overview > Webhooks [List webhooks](https://launchdarkly.com/docs/eu-docs/api/webhooks/get-all-webhooks.mdx)
- Overview > Webhooks [Update webhook](https://launchdarkly.com/docs/eu-docs/api/webhooks/patch-webhook.mdx)
- Overview > Workflows [Create workflow](https://launchdarkly.com/docs/eu-docs/api/workflows/post-workflow.mdx)
- Overview > Workflows [Delete workflow](https://launchdarkly.com/docs/eu-docs/api/workflows/delete-workflow.mdx)
- Overview > Workflows [Get custom workflow](https://launchdarkly.com/docs/eu-docs/api/workflows/get-custom-workflow.mdx)
- Overview > Workflows [Get workflows](https://launchdarkly.com/docs/eu-docs/api/workflows/get-workflows.mdx)
- Overview > Workflow templates [Create workflow template](https://launchdarkly.com/docs/eu-docs/api/workflow-templates/create-workflow-template.mdx)
- Overview > Workflow templates [Delete workflow template](https://launchdarkly.com/docs/eu-docs/api/workflow-templates/delete-workflow-template.mdx)
- Overview > Workflow templates [Get workflow templates](https://launchdarkly.com/docs/eu-docs/api/workflow-templates/get-workflow-templates.mdx)
- Overview > Other [Get version information](https://launchdarkly.com/docs/eu-docs/api/other/get-versions.mdx)
- Overview > Other [Gets the OpenAPI spec in json](https://launchdarkly.com/docs/eu-docs/api/other/get-openapi-spec.mdx)
- Overview > Other [Gets the public IP list](https://launchdarkly.com/docs/eu-docs/api/other/get-ips.mdx)
- Overview > Other [Identify the caller](https://launchdarkly.com/docs/eu-docs/api/other/get-caller-identity.mdx)
- Overview > Other [Root resource](https://launchdarkly.com/docs/eu-docs/api/other/get-root.mdx)