> ## Documentation Index
> Fetch the complete documentation index at: https://prompt.university/llms.txt
> Use this file to discover all available pages before exploring further.

# Module 1: Foundations of Prompting

> Build a solid foundation in prompt engineering fundamentals

<Info>
  **Duration:** 3-4 hours | **Difficulty:** Beginner
</Info>

## Module Overview

Discover what prompting is, why it matters, and how it revolutionizes the way we interact with AI. You'll build a solid foundation by understanding prompt mechanics, exploring basic templates, and learning the core principles that make prompts effective.

## Learning Objectives

By the end of this module, you will be able to:

<Check>Define prompting and explain its role in LLM applications</Check>
<Check>Construct basic prompts using templates and variables</Check>
<Check>Apply formatting techniques for clarity and consistency</Check>
<Check>Identify the relationship between prompts and model outputs</Check>

## Module Lessons

<CardGroup cols={2}>
  <Card title="Lesson 1.1: What is Prompting?" icon="circle-question" href="/module-1/lesson-1">
    Learn the prompt-response paradigm and why prompting matters in AI
  </Card>

  <Card title="Lesson 1.2: Anatomy of a Prompt" icon="microscope" href="/module-1/lesson-2">
    Master prompt components, templates, and formatting techniques
  </Card>

  <Card title="Lesson 1.3: In-Context Learning" icon="graduation-cap" href="/module-1/lesson-3">
    Explore zero-shot, one-shot, and few-shot learning fundamentals
  </Card>

  <Card title="Lesson 1.4: Core Principles" icon="list-check" href="/module-1/lesson-4">
    Apply the four core principles of effective prompting
  </Card>
</CardGroup>

## What You'll Build

Throughout this module, you'll work on practical exercises including:

* Creating your first effective prompts
* Building reusable prompt templates
* Implementing in-context learning examples
* Designing a complete prompt system for a real-world application

## Prerequisites

* Basic familiarity with text-based interfaces
* Curiosity and willingness to experiment
* No prior AI or programming experience required

## Ready to Begin?

<Card title="Start Lesson 1.1: What is Prompting?" icon="play" href="/module-1/lesson-1">
  Begin your journey into prompt engineering
</Card>
