> For the complete documentation index, see [llms.txt](https://autoedit.gitbook.io/documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://autoedit.gitbook.io/documentation/qa-list/qa-intro.md).

# QA Intro

This section is a list of QA steps to go through before each release. To be keep up to date with changes of each new release.

Here is a video demo of the main "Transcription" in v `1.0.5` use case: <https://youtu.be/4z143-nJlzs>. Needs to be updated with v`1.0.6` paper-editing. But still relevant for transcription part.

The app should be downloaded on a mac OS X that does not have any [dependencies installed on the system, e.g. node, ffmpeg, etc... see here for full list](broken://pages/-LKESYLCZkVCyfYSvjbe). Here is the [latest release](https://github.com/OpenNewsLabs/autoEdit_2/releases).

For any issues during the QA process please file in the [Github repo](https://github.com/OpenNewsLabs/autoEdit_2) and assign to `pietrop`, tag them as `QA` and the version number eg `1.0.6`.

See [user manual](https://pietropassarelli.gitbooks.io/autoedit2-user-manual/content/transcribing.html) along side QA notes for visual representation of each state.

## Earlier version&#x20;

[Google doc: **QA Test Plan autoEdit 2,** 29th March 2017 ](https://docs.google.com/document/d/18hqjb5K7owSV6HJ-uqgeFwxicRUvf-nYsdpJiBkF-BU/edit?usp=sharing)

{% embed url="<https://docs.google.com/document/d/18hqjb5K7owSV6HJ-uqgeFwxicRUvf-nYsdpJiBkF-BU/edit?usp=sharing>" %}

##


---

# 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, and the optional `goal` query parameter:

```
GET https://autoedit.gitbook.io/documentation/qa-list/qa-intro.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
