> For the complete documentation index, see [llms.txt](https://docs.captioneer.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.captioneer.com/premiere-pro/premiere-pro-plugin/text.md).

# Text

By default, text from your captions file is entered into a single text input inside the .mogrt. Change the **Line 1 field** dropdown to select a different text input inside the .mogrt.

Captioneer .mogrts have 1 text input, and are designed for the Single line option.

<div align="left"><figure><img src="/files/iV6RvwtAClxP18hLZuxn" alt=""><figcaption></figcaption></figure></div>

***

## Double Lines

Select the **Double** button to create 2 dropdowns. This will split double-line caption text at line breaks, entering each line into two different text inputs.

Custom .mogrts can have any number of text inputs, and you can use the Double line option.

{% hint style="info" %}
**Example:** Send the first line of the captions file into a text input named "Line 01" and the second line of the captions file into "Line 02".
{% endhint %}

<div align="left"><figure><img src="/files/x2Fu47oGKZsIEy3hslJw" alt=""><figcaption></figcaption></figure></div>


---

# 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:

```
GET https://docs.captioneer.com/premiere-pro/premiere-pro-plugin/text.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.
