# Translate transcriptions

Translate feature, figure out how to do translation, in a way that it's not consuming. eg add with translate in place. ? Like google translate when translating a whole page.

<https://support.google.com/translate/answer/2534601?hl=en>

eg

<https://translate.google.com/manager/website/>

This might need to be a web app to work thou.


---

# 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/documentation/master-1.0.6/appendix/roadmap/future-roadmap/translate-transcriptions.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.
