# Beta

### Purpose

Beta is where the best idea from alpha is built for real users.

The goal is to develop, test, improve, and prepare the service or product for live operation.

### Private Beta

Private beta is used with a limited group of users.

It allows the team to:

* validate the service with real users
* identify usability issues
* test operational support
* refine technical performance
* improve security and reliability
* reduce risk before wider release

### Public Beta

Public beta is used when the service is ready for wider use but still being actively improved.

It allows the team to:

* test scale
* monitor performance
* gather broader feedback
* improve support processes
* prepare for live transition

### Beta Activities

Typical beta activities include:

* product build
* user research
* accessibility testing
* security testing
* performance testing
* integration testing
* operational readiness planning
* service support design
* data protection review
* release planning

### Beta Outputs

Beta should produce:

* working service or product
* tested user journeys
* service metrics
* support model
* technical documentation
* security evidence
* release plan
* live readiness assessment
* updated roadmap

### Exit Criteria

Beta is complete when:

* the service works for users
* operational support is ready
* security and assurance requirements are met
* performance is acceptable
* metrics are in place
* the service is ready to move into live operation


---

# Agent Instructions: 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://framework.aic.io/company-operating-manual/agile-delivery-approach/beta.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.
