> For the complete documentation index, see [llms.txt](https://metalbear.com/mirrord/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://metalbear.com/mirrord/docs/release-stages.md).

# Feature Release Status

Features in mirrord ship gradually. The release status tells you both how complete the feature is and what level of stability you can expect.

{% hint style="info" %}
Release status is currently being mapped and will be added to all features in the documentation shortly.
{% endhint %}

#### `Alpha`

The feature is available but has a limited scope, so not all configurations, platforms, or edge cases are covered yet. You may encounter bugs, unexpected behavior, or performance issues. APIs and configuration options may change between releases. We actively want feedback at this stage. If something breaks or behaves unexpectedly, please let us know.

#### `Beta`

The feature covers the main use cases and is stable enough for most teams to use. You may still hit edge cases or minor issues, and some details of the API or configuration may change before GA.

#### `GA` (Generally Available)

The feature is complete, stable, and production-ready. The API and behavior are stable across releases. Issues are treated as bugs and addressed promptly.

If you hit a problem with any feature, [Open a GitHub issue](https://github.com/metalbear-co/mirrord/issues) or reach out in the [mirrord Slack community](https://metalbearcommunity.slack.com/ssb/redirect) and tell us what went wrong.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://metalbear.com/mirrord/docs/release-stages.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
