Adding a Prompt Component
How to add prompt components to your prompts.
1 min read Last updated May 1, 2025
To include a component in your prompt, just call them by name! If your prompt component is called “My global style guide”, then the prompt call will look like:
Example
{include(“My global style guide”)}
You can either manually type these out into your prompts, or copy the prompt call. To do this:
- Go to your prompt component
- Scroll to the bottom of the instructions
- Click copy include() call
- Go to your prompt
- Paste the call