# Tutorials ## Installing dependencies 1. Install ragas_examples ```bash pip install ragas[examples] ``` 2. Setup your OpenAI API key ```bash export OPENAI_API_KEY = "your_openai_api_key" ``` ## Tutorials 1. [Evaluate a prompt](prompt.md) 2. [Evaluate a simple RAG system](rag.md) 3. [Evaluate a AI Workflow](workflow.md) 4. [Evaluate an AI Agent](agent.md)