If you regularly type the same prompts into Microsoft Copilot — for example, a weekly status report, a project summary, or a meeting recap — you lose time rewriting them. Copilot does not include a built-in prompt library, but you can save and reuse prompts using tools already in Microsoft 365. This article shows you how to create a personal prompt bank in OneNote, Word, or a browser extension so you can paste a working prompt in seconds. You will also learn how to organize prompts by task and avoid common formatting mistakes that cause Copilot to produce poor results.
Key Takeaways: Build a Reusable Prompt Library for Copilot
- OneNote > Quick Notes section: Store prompts in a dedicated notebook with one page per prompt type for fast copy-paste access.
- Word > AutoText gallery: Save a prompt as an AutoText entry so you can insert it by typing a short abbreviation anywhere in Word.
- Browser bookmarks > javascript: URL: Create a bookmark that copies a prewritten prompt to your clipboard with one click.
Why You Need a Prompt Storage System for Copilot
Copilot responds to the exact text you enter. If you type the same request differently each time, the output changes. A saved prompt guarantees consistency. For example, a prompt like “Summarize the last five emails from [project name] in three bullet points” produces a reliable structure every time you paste it. Without a storage system, you rely on memory or retype the prompt, which introduces errors and wastes time.
A reusable prompt also helps you test and refine your wording. Once you find a prompt that gives the best answer, you save it and stop guessing. The methods below work with Copilot in Microsoft 365 apps, Copilot in Edge, and copilot.microsoft.com. You do not need any third-party software beyond what you already have in Microsoft 365 or your browser.
Method 1: Using OneNote as a Prompt Clipboard
OneNote is the simplest way to store prompts because it syncs across devices and supports search. Create a dedicated notebook or section for Copilot prompts.
- Open OneNote and create a new notebook
Launch OneNote and select File > New > Notebook. Name it “Copilot Prompts” and choose a storage location such as OneDrive or your local drive. - Add a section for each prompt category
Right-click the notebook name and choose New Section. Create sections such as “Email Replies,” “Document Summaries,” and “Data Analysis.” This keeps prompts organized by task. - Paste your working prompts into individual pages
Click a section and create a new page. Paste the prompt text. Add a short title like “Weekly Status Report Prompt” so you can find it quickly using OneNote search (Ctrl+E). - Copy and paste into Copilot
When you need the prompt, open OneNote, locate the page, select the prompt text, and press Ctrl+C. Then switch to the Copilot input field and press Ctrl+V.
Method 2: Saving Prompts as Word AutoText Entries
If you use Copilot inside Word, AutoText lets you insert a prompt by typing a short abbreviation. This method is faster than switching to OneNote.
- Type your prompt in a blank Word document
Open Word and type the exact prompt you want to save. For example: “Write a 100-word executive summary of the attached document. Use formal business language.” - Select the prompt and open AutoText
Highlight the entire prompt. Press Alt+F3 to open the Create New Building Block dialog. - Name the AutoText entry
In the Name field, type a short abbreviation such as “exesum” for executive summary. Leave the gallery set to AutoText and click OK. - Insert the prompt using the abbreviation
In any Word document, type the abbreviation you chose and press F3. Word replaces the abbreviation with the full prompt text. You can then copy it to the Copilot pane.
Method 3: Using Browser Bookmarks with a JavaScript Snippet
This method works for Copilot in a browser such as Microsoft Edge or Google Chrome. You create a bookmark that copies a prompt to your clipboard with one click.
- Open your browser’s bookmark manager
In Edge, press Ctrl+Shift+O to open the bookmarks manager. In Chrome, press Ctrl+Shift+O as well. - Add a new bookmark with a JavaScript URL
Right-click anywhere in the bookmarks list and choose Add new bookmark. In the Name field, type a label such as “Copilot: Status Report.” In the URL field, paste the following code, replacing the prompt text inside the quotes with your own prompt:javascript:(function(){navigator.clipboard.writeText('Summarize the last five emails from Project Alpha in three bullet points.');})(); - Save the bookmark
Click Save. The bookmark now contains your prompt. - Use the bookmark to copy the prompt
Navigate to the Copilot chat page. Click the bookmark. The prompt is copied to your clipboard. Press Ctrl+V in the Copilot input field to paste it.
Note: Some browsers block clipboard access from bookmarks. If the bookmark does not work, try the OneNote or Word method instead.
Common Mistakes When Saving and Reusing Prompts
Prompt Contains Placeholders That Do Not Change
If your saved prompt includes a project name, date, or person that changes each time, Copilot uses the old value. Always mark placeholders with brackets or a unique word like “[PROJECT_NAME]” so you remember to replace them before pasting.
Prompt Is Too Long for AutoText
Word AutoText has a character limit of approximately 32,000 characters. Most prompts are shorter than this, but very long prompts with embedded examples may be truncated. If your prompt is longer than a few paragraphs, use OneNote instead.
Prompt Formatting Is Lost When Pasting
Copilot accepts plain text only. If you copy a prompt with bold, italic, or bullet formatting from Word or OneNote, the formatting is stripped. This does not affect the meaning, but check that line breaks and paragraph separators survive the paste.
Browser Bookmark Does Not Copy to Clipboard
Some browsers require user interaction for clipboard access. If the JavaScript bookmark fails, click anywhere on the page first, then click the bookmark. Alternatively, use the OneNote method, which does not rely on browser permissions.
| Item | OneNote Method | Word AutoText Method | Browser Bookmark Method |
|---|---|---|---|
| Best for | Many prompts across multiple devices | Frequent use inside Word | Quick one-click copy in a browser |
| Syncing | OneDrive sync across all devices | Only on the device where AutoText is saved | Bookmarks sync across browsers if signed in |
| Ease of editing | Edit the prompt directly in the page | Must recreate the AutoText entry | Edit the bookmark URL |
| Character limit | Unlimited | Approximately 32,000 characters | Limited by browser URL length (about 2,000 characters) |
| Requires | OneNote installed or web version | Word desktop app | Modern browser with clipboard API support |
You now have three reliable methods to save and reuse frequently used Copilot prompts. Start with OneNote if you want a central library that works everywhere. Use Word AutoText if you spend most of your time writing in Word. Try the browser bookmark if you prefer a single-click copy. For prompts that include dynamic values like dates or names, always wrap them in brackets so you remember to update them before sending the prompt to Copilot.