1. Home
  2. Docs
  3. MagiPress
  4. Custom Prompt
  5. How to Custom Prompt for ‘Outline (Just H2)’ Tab

How to Custom Prompt for ‘Outline (Just H2)’ Tab

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

For example:

Please create best outline for an article by topic {topic} in language {language}

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

For example,

RULES:

– The outline must be short, maximum 3 words.

– Enter keywords, {keyword}, into the outline.

In this section, there are rules that MUST be created by the user, namely:

– The outline consists of {total_h2} subheading 2 (H2).

– Mark H2 with only numbers followed by a period, such as “1. The first subheading”. Avoid combining numbers with letters, like “1. a. The first subheading”.

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

For example,

DONT:

– Creating more than 6 words subheading.

Fourth, end the prompt with:

Simply respond with:

@Outline 1:

@Outline 2:

@Outline …:

**only 1 outline if I ask for only 1.

***

With the example above, the prompt for the Get Outline (Just H2, without H3) tab  is something like this:

Please create best outline for an article by topic {topic} in language {language}.

RULES:

– The outline consists of {total_h2} subheading 2 (H2).

– Mark H2 with only numbers followed by a period, such as “1. The First Subheading”. Avoid combining numbers with letters, like “1. a. The First Subheading”.

– The outline must be short, maximum 3 words.

– Enter keywords, {keyword}, into the outline.

DONT:

– Creating more than 6 words subheading.

Simply respond with:

@Outline 1:

@Outline 2:

@Outline …:

**only 1 outline if I ask for only 1.

How can we help?