> For the complete documentation index, see [llms.txt](https://autoedit.gitbook.io/subtitles-composer-app/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/subtitles-composer-app/adding-text.md).

# Adding Text

There a few options for this

1. you click on the button above the text area and click `select text file` and add a `.txt` file to the app.
2. you copy and paste from another source, eg a word document etc, directly into the app text area.
3. you can play the video and type the text yourself.

![Adding text](/files/-M2_A55jz1qjpZH0pupi)

Side note, you can use auto mated system to get a first drafr of the text such as

* [autoEdit](http://www.autoedit.io/) - [see user manual](https://pietropassarelli.gitbooks.io/autoedit2-user-manual/content/transcribing.html) is a fast text based video editing app for os x, that can also be used to get automated transcriptions from IBM Watson and other STT providers to use as a first draft.
* Digital Paper Edit -[ see user manual](https://autoedit.gitbook.io/digital-paper-edit-user-manual/), latest version of autoEdit. Is a fast text based video editing app for os x, that can also be used to get automated transcriptions from AssemblyAI, Speechamatics etc.. to use as a first draft.
* [Video downloader app](https://github.com/pietrop/electron-video-downloader/releases) to get automated captions from youtube to use as a first draft.
* Others...

{% hint style="info" %}
Note: The text does not need to have **punctuation** for the app to generate the caption file.\
\
But if punctuation is provided the app will use it to make more informed judgement calls on when to break words onto a new line.
{% endhint %}


---

# 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/subtitles-composer-app/adding-text.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.
