1. Home
  2. MagiPress
  3. Custom Prompt
  4. How to Custom Prompt for ‘Content (with list)’ Tab

How to Custom Prompt for ‘Content (with list)’ Tab

First, you need to write a command prompt to openAI. Use shortcodes if necessary.

For example:

This is the outline of my article by topic {topic}:

{outline}

Please explain about {outline_current_point}.

Second, state the rules that openAI needs to follow. Use shortcodes if necessary.

For example,

RULES:

– Insert {keyword} into the explanation naturally

In this section, you have to write something like this:

– Make sure to add a bulleted list or numbered list in your explanation.

Third, mention what openAI needs to avoid. Use shortcodes if necessary.

For example,

DONT:

– Creating more than 5 paragraphs.

With the example above, the prompt for the Get Content (with list) is something like this:

This is the outline of my article by topic {topic}:

{outline}

Please explain about {outline_current_point} in {language} language.

RULES:

– Insert {keyword} into the explanation naturally

– Make sure to add a bulleted list or numbered list in your explanation.

DONT:

– Creating more than 5 paragraphs.

How can we help?