Novelcrafter

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:

  1. Go to your prompt component
  2. Scroll to the bottom of the instructions
  3. Click copy include() call copying a prompt component
  4. Go to your prompt
  5. Paste the call pasting a prompt component