---
title: "Basic Prompting: Essential Resources for Getting Started"
description: "A curated set of foundational resources for learning how to write effective prompts for AI language models. These links cover best practices, guides, and community-curated prompt collections."
url: "/development/resources/basic-prompting/"
resource_type: "guide list"
skill_level: "Beginner"
discipline: "development"
contentType: "resources"
layout: markdown.njk
date: "2025-05-12"
topics:
  - "prompt engineering"
  - "AI"
  - "best practices"
  - "documentation"
---
## Recommended Resources

- **Prompting Guide**  
  [promptingguide.ai](https://www.promptingguide.ai/)  
  *A comprehensive guide to prompt engineering, including techniques, best practices, and examples for working with large language models.*

- **Tips for Prompting (AuraChat)**  
  [aurachat.io/learn/tips-for-prompting](https://aurachat.io/learn/tips-for-prompting)  
  *Practical tips and best practices for writing effective prompts to get better results from AI chatbots.*

- **Anthropic Claude Prompt Engineering Overview**  
  [docs.anthropic.com/en/docs/build-with-claude/prompt-engineering/overview](https://docs.anthropic.com/en/docs/build-with-claude/prompt-engineering/overview)  
  *Official documentation from Anthropic on how to craft effective prompts for Claude, including examples and strategies.*

- **Awesome ChatGPT Prompts**  
  [github.com/f/awesome-chatgpt-prompts](https://github.com/f/awesome-chatgpt-prompts)  
  *A curated list of practical prompt examples for ChatGPT and similar models.*

- **Awesome Prompts (ai-boost)**  
  [github.com/ai-boost/awesome-prompts](https://github.com/ai-boost/awesome-prompts)  
  *Curated list of ChatGPT prompts from the top-rated GPTs in the GPTs Store. Includes advanced prompt engineering papers.*

- **Prompt Engineering Guide (dair-ai)**  
  [github.com/dair-ai/Prompt-Engineering-Guide](https://github.com/dair-ai/Prompt-Engineering-Guide)  
  *Guides, papers, lectures, notebooks, and resources for prompt engineering.*

- **Claude Code for Drupal**  
  [git.drupalcode.org/project/claude_code/-/blob/1.0.x/assets/CLAUDE.md](https://git.drupalcode.org/project/claude_code/-/blob/1.0.x/assets/CLAUDE.md)  
  *Documentation for integrating Claude with Drupal, including prompt examples and usage.* 