# Engineering QA Checklist

#### **Final Pre-Launch Checklist**

* **User Acceptance Testing (UAT)**
  1. Conduct final user acceptance testing with a group of target users to validate all functionality.
  2. Collect and address any feedback from UAT before going live.
* **Documentation Review**
  1. Ensure that all user-facing documentation (guides, FAQs, etc.) is complete and accurate.
  2. Confirm that internal documentation for maintenance and troubleshooting is comprehensive.
* **Pre-Launch Security Audit**
  1. Perform a final security audit to identify and mitigate any vulnerabilities.
  2. Verify that all security measures are in place and functioning correctly.


---

# 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://docs.exponent.ai/internal-qa/engineering-qa-checklist.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.
