> For the complete documentation index, see [llms.txt](https://docs.flowiseai.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.flowiseai.com/espanol/documentacion-oficial/integraciones/langchain/prompts.md).

# Prompts

***

Los nodos Prompt Template ayudan a traducir la entrada del usuario y los parámetros en instrucciones para un modelo de lenguaje. Esto se puede usar para guiar la respuesta de un modelo, ayudándolo a entender el contexto y generar una salida basada en lenguaje relevante y coherente.

### Nodos Prompt:

* [Chat Prompt Template](/espanol/documentacion-oficial/integraciones/langchain/prompts/chat-prompt-template.md)
* [Few Shot Prompt Template](/espanol/documentacion-oficial/integraciones/langchain/prompts/few-shot-prompt-template.md)
* [Prompt Template](/espanol/documentacion-oficial/integraciones/langchain/prompts/prompt-template.md)
