> For the complete documentation index, see [llms.txt](https://tailwindsdocs.innovativesol.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://tailwindsdocs.innovativesol.com/readme/chatflows/langchain/prompts.md).

# Prompts

***

Prompt template nodes help to translate user input and parameters into instructions for a language model. This can be used to guide a model's response, helping it understand the context and generate relevant and coherent language-based output.

### Prompt Nodes:

* [Chat Prompt Template](/readme/chatflows/langchain/prompts/chat-prompt-template.md)
* [Few Shot Prompt Template](/readme/chatflows/langchain/prompts/few-shot-prompt-template.md)
* [Prompt Template](/readme/chatflows/langchain/prompts/prompt-template.md)
