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

# Quality assurance

> Use Felan for test planning, application exploration, test execution, triage, and verification.

Felan can coordinate QA work through the main SDLC agent and its specialized QA agent. The available workflow depends on the connected repository, target environment, selected QA skills, and test-management integrations.

## Common requests

* Turn requirements into acceptance scenarios or a test plan
* Explore an application or test codebase to identify coverage gaps
* Generate or extend Playwright tests using repository conventions
* Run the smallest relevant test selection and report evidence
* Classify failures as product, test, environment, or expected-change issues
* Verify a code or deployment change against a fresh target
* Prepare findings for an external issue tracker when that integration is configured

## Example session

```text theme={null}
Review the checkout requirements and current Playwright coverage. Propose the
highest-risk missing scenarios, implement the approved cases, run the relevant
suite against staging, and report evidence and remaining risks.
```

## Make the request verifiable

Provide the target environment, expected artifact or change, acceptance criteria, relevant test selection, and cleanup requirements. Add credentials under [Environments](/docs/platform/environments) and product context under [Knowledge](/docs/platform/knowledge).

For recurring checks, turn the reviewed prompt into an [automation](/docs/platform/automations). The resulting run remains visible as a normal session.

<Info>
  Persisted test cases use configured test-management skills. Without a supported test-management integration, ask Felan to work with repository tests or return the test plan in the session instead of assuming an external system of record.
</Info>
