---
title: Use Cases | LlamaIndex OSS Documentation
---

LlamaIndex offers powerful capabilities for a wide range of AI applications. Explore the following use cases to learn how to leverage LlamaIndex for your specific needs:

- [Prompting](/python/framework/use_cases/prompting/index.md) - Learn advanced prompting techniques with LlamaIndex
- [Question-Answering (RAG)](/python/framework/use_cases/q_and_a/index.md) - Build retrieval-augmented generation systems
- [Chatbots](/python/framework/use_cases/chatbots/index.md) - Create conversational AI applications
- [Structured Data Extraction](/python/framework/use_cases/extraction/index.md) - Extract structured information from unstructured text
- [Agents](/python/framework/use_cases/agents/index.md) - Develop autonomous AI agents
- [Multi-Modal Applications](/python/framework/use_cases/multimodal/index.md) - Work with text, images, and other data types
- [Fine-Tuning](/python/framework/use_cases/fine_tuning/index.md) - Customize models for your specific use cases
