> 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/master-1.0.6/overview/readme/from-105-to-106.md).

# from 1.0.5 to 1.0.6

in version 1.0.5   <br>

![Transcriptions in v 1.0.5](/files/-LKESaJCt1GdKUi3fOuA)

See [video demo of earlier prototype](https://youtu.be/KaJqlHfb7Uw)

Video [demo for version `1.0.5`](https://youtu.be/4z143-nJlzs)

![Paper-editing in v 1.0.6](/files/-LKESaJEb1hxfwXoMfsi)

Initially speced out as a [REST API with sails](https://github.com/pietrop/autoEditSailsApi)

. Now backbone packaged in nwjs. But usefull to see [API specs to get a sense of the OOD ](https://github.com/pietrop/autoEditSailsApi/blob/master/notes/api_end_points_v2.md)

Still to be added properly in 1.0.6 is `annotations` and `tags`. There are selections but at the moment lacking key features of categorisation and searchability.

Also still to be implemented in v1.0.6 is the `projects` to group transcripts and paper-edits together.


---

# 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/master-1.0.6/overview/readme/from-105-to-106.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.
