# Developer Options for Export

Both in transcription view and in paper-edit view, there is the option for developers to export a `json`, either of the transcription or of the paper-edit.

This is because autoEdit could be used as a starting point to build interactives that have some component that is "transcription powered".

## Example

For example, I once went to a POV hackathon, and finished 2 hours before the deadline thanks to this.

* [github repo](https://github.com/pietrop/BattleSounds)
* [presentation](https://docs.google.com/presentation/d/19TB4CpkCDqMJQvhmZF3I9AN7IQ0VsIA8nsfpdHkfDss/)
* [interactive](http://pietropassarelli.com/BattleSounds/)
* [Notes on tech used](https://github.com/pietrop/BattleSounds/blob/master/notes.md)

The idea is that you can get the transcription (or paper-edit) `json` from autoEdit, as well as the converted webm video. [Combined with some client side tempting and a js logic](https://github.com/pietrop/BattleSounds/blob/master/docs/index.html#L171) can quickly make an "hyper-transcript" like the one in [Battle Sound](http://pietropassarelli.com/BattleSounds/) .

{% hint style="info" %}
Sign up to the [mailing list](http://eepurl.com/cMzwSX), follow on [twitter](http://twitter.com/autoEdit2) and/or [facebook](https://www.facebook.com/autoEdit.io/) to keep up to date with the latest releases. Say hi at [pietro@autoEdit.io](mailto:pietro@autoEdit.io?Subject=Hello), always curious to hear what autoEdit is helping you with.
{% endhint %}

{% hint style="info" %}
[autoEdit.io](http://www.autoEdit.io) it's free and open source. Free as in free speech as well as in free beer. [Help support the autoEdit project to keep it that way](https://donorbox.org/c9762eef-0e08-468e-90cb-2d00643697f8?recurring=true). Support will go towards fixing bugs, adding features, provide support for users etc...
{% endhint %}


---

# 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://autoedit.gitbook.io/user-manual/developer-options-for-export.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.
