Skip to content

Prompt Store

← User Guide · 简体中文

Click the Prompt Store icon at the bottom of the left menu to open the dialog for managing reusable prompts. Two tabs:

TabContent
LocalPrompts you saved
OnlineThe system's online prompt library

Managing Prompts

  • Add: enter a title and the prompt text; duplicates are rejected ("Title duplicated, please re-enter" / "Content duplicated: {msg}, please re-enter");
  • Edit / Delete: change or remove entries;
  • Search: filter by keyword.

Import & Export

ActionDescription
Local importPaste prompt JSON in the dialog to bulk import; malformed input reports "JSON format error, please check the JSON format"
Online importImport entries from the online library into Local
ExportDownload your local prompts as export_prompts.json for backup or migration

Example of the import JSON format:

json
[
  {
    "act": "Act as an English translator and improver",
    "prompt": "I want you to act as an English translator, spelling corrector and improver."
  }
]

TIP

The JSON format is compatible with popular prompt collections (such as the localized versions of awesome-chatgpt-prompts) — community prompt packs can be reused directly.


Previous: Quota & Usage · Next: Admin Console