> For the complete documentation index, see [llms.txt](https://docs.gdf.ai/gdf-full-stack-engineering/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.gdf.ai/gdf-full-stack-engineering/prompting.md).

# Prompting

Prompts are the requests you send to a language model like ChatGPT that tells the system to return a response. Prompts can be a singular request or a combination of requests. The first request in a prompt is called the root request.&#x20;

In this section we discuss prompting in detail to provide a good foundation in applying processes from the various GDF knowledge areas to your prompts.&#x20;

The Prompting section consists of the following key concepts:&#x20;

* [Prompt Patterns](/gdf-full-stack-engineering/prompting/prompt-patterns.md)
* [Prompt Context](/gdf-full-stack-engineering/prompting/prompt-context.md)
* [Prompt Stores](/gdf-full-stack-engineering/prompting/prompt-stores.md)
* [Prompt Operators](/gdf-full-stack-engineering/prompting/prompt-operators.md)
* [Prompt Chaining](/gdf-full-stack-engineering/prompting/prompt-chaining.md)
