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

How to Custom Prompt for ‘Content (without 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} in {language} language.

Note: writing {outline_current_point} in this prompt is a MUST, because Magipress will ask openAI to execute that particular subheading from your article outline.

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

For example,

RULES:

– Insert {keyword} into the explanation naturally

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 (without list) is something like this:

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

{outline}

Please explain about {outline_current_point}.

RULES:

– Insert {keyword} into the explanation naturally

DONT:

– Creating more than 5 paragraphs.

How can we help?