mkdocs/docs/en/basic/prompt-garden.md
Prompt Garden is an optional prompt source for discovering importable prompts, examples, and media assets. Through import codes, you can quickly bring prompts from Garden into Prompt Optimizer for use or collection.
Entry point: https://garden.always200.com
You can also use Prompt Optimizer without Prompt Garden by writing prompts manually, using templates, or importing local content. Optimization, testing, evaluation, and favorites do not depend on one specific prompt source.
An import code is a string identifier with two forms:
NB-001
Use the import code directly. The system will use default example parameters.
NB-001@ex-2
Append @ and an example ID after the import code. The system will fill variables using the specified example's parameters.
There are two modes when importing:
Use Directly
Save to Favorites
Direct use is best when you want to test one Garden prompt immediately. If the import code includes @example, that example's values and parameters are applied to the workspace.
Save to Favorites is best when you want to keep the prompt as an asset. It preserves the prompt, variables, media, examples, and source binding so the item can be updated, backed up, and restored later.
The system automatically selects the appropriate workspace based on prompt type:
| Prompt Type | Target Workspace |
|---|---|
| System prompt | System Prompt Workspace |
| User prompt | User Prompt Workspace |
| Multi-message context | Context Workspace |
| Variable template | Variable Workspace |
| Text-to-image prompt | Text-to-Image Workspace |
| Image-to-image prompt | Image-to-Image Workspace |
If saving to favorites:
Prompt-level favorites keep the source prompt and media, but do not treat one selected @example as the only reusable case. Use direct import when you specifically want to run one example's parameter set.
Here are some available import code examples:
| Import Code | Description | Applicable Workspace |
|---|---|---|
| NB-001 | Basic system prompt | System Prompt Workspace |
| NB-PRO-001 | Multi-message context | Context Workspace |
| NB-PVAR-001 | Variable template | Variable Workspace |
| NB-I2I-001 | Image-to-image prompt | Image-to-Image Workspace |
Imported content goes to the corresponding workspace's history. If saved to favorites, you can view it in the favorites manager.
If the content matching the import code has been updated, re-importing and saving to favorites will automatically update the existing favorite (deduplication based on import code).