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

# Early Access

Opt into **early access** features by clicking the **Settings** tab in the Navigation Sidebar and then **Early access**. Toggle a feature on to enable it for your account.

<Frame>
  <img src="https://mintcdn.com/makeswift/HbNRkL0I6rDIzVGb/images/makeswift-settings-early-access.png?fit=max&auto=format&n=HbNRkL0I6rDIzVGb&q=85&s=3ad721b70cb163bf6a637632f35509aa" alt="Early access tab with beta features that can be toggled" width="840" height="585" data-path="images/makeswift-settings-early-access.png" />
</Frame>

## Readiness Phases

Early access features undergo three readiness phases before reaching full production. Each phase represents a different level of stability and commitment, helping you understand what to expect when using these features.

<div className="flex gap-4 items-center">
  <div className="inline text-sm leading-5 px-2 py-0.5 rounded-md bg-red-100/50 dark:bg-red-400/10 text-red-600 dark:text-red-300 font-medium whitespace-nowrap">
    Experimental
  </div>

  <Icon icon="arrow-right" size={12} />

  <div className="inline text-sm leading-5 px-2 py-0.5 rounded-md bg-yellow-100/50 dark:bg-yellow-400/10 text-yellow-600 dark:text-yellow-300 font-medium whitespace-nowrap">
    Alpha
  </div>

  <Icon icon="arrow-right" size={12} />

  <div className="inline text-sm leading-5 px-2 py-0.5 rounded-md bg-blue-100/50 dark:bg-blue-400/10 text-blue-600 dark:text-blue-300 font-medium whitespace-nowrap">
    Beta
  </div>
</div>

### Experimental

Experimental features are in early stages of development and may be removed altogether. Use experimental features with caution and avoid relying on them for critical workflows. These features:

* Are **rapidly evolving** and may change significantly without notice
* **May be removed altogether** if they don't meet our quality standards or user needs
* Are not recommended for production use
* Are valuable for early feedback and testing new concepts

### Alpha

Alpha features are on track for production, but we're still refining them. Your feedback helps us shape these features before their final release. These features:

* **Might evolve** based on user feedback and testing
* We **intend to eventually bring to production**, but the exact form may change
* Are more stable than Experimental, but breaking changes are still possible
* Are suitable for testing in non-critical environments

### Beta

Beta features are nearly ready for production in design but may have minor bugs. We encourage you to use them and report any issues you encounter. These features:

* Have a **stable form** that we're committed to
* The current implementation is final, though **bugs may exist**
* Are safe to use in most scenarios
* Will receive bug fixes and polish before full release
