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.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.
Using a prompt
- Single click
- Double-click
Inserts the prompt text into the AI input box but does not submit. You can review or edit the content before sending.
Creating prompts
Click the + button at the top of the Prompts tab and fill in the following fields:| Field | Description |
|---|---|
| Title | A short label shown in the list |
| Content | The full prompt text; variables can be embedded anywhere |
| Category | Optional group label to keep related prompts together (e.g., “Writing”, “Coding”) |
| Pin | Optional; keeps this prompt at the top of the list |
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:
Basic variable
Basic variable
A plain variable name inside double curly braces. The dialog shows an empty text input.
Variable with a default value
Variable with a default value
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.Variable with dropdown options
Variable with dropdown options
Add a colon after the variable name, then list options separated by pipe characters (You can list as many options as you need:
|). The dialog shows a dropdown menu instead of a text field.{{ 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.Sorting and search
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:| Option | Behavior |
|---|---|
| Add new | Imports only prompts whose title does not already exist — skips duplicates |
| Overwrite | Imports all prompts; replaces existing prompts that share the same title |
| Replace all | Deletes 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 mode | Behavior |
|---|---|
| Split by line | Each line becomes one prompt; empty lines are ignored |
| Split by delimiter | Enter a custom separator string (e.g., ---) and the text splits at each occurrence |
Running the Queue
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.
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:| Setting | Description |
|---|---|
| Double-click to send | Double-clicking a prompt inserts and submits it directly |
| Submit key | Key used to submit to the AI after insertion — Enter or Ctrl/Shift+Enter |
| Prompt queue | Enable or disable the queue overlay feature |