> For the complete documentation index, see [llms.txt](https://help.metaforms.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.metaforms.ai/open-end-cleaning-and-coding/introduction-to-oe-coding/step-6-qa-validation.md).

# Step 6: QA Validation

QA runs automatically when you first enter this step.

<figure><img src="/files/MmFyVmzB4mGwTRfNK2hY" alt=""><figcaption></figcaption></figure>

Each finding also has a severity: **High**, **Medium**, or **Low**.

Resolving findings:

For each finding, you can:

* **Accept** — Apply the AI's suggestion (auto-reassigns the code)
* **Ignore** — Dismiss the finding (current assignment stays)

Use **Mark all resolved** to batch-dismiss all findings of a particular type.

**Continue button enabled when:**

All questions must meet BOTH conditions:

* QA analysis is complete (not still processing)
* All findings are resolved (either accepted or ignored) OR zero issues found

▎ You cannot proceed to Export with unresolved QA findings.


---

# 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://help.metaforms.ai/open-end-cleaning-and-coding/introduction-to-oe-coding/step-6-qa-validation.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.
