⚑
1,300 active prompt creators

Prompts99.com

Free Prompt Engineering Course for Beginners

From beginner to expert, learn how to craft powerful prompts that unlock the full potential of AI language models.

0%

πŸ§™β€β™‚οΈ What is Prompt Engineering?

Learn the fundamentals of prompt engineering and why it's a crucial skill in the age of AI.

🧠 Core Concepts

Prompt engineering is the practice of developing and optimizing prompts to efficiently use language models (LMs) for a variety of applications.

Example Prompt Structure:
[Instruction] Perform this specific task
[Context] Provide background information
[Input Data] The actual input to process
[Output Indicator] How the output should be formatted

πŸ’‘ Why It Matters

  • Helps test and evaluate the limitations of LLMs
  • Enables innovative applications on top of LLMs
  • Critical for research and AI advancements
  • High demand for prompt engineering skills (e.g., jobs paying $250k+)

✍️ Your First Prompt

Create a simple prompt that asks an AI to explain why the sky is blue in one sentence.

AI Response Preview:
πŸ’Ž Pro Tip

Start with clear, specific instructions. The more precise your prompt, the better the AI can understand and fulfill your request.

🎭 Roles & Personas

Learn how to assign roles and personas to guide the AI's responses.

πŸ‘” Using Roles

By assigning a role to the AI, you can shape its responses to match specific expertise or communication styles.

Example with Role:
"You are an experienced chef specializing in Italian cuisine. Explain how to make perfect pasta carbonara in 5 steps."

🎭 Personas & Tone

You can also define the tone and personality of the responses by specifying a persona.

Example with Persona:
"You are a friendly science teacher explaining to 5th graders. Describe how photosynthesis works in simple terms."

✍️ Create a Role-Based Prompt

Create a prompt that asks the AI to respond as a specific professional.

AI Response Preview:

✏️ Instruction Clarity

Learn how to craft clear, unambiguous instructions for optimal results.

🎯 Precision Matters

Vague instructions lead to vague responses. Be specific about what you want.

Weak vs Strong Instructions:
Weak: "Tell me about dogs"
Strong: "Provide a 100-word overview of the evolutionary history of domestic dogs, focusing on their divergence from wolves."

πŸ” Scope Control

Define the scope of your request to prevent overly broad or narrow responses.

Example with Scope:
"List the 5 most significant battles of the American Civil War in chronological order, with a 1-sentence description of each."

✍️ Improve This Prompt

Rewrite the following prompt to make it more specific and clear.

"Write something about space exploration."
AI Response Preview:

πŸ“Š Formatting Output

Learn how to specify output formats like tables, JSON, and bullet points.

πŸ“‹ Common Formats

You can request specific formats to make the output more usable for your needs.

Table Format Example:
"List the planets in our solar system in a table with columns: Name, Distance from Sun (AU), Diameter (km), Number of Moons."

πŸ”£ Structured Data

For technical applications, you can request structured data formats.

JSON Format Example:
"Provide information about the Apollo 11 mission in JSON format with these fields: launch_date, crew_members (array), duration, landing_site."

✍️ Format Your Output

Create a prompt that requests information in a specific format.

AI Response Preview:

🎨 Controlling Tone & Emotion

Learn how to adjust the tone and emotional quality of AI responses.

😊 Tone Variations

You can specify the tone you want the AI to use in its responses.

Tone Examples:
"Explain quantum physics in a humorous way."

"Describe the water cycle using a dramatic, poetic tone."

"Provide a concise, professional summary of blockchain technology."

🎭 Emotional Context

For certain applications, you might want to specify an emotional context.

Emotion Examples:
"Write a comforting message for someone who lost a pet."

"Create an enthusiastic product description for a new smartphone."

"Draft a serious warning about climate change consequences."

✍️ Set the Tone

Create a prompt that specifies both the content and the desired tone.

AI Response Preview:

🚧 Writing Constraints

Learn how to set limits and constraints to focus the AI's responses.

πŸ“ Length Constraints

You can control the length of the response with word or character limits.

Length Examples:
"Summarize the plot of 'The Great Gatsby' in exactly 50 words."

"Explain photosynthesis in 3 sentences."

"Describe the Eiffel Tower in under 100 characters."

🚫 Content Constraints

You can specify what to include or exclude from the response.

Constraint Examples:
"List 5 benefits of exercise without mentioning weight loss."

"Describe Paris focusing only on its cultural aspects, not geography."

"Explain how a car engine works using only simple words (no technical jargon)."

✍️ Add Constraints

Take this basic prompt and add specific constraints to focus the response.

"Explain the importance of the Renaissance period."
AI Response Preview:

πŸ”’ Step-by-Step Prompts

Learn how to break down complex tasks into step-by-step instructions.

⛓️ Chain-of-Thought

Encourage the AI to show its reasoning process step by step.

Chain-of-Thought Example:
"The odd numbers in this group add up to an even number: 15, 32, 5, 13, 82, 7, 1.
Solve by breaking the problem into steps. First, identify the odd numbers, add them, and indicate whether the result is odd or even."

πŸ€” Zero-Shot CoT

Simply adding "Let's think step by step" can significantly improve reasoning.

Zero-Shot CoT Example:
"I went to the market and bought 10 apples. I gave 2 apples to the neighbor and 2 to the repairman. I then went and bought 5 more apples and ate 1. How many apples did I remain with? Let's think step by step."

✍️ Create a Step-by-Step Prompt

Transform this math problem into a step-by-step reasoning prompt.

"If a train travels 300 miles in 5 hours, what is its average speed?"
AI Response Preview:

πŸ› Debugging Weak Prompts

Learn how to identify and fix common prompt problems.

πŸ” Common Issues

Recognize signs that your prompt needs improvement:

  • Vague or overly broad responses
  • AI misunderstanding your intent
  • Responses that are too verbose or too brief
  • AI making assumptions you didn't want
  • Responses that ignore parts of your prompt

πŸ”§ Fixing Strategies

Techniques to improve weak prompts:

Before and After:
Weak: "Tell me about Rome"
Strong: "Provide a 150-word overview of Rome's historical significance focusing on its role in the Roman Empire, with 3 key points about its cultural legacy."

✍️ Debug This Prompt

Improve the following problematic prompt:

"Write about AI. Make it good."
AI Response Preview:

πŸ“ Final Quiz

Test your prompt engineering knowledge with this comprehensive quiz.

1. What's the most important element in a prompt?

A. Using emojis
B. Clear instructions
C. Long paragraphs
D. Technical jargon

2. How can you get more concise responses?

A. Add "be verbose"
B. Set word/sentence limits
C. Use vague language
D. Make prompts longer

3. What does "role prompting" achieve?

A. Makes responses more technical
B. Shapes response style/expertise
C. Increases response length
D. Slows down response time

4. How do you get structured data (like JSON)?

A. Hope the AI guesses
B. Explicitly request the format
C. Use technical language only
D. Put your prompt in JSON

5. What does "chain-of-thought" prompting do?

A. Makes responses shorter
B. Shows the AI's reasoning steps
C. Creates poetry
D. Generates computer code
πŸŽ“

Congratulations! You've Completed the Course

You've mastered the essential skills of prompt engineering. Keep practicing to become an expert!

Why Learn with Prompt99?

βœ… 100% Free forever
βœ… No sign-up required
βœ… Interactive, fun, and simplified lessons
βœ… 80+ free AI prompt generator tools included
βœ… Practice quizzes to test your skills
βœ… Perfect stepping stone to advanced AI work

Frequently Asked Questions

Explore questions related to this tool.

Yes, absolutely. There’s no hidden cost, no trial period, and no signup required. It’s our contribution to spreading prompt literacy to everyone, globally.

Nope! This course is designed for complete beginners. Whether you’re a student, creator, freelancer, or just curious, you’ll find it simple, clear, and useful.

Most learners complete it in 30–15 minutes. You can go at your own pace β€” pause, revisit, or skip ahead anytime.

Definitely. Every module is paired with links to Prompt99’s 80+ prompt generator tools so you can immediately apply what you learn.

Ratings

I was totally new to AI tools, and Prompt99's course broke it down so well. It’s fun, simple, and actually helped me start using ChatGPT for studies!

Rimona Prompts99 User

I was guessing prompts before. Now I write 10x better prompts using what I learned in this course. Plus, those 80+ tools are amazing.

Faizan Prompt99 User

I’ve tried expensive courses, but none were this practical. The lessons + tools combo is genius. Loved the final quiz and instant certificate!

Brooke Prompts99 User