From 1b12eed27183f9bb8065b87a29d2b7c2c3434730 Mon Sep 17 00:00:00 2001 From: Adam Miedema Date: Mon, 7 Apr 2025 15:46:11 -0600 Subject: [PATCH] Docs/prompts library (#34) * chore: add prompts library feature docs * refine text some more --- content/1.features/prompts-library.md | 33 +++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 content/1.features/prompts-library.md diff --git a/content/1.features/prompts-library.md b/content/1.features/prompts-library.md new file mode 100644 index 0000000..c66a46e --- /dev/null +++ b/content/1.features/prompts-library.md @@ -0,0 +1,33 @@ +--- +title: Prompts Library +description: Create a library of Quick Prompts that you can use throughout Msty +navTruncate: false +--- + +The Prompts Library acts as a collection of Quick Prompts that you can use throughout Msty. You can create, edit, and delete prompts as needed. + +When you need to add a prompt, such as when adding system or user prompts to a chat, you can quickly select a prompt from the library using the Quick Prompts button. + +### Managing Prompts Library + +You can access the **Prompts Library** from the sidebar menu. + +From here, you can create and edit your own custom prompts. + +If you'd like to install Msty's default prompts, that cover a wide range of use-cases, you can do so by clicking on the **Install Default Prompts** button. + +You may further customize the default prompts to better suit your needs. + +### Importing Prompts + +If you would like to import prompts, you can do so by clicking on the **Import Prompts** button that appears when you select the ellipsis menu next to **Add New Prompt**. Find the parent folder you'd like to import on your local machine and select it. Ensure that you have the below file structure before importing. + +**File structure** + +- Parent Folder Name (this can be any name you'd like): ie - `my-custom-prompts` + - Subfolder Name (this will be used as the prompt name): ie `Short Description` + - File Name (file name must be `system.md`, `user.md`, or `refinement.md`): ie `system.md` + +You can add multiple subfolders to the parent folder to organize your prompts as needed. You can also add multiple files per subfolder, they just need to be named `system.md`, `user.md`, or `refinement.md`. + +You do not need to zip the files; just point Msty to the Parent Folder and Msty will automatically import the prompts.