# 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](https://docs.ragas.io/en/stable/tutorials/prompt/index.md)
1. [Evaluate a simple RAG system](https://docs.ragas.io/en/stable/tutorials/rag/index.md)
1. [Evaluate a AI Workflow](https://docs.ragas.io/en/stable/tutorials/workflow/index.md)
1. [Evaluate an AI Agent](https://docs.ragas.io/en/stable/tutorials/agent/index.md)
