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

How to Custom Prompt for ‘Outro’ Tab

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

For example:

Please create best Outro 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 outro must be at least two paragraphs.

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

For example,

DONT:

– Creating more than 5 outro paragraphs.

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

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

The outline for the article is:

{outline}

RULES:

– The outro must be at least two paragraphs.

DONT:

– Creating more than 5 outro paragraphs.

How can we help?