# Tutorials New to LangChain? Or to LLM app development in general? Well, you came to the right place: read this material to quickly get up and running. [Build a Retrieval Augmented Generation (RAG) Application](/docs/tutorials/rag) [Build an Extraction Service](/docs/tutorials/extraction) [Build a Chatbot](/docs/tutorials/chatbot) [Build an Agent](/docs/tutorials/agents.ipynb) [Build a Query Analysis System](/docs/tutorials/query_analysis) [Build a Question/Answering Chain over SQL/CSV data](/docs/tutorials/sql_chain) [Build a Question/Answering Agent over SQL/CSV data](/docs/tutorials/sql_agent) [Build a RAG Agent](/docs/tutorials/rag_agent) [Build a local RAG application](/docs/tutorials/local_rag) [Build an application to Question Answering over a Graph Database](/docs/tutorials/graph) [Build a coding helper](/docs/tutorials/code_understanding) [Generate synthetic data](/docs/tutorials/data_generation) [Classify text into labels](/docs/tutorials/classification) [Summarize text](/docs/tutorials/summarization) For a longer list of tutorials, see our [cookbook section](https://github.com/langchain-ai/langchain/tree/master/cookbook).