- Choose a Project and Folder and select the
+button. - Choose Prompt Snippet

Using Prompt Snippets in Prompts
To use a Prompt Snippet in a prompt, reference it with the{{snippet:key}} syntax where key is the key of your snippet.
This allows you to inject reusable templates into prompts for modular LLM configuration and DRY prompt engineering. Any updates you make to the snippet will automatically be reflected in all prompts that use it.

Prompt Snippets are useful for maintaining consistent instructions across multiple prompts and reducing duplication in your prompt templates.