Skip to main content

Documentation Index

Fetch the complete documentation index at: https://urzeye.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

The Prompt Library saves you from retyping the same instructions every session. You build a personal collection of prompt templates, organize them into categories, and insert any prompt into the AI input box with a single click. Variables let you write reusable templates where certain values are filled in at send time.

Using a prompt

Inserts the prompt text into the AI input box but does not submit. You can review or edit the content before sending.
If the prompt contains variables, a dialog appears first asking you to fill in each value before the text is inserted.

Creating prompts

Click the + button at the top of the Prompts tab and fill in the following fields:
FieldDescription
TitleA short label shown in the list
ContentThe full prompt text; variables can be embedded anywhere
CategoryOptional group label to keep related prompts together (e.g., “Writing”, “Coding”)
PinOptional; keeps this prompt at the top of the list
The prompt appears in the list immediately after saving. You can edit or delete it at any time.

Variables

Variables let you write a reusable template where certain values are filled in when you use the prompt. The syntax is double curly braces: {{variable_name}}. When you click a prompt containing variables, a dialog pops up with an input for each one. Fill in the values and press Enter or click Confirm to insert the filled text. There are three variable sub-types:
A plain variable name inside double curly braces. The dialog shows an empty text input.
Summarize the following text in {{language}}:

{{content}}
Add a colon (:) after the variable name, followed by the default. The dialog pre-fills the input with that value — press Enter to accept it unchanged.
Translate to {{target_language:English}}:

{{text}}
Add a colon after the variable name, then list options separated by pipe characters (|). The dialog shows a dropdown menu instead of a text field.
Rewrite this in a {{tone:formal|casual|humorous}} tone.
You can list as many options as you need:
Code review for {{language:TypeScript|Python|Go|Rust|Java}}
Variables of any sub-type can be mixed in the same prompt. The variable name is the text before the colon, or the entire content between {{ and }} if there is no colon.

Categories

Assign prompts to categories to keep your library organized. A category sidebar appears on the Prompts tab — click a category name to filter the list to that group. Categories are created automatically when you type a new name while editing a prompt.

Pins

Click the pin icon on any prompt to float it to the top of the list. Pinned prompts always appear before unpinned ones, regardless of the active category filter. Use the search box at the top of the Prompts tab to filter by title or content in real time. Pinned prompts always stay at the top of sorted results.

Import and export

Export saves your entire prompt library to a JSON file, useful for backup or transferring to another device. Import reads a JSON file back and gives you three merge options:
OptionBehavior
Add newImports only prompts whose title does not already exist — skips duplicates
OverwriteImports all prompts; replaces existing prompts that share the same title
Replace allDeletes your current library and replaces it entirely with the imported file

Prompt Queue

The Prompt Queue lets you line up multiple prompts and send them automatically one after another. Ophel waits for the AI to finish each response before sending the next — you do not have to watch and click each time. This is useful for multi-step workflows, batch tasks, or structured interview sequences.

Enabling the Queue

Go to Settings → Features → Prompts → Prompt Queue and toggle it on. A queue widget appears near the AI input box. Show or hide it at any time with the Toggle Prompt Queue shortcut (default: Alt+J, Mac: Option+J).

Adding prompts to the Queue

Type directly in the queue input field and press Enter to add a prompt. The queue displays a numbered list of pending items. For adding many prompts at once, click the import button in the queue panel and paste a block of text. Choose a split mode:
Split modeBehavior
Split by lineEach line becomes one prompt; empty lines are ignored
Split by delimiterEnter a custom separator string (e.g., ---) and the text splits at each occurrence
A preview shows exactly how the text will be divided before you confirm.

Running the Queue

1

Press Start

Ophel begins monitoring the AI page.
2

Ophel sends prompts automatically

Every second, Ophel checks whether the page is idle — no active generation. When it detects two consecutive idle checks, it sends the next prompt in the queue.
3

Manage the queue while it runs

You can pause auto-sending, skip the current item, reorder items by dragging, delete individual items, or clear all remaining items at any time.
The queue remembers its paused state between interactions. If you pause and navigate away, it remains paused when you return.

Settings

Go to Settings → Features → Prompts to configure:
SettingDescription
Double-click to sendDouble-clicking a prompt inserts and submits it directly
Submit keyKey used to submit to the AI after insertion — Enter or Ctrl/Shift+Enter
Prompt queueEnable or disable the queue overlay feature