1. Home
  2. Docs
  3. MagiPress
  4. Custom Prompt
  5. How to Custom Prompt for ‘Intro’ Tab

How to Custom Prompt for ‘Intro’ Tab

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

For example:

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

The outline for the article is:

{outline}

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

For example,

RULES:

– The intro must be at least two paragraphs.

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

For example,

DONT:

– Creating more than 5 intro paragraphs.

With the example above, the prompt for the Get Intro tab is something like this:

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

The outline for the article is:

{outline}

RULES:

– The intro must be at least two paragraphs.

DONT:

– Creating more than 5 intro paragraphs.

How can we help?