# LangChain

***

[**LangChain**](https://www.langchain.com/) is a framework for developing applications powered by language models. It simplifies the process of creating generative AI application, connecting data sources, vectors, memories with LLMs.

Flowise complements LangChain by offering a visual interface. Here, nodes are organized into distinct sections, making it easier to build workflows.

### LangChain Sections:

* [Agents](/integrations/langchain/agents.md)
* [Cache](/integrations/langchain/cache.md)
* [Chains](/integrations/langchain/chains.md)
* [Chat Models](/integrations/langchain/chat-models.md)
* [Document Loaders](/integrations/langchain/document-loaders.md)
* [Embeddings](/integrations/langchain/embeddings.md)
* [LLMs](/integrations/langchain/llms.md)
* [Memory](/integrations/langchain/memory.md)
* [Moderation](/integrations/langchain/moderation.md)
* [Output Parsers](/integrations/langchain/output-parsers.md)
* [Prompts](/integrations/langchain/prompts.md)
* [Record Managers](/integrations/langchain/record-managers.md)
* [Retrievers](/integrations/langchain/retrievers.md)
* [Text Splitters](/integrations/langchain/text-splitters.md)
* [Tools](/integrations/langchain/tools.md)
* [Vector Stores](/integrations/langchain/vector-stores.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.flowiseai.com/integrations/langchain.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
