Prompt Management
Prompt Composability
3 min
as you create more prompts, you will often find yourself using the same snippets of text or instructions in multiple prompts to avoid duplication, you can compose prompts by referencing other prompts why use composed prompts? create modular prompt components that can be reused across multiple prompts maintain common instructions, examples, or context in a single place update dependent prompts automatically when base prompts change get started abv ui when creating the prompt via the abv ui, you can use the add prompt reference button to insert a prompt reference into your prompt sdks/api you can reference other text prompts in your prompts the following format @@@abvdevprompt\ name=promptname|version=1@@@ you can also use a label instead of a specific version for dynamic resolution @@@abvdevprompt\ name=promptname|label=production@@@